X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/289c02d84ea4d40e6294b1c6c809f4e63838a6d7..af9348928c28e9c9c89a9c03ac10c3029848659c:/mutt/muttrc diff --git a/mutt/muttrc b/mutt/muttrc index cc20e15..4fdd496 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -75,17 +75,16 @@ alternative_order text/plain text/enriched text/html # save html for last # IMAP: offlineimap set folder = "~/mail" # mail folder -set spoolfile = "+gmail/inbox" # set inbox +set spoolfile = "+office365/inbox" # set inbox unset record # do not move sent msgs to a folder, gmail does that unset move # do not move read msgs, gmail does that -set postponed = "+gmail/drafts" # drafts folder +set postponed = "+office365/drafts" # drafts folder set header_cache = "~/.cache/mutt" # cache headers for speedss source ~/.mutt/mailboxes # source mailboxes generetated by offlineimap -# SMTP: msmtp (with queue) -set sendmail = ~/.msmtp/msmtpq # use msmtp message queue -set sendmail_wait = -1 # fork sendmail to the background -set send_charset="us-ascii:utf-8" # only use ascii and utf8 +# SMTP: msmtp +set sendmail = /usr/bin/msmtp # use msmtp +set send_charset="utf-8" # only utf8 # GnuPG set crypt_autosign = yes # autosign messages