]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: use relative paths where possible
authorSamir Benmendil <me@rmz.io>
Mon, 1 Jan 2018 23:18:52 +0000 (23:18 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 1 Jan 2018 23:18:52 +0000 (23:18 +0000)
mutt/muttrc

index e7b41ba63bd41182da382b4368069a0ad74513e2..9ae03e6a2fb430a6dc335b06e12322111bfe17c9 100644 (file)
@@ -82,7 +82,7 @@ unset record                        # do not move sent msgs to a folder, gmail d
 unset move                          # do not move read msgs, gmail does that
 set postponed    = "+gmail/drafts"  # drafts folder
 set header_cache = "~/.cache/mutt"  # cache headers for speedss
-source $my_config_dir/mailboxes            # source mailboxes generetated by offlineimap
+source mailboxes                    # source mailboxes generetated by offlineimap
 
 # SMTP: msmtp
 set sendmail = /usr/bin/msmtp       # use msmtp
@@ -103,6 +103,6 @@ group -group nosign -rx jira@.*atlassian.net
 send-hook .            "set crypt_autosign = yes"
 send-hook "%t nosign"  "set crypt_autosign = no"
 
-source $my_config_dir/hooks
-source $my_config_dir/bindings
-source $my_config_dir/colors/badfox         # color theme
+source hooks
+source bindings
+source colors/badfox         # color theme