]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/muttrc
env: use MAILDIR variable where possible
[dotfiles.git] / mutt / muttrc
index cc20e15c4aca985d791a53db017022b93e3e8d50..44cec6a54c84005fc933434f777090bee78f7273 100644 (file)
@@ -74,7 +74,7 @@ auto_view text/html                                     # view html automaticall
 alternative_order text/plain text/enriched text/html    # save html for last
 
 # IMAP: offlineimap
-set folder       = "~/mail"         # mail folder
+set folder       = "$MAILDIR"       # mail folder
 set spoolfile    = "+gmail/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
@@ -82,13 +82,11 @@ set postponed    = "+gmail/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
 set crypt_replyencrypt       = yes  # encrypt replies to encrypted messages
 set crypt_replysign          = yes  # sign replies to signed messages
 set crypt_replysignencrypted = yes  # you get the idea
@@ -98,6 +96,11 @@ set pgp_mime_auto            = no   # don't fallback to inline mime
 set pgp_use_gpg_agent        = yes  # don't ask for passwords
 source /usr/share/doc/mutt/samples/gpg.rc
 
+group -group nosign -rx .*@bitbucket.org
+group -group nosign -rx jira@.*atlassian.net
+send-hook .            "set crypt_autosign = yes"
+send-hook "%t nosign"  "set crypt_autosign = no"
+
 source ~/.mutt/hooks
 source ~/.mutt/bindings
 source ~/.mutt/colors/badfox         # color theme