From 39c85a8429388191b87a3ed1be25847878aa2d9a Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 26 Mar 2021 16:10:47 -0400 Subject: [PATCH] more account customization --- mutt/colors.rc | 1 + mutt/macros.rc | 9 +++++++-- mutt/mailboxes.rc | 4 ++-- mutt/notmuch.rc | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/mutt/colors.rc b/mutt/colors.rc index 81ae23f..32a1d61 100644 --- a/mutt/colors.rc +++ b/mutt/colors.rc @@ -7,3 +7,4 @@ color hdrdefault brightwhite black color quoted brightgreen black color status black cyan color indicator default blue +color progress white red diff --git a/mutt/macros.rc b/mutt/macros.rc index dbcc1ac..3645446 100644 --- a/mutt/macros.rc +++ b/mutt/macros.rc @@ -5,8 +5,8 @@ macro index \ macro index \ "unset wait_key~/bin/mutt-notmuch thread~/.cache/Maildir/set wait_key" \ "search and reconstruct owning thread (using notmuch)" -# macro index t "mutt2task" -macro index t "/home/kellya/projects/arachnitech/mutt2tw/mutt2tw.py"\ +# macro index,browser t "mutt2task" +macro index,browser,pager t "/home/kellya/projects/arachnitech/mutt2tw/mutt2tw.py"\ "A" # 'L' performs a notmuch query, showing only the results macro index L "unset wait_keyread -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"" "show only messages matching a notmuch pattern" @@ -25,3 +25,8 @@ macro attach A "/home/kellya/projects/public/mutt-filters/vcalenda # Archive # macro index A ":set confirmappend=no delete=yes\n=archive\n:set confirmappend=no delete=yes\n+archive -unread -inbox\\n" +bind index,browser,pager . noop +macro index .cp 'source ~/.mutt/accounts/arachnitech~/Maildir/arachnitech/INBOX/' +macro index .cc 'source ~/.mutt/accounts/franklin~/Maildir/franklin/INBOX/' +#macro pager .ob 'urlview' 'Follow links with urlview' +macro index,pager .ob " urlscan" "call urlscan to extract URLs out of a message" diff --git a/mutt/mailboxes.rc b/mutt/mailboxes.rc index 83024bc..56b5d5d 100644 --- a/mutt/mailboxes.rc +++ b/mutt/mailboxes.rc @@ -1,5 +1,5 @@ -named-mailboxes "====== Arachnitech ======" "+arachnitech/INBOX" +named-mailboxes "━━━━━┫ Arachnitech ┣━━━━━" "+arachnitech/INBOX" named-mailboxes " Blockchain" "+arachnitech/Blockchain" -named-mailboxes "======== Franklin =======" "+franklin/INBOX" +named-mailboxes "━━━━━┫ Franklin ┣━━━━━" "+franklin/INBOX" named-mailboxes " Archive" "+franklin/Archive" named-mailboxes " Sent" "+franklin/Sent" diff --git a/mutt/notmuch.rc b/mutt/notmuch.rc index 0ace8ef..2817f5c 100644 --- a/mutt/notmuch.rc +++ b/mutt/notmuch.rc @@ -1,4 +1,4 @@ set nm_default_url = "notmuch:///home/kellya/Maildir" -virtual-mailboxes "======= Not Much =======" "notmuch://?query=tag:inbox" +virtual-mailboxes "━━━━━┫ Not Much ┣━━━━━" "notmuch://?query=tag:inbox" virtual-mailboxes " Arachnitech INBOX" "notmuch://?query=tag:inbox&query=to:*arachnitech.com" virtual-mailboxes " Franklin INBOX" "notmuch://?query=tag:inbox&query=to:*franklin.edu"