mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 3a572f8ded98d5d39802bb3aed7a8a804a3b5279
parent 995b5a9ef2c637292d0da4c7a53924d7be2d97a1
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun,  6 May 2018 09:11:18 -0700

readme fallback added

Diffstat:
MREADME.md | 1+
Mmuttrc | 5+----
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -36,6 +36,7 @@ git clone https://github.com/LukeSmithxyz/mutt-wizard.git ~/.config/mutt You will want to delete or rename your current `~/.offlineimaprc` as well, as although you can later modify the `~/.offlineimaprc` produced by the script, you must have no file there the first time you add your first account or the wizard will assume some settings are already set which aren't. Just run `mutt-wizard.sh` and choose to add an account. After you do so, you may run `offlineimap` to begin the mailsync, and you will be able to run neomutt and see your mail. +If mutt doesn't immediately work properly run the `Redetect mailboxes` option, then open mutt. This may be necessary for some accounts. ### Non-essential dependencies diff --git a/muttrc b/muttrc @@ -13,8 +13,7 @@ set timeout = "5" set mail_check = "10" set mailcap_path = ~/.config/mutt/etc/mailcap set date_format="%m/%d %I:%M" -set index_format="%2C %?X?A& ? %D %-15.15F %s (%-4.4c)" -#set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" +set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set markers = no set mark_old = no set mime_forward = yes @@ -29,8 +28,6 @@ bind index G last-entry bind index gg first-entry bind pager j next-line bind pager k previous-line -bind attach,index,pager \CD next-page -bind attach,index,pager \CU previous-page bind pager gg top bind pager G bottom bind index d half-down