diff options
-rw-r--r-- | Mail/muttrc | 13 | ||||
-rw-r--r-- | Shell/zshrc | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/Mail/muttrc b/Mail/muttrc index 0501ba9..87413da 100644 --- a/Mail/muttrc +++ b/Mail/muttrc @@ -16,7 +16,18 @@ set mbox = "+dove/Archive" set postponed = "+dove/Drafts" set record = "+dove/Sent" -mailboxes +Inbox +# Set maailboxes +mailboxes =dove/Inbox =dove/Sent =dove/Drafts =dove/Trash =dove/Archive + +# Enable sidepanel +set sidebar_visible=yes +set sidebar_short_path=yes +set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" +set mail_check_stats = yes + +# Set search to notmuch + +bind index,pager / vfolder-from-query # View good/bad mails diff --git a/Shell/zshrc b/Shell/zshrc index ffffb2d..78c6911 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -76,4 +76,4 @@ case $TERM in esac ## Fancy sysinfo -~/bin/sysinfo +#~/bin/sysinfo |