summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-29 01:03:45 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-29 01:03:45 -0500
commit7862acd3be5b51f3542ccbd95167976906cc2076 (patch)
tree207075e9e894045b1ccde430ce43b8abc7bd30dc
parenteb264ebb07f419ce1d2dc9960519974f844e1656 (diff)
downloadconf-7862acd3be5b51f3542ccbd95167976906cc2076.tar.gz
conf-7862acd3be5b51f3542ccbd95167976906cc2076.zip
need to configure folders before using them
`set record="=Sent"` sets the option based on the value of `folder` at the time it is evaluated, so i need to set `folder` first
-rw-r--r--mutt/muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 5098785..2a6fef1 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -1,3 +1,4 @@
+source '~/.mutt/choose-muttrc-type|'
# folders {{{
set record="=Sent"
set postponed="=Drafts"
@@ -161,5 +162,4 @@ set imap_check_subscribed
# aliases {{{
set query_command = "abook --mutt-query '%s'"
# }}}
-source '~/.mutt/choose-muttrc-type|'
# vim: fdm=marker