diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-05-06 15:18:09 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-05-06 15:18:09 -0700 |
commit | ff438de98612c2d23621c8599e411fbfcf1578c8 (patch) | |
tree | 66d7230ed6aa29aab1ad1201492f2ee264d6bdd2 | |
parent | 3a572f8ded98d5d39802bb3aed7a8a804a3b5279 (diff) |
ham fix
-rwxr-xr-x | mutt-wizard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt-wizard.sh b/mutt-wizard.sh index 23ae7ab..8fa11f3 100755 --- a/mutt-wizard.sh +++ b/mutt-wizard.sh @@ -82,7 +82,7 @@ detectMailboxes() { \ sed -i "/^mailboxes\|^set spoolfile\|^set record\|^set postponed/d" "$muttdir"accounts/$1.muttrc echo mailboxes $oneline >> "$muttdir"accounts/$1.muttrc sed -i "/^macro index,pager g/d" "$muttdir"accounts/$1.muttrc - grep -vi /tmp/$1_boxes -e "trash\|drafts\|sent\|trash\|spam\|junk\|archive\|chat\|old\|new\|gmail\|sms\|call" | sort -n | sed 1q | formatShortcut i inbox $1 + grep -vi /tmp/$1_boxes -e "trash\|drafts\|sent\|trash\|spam\|ham\|junk\|archive\|chat\|old\|new\|gmail\|sms\|call" | sort -n | sed 1q | formatShortcut i inbox $1 grep -i /tmp/$1_boxes -e sent | sed 1q | formatShortcut s sent $1 grep -i /tmp/$1_boxes -e draft | sed 1q | formatShortcut d drafts $1 grep -i /tmp/$1_boxes -e trash | sed 1q | formatShortcut t trash $1 |