diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-06-08 11:45:01 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-06-08 11:45:01 -0400 |
commit | 2ee95907f16df8344c246875c0b55a3529f28440 (patch) | |
tree | 74691f08e69102af0c30058140e38805e7915a62 /autoconf | |
parent | a83cde97a4b5903feabfaf695a3200a4e473b47d (diff) |
INBOX now universal inbox
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/mutt_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/mutt_profile b/autoconf/mutt_profile index b34b5f9..31fe22a 100644 --- a/autoconf/mutt_profile +++ b/autoconf/mutt_profile @@ -13,6 +13,8 @@ source "~/.config/mutt/credentials/getmuttpass $title |" 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 |