diff options
Diffstat (limited to 'neomutt/config')
-rw-r--r-- | neomutt/config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/neomutt/config b/neomutt/config index d0445a4..f286089 100644 --- a/neomutt/config +++ b/neomutt/config @@ -15,6 +15,9 @@ set spoolfile=+INBOX set record=+Sent mailboxes "+Archive" "+Drafts" "+INBOX" "+Sent" "+Junk" "+Trash" +virtual-mailboxes "inbox" "notmuch://?query=tag:inbox" +virtual-mailboxes "kernelnewbies" "notmuch://?query=tag:kernelnewbies" +virtual-mailboxes "gentoo-bugs" "notmuch://?query=tag:gentoo-bugs" set sort=threads set sort_aux=reverse-last-date-received @@ -40,6 +43,8 @@ source ~/.dotfiles/neomutt/subscriptions # Macro: macro index,pager A "<save-message>=Archive<enter><enter>" +macro index S "<shell-escape>/home/tj/.bin/checkmail.sh 2>&1<enter>" "sync email and run notmuch" + # color index_author cyan default '.*' # color index_size green default color index_flags brightcyan default '.*' @@ -60,12 +65,13 @@ set index_format="[%Z] %D %-25.25Fp %@subj_flags@ %s %> %cr" #color index color247 default ~R #color status black blue - color indicator black lightyellow color index black default ~N|~O color index color247 default ~R color status white blue +set sidebar_visible = yes + # Use utf-8 as send encoding... set send_charset='utf-8' |