diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:55:50 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:55:50 -0400 |
commit | 62e310a1110d2c4c8aa35db61eb7d4d7bc690f51 (patch) | |
tree | 64a1cfdfc43ce8a9d972b389f1124a8709b54bc5 /autoconf | |
parent | 1a6e319abc94796413d188d2f86e13cc43c95806 (diff) |
inbox detection now smart with case
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/mutt_profile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/mutt_profile b/autoconf/mutt_profile index 2d81253..3b4622b 100644 --- a/autoconf/mutt_profile +++ b/autoconf/mutt_profile @@ -15,8 +15,6 @@ alias me $realname <$fulladdr> set mbox_type = Maildir set ssl_starttls = yes set ssl_force_tls = yes -set spoolfile = "+INBOX" -macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox." bind index,pager gg noop bind index,pager g noop |