## Muttrc for fastmail imap set imap_user=insert_username set imap_pass=insert_password send-hook . 'my_hdr From:insert_username@fastmail.fm' #save-hook . +read ### Paths # set record="imaps://mail.messagingengine.com/INBOX/Sent Items" set postponed=imaps://mail.messagingengine.com/INBOX/Drafts set imap_home_namespace="INBOX" set folder="imaps://mail.messagingengine.com/INBOX" set spoolfile="imaps://mail.messagingengine.com/INBOX" set mask="." ### External commands # set editor="vim" set visual="vim" #set print_cmd="lpr" set sendmail="/usr/sbin/ssmtp set shell="/bin/sh" ### Questions # set include=yes set copy=yes set delete=yes set move=no set print=ask-no set postpone=ask-yes ### Show Headers # ignore * unignore from subject to cc date #unignore x-url x-resent organization organisation x-mailing-list: #unignore x-webtv x-lotus user-agent: x-agent: x-mailer: x-newsreader: #unignore newsgroups: posted-to: x-also-posted-to: ### MIME-Viewer # auto_view text/html auto_view image/jpeg auto_view image/x-portable auto_view image/x-portable-bitmap auto_view image/x-portable-graymap auto_view image/x-portable-anymap auto_view image/x-portable-pixmap auto_view application/pgp-signature auto_view application/pgp auto_view application/x-gunzip auto_view application/postscript auto_view application/x-troff-man auto_view application/x-troff-me auto_view application/x-troff auto_view application/x-gtar auto_view application/x-tar auto_view application/x-tar-gz auto_view application/x-sh auto_view application/x-csh auto_view application/x-shar auto_view application/x-latex auto_view application/x-tex auto_view application/x-dvi auto_view application/x-zip-compressed auto_view application/x-cpio text/richtext auto_view application/pgp-keys auto_view application/octet-stream auto_view audio/* alternative_order text/plain ### IMAP (only if compiled with --enable-imap) # #set imap_authenticators="" # :-separated list of authentication methods #set imap_delim_chars="/." # list of chars to use as folder separators #set imap_home_namespace="" # IMAP path to your folders set imap_keepalive=900 # connect server at least all 30 mins to keep connect #unset imap_list_subscribed # do no display only subscribed folders. #set imap_passive # don't open new IMAP to look for new mail when set. #set imap_peek # avoid implicitly marking mail as read when fetching #set imap_servernoise # display warnings from IMAP server. #reset imap_user # IMAP user #reset imap_pass # IMAP password (don't store it here...) #set preconnect="" # exec this cmd before establishing IMAP/POP connect #set tunnel="" # exec remote command and communicate with it directly