diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-09 16:22:00 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-09 16:22:00 +0100 |
commit | 8662472bdda1b29f9c85a6f9036818cb5ba28cd7 (patch) | |
tree | d7a783fe4367285174d90a0c65bfa019c5cd444f | |
parent | 3ffba75e5e911dce27de2e2c502e4b549615edd3 (diff) |
better mutt support - notmuch, etc
-rw-r--r-- | mutt2022/mailboxes | 4 | ||||
-rw-r--r-- | mutt2022/mailboxes_auto | 1 | ||||
-rw-r--r-- | muttrc_fastmail_may22 | 7 | ||||
-rw-r--r-- | notmuch-config | 3 |
4 files changed, 10 insertions, 5 deletions
diff --git a/mutt2022/mailboxes b/mutt2022/mailboxes new file mode 100644 index 0000000..98e0c87 --- /dev/null +++ b/mutt2022/mailboxes @@ -0,0 +1,4 @@ +virtual-mailboxes "Joanna" "notmuch://?query=from:joanna" +virtual-mailboxes "nm-sent" "notmuch://?query=tag:sent" +virtual-mailboxes "nm-inbox" "notmuch://?query=tag:inbox" +virtual-mailboxes "nm-archive" "notmuch://?query=tag:archive" diff --git a/mutt2022/mailboxes_auto b/mutt2022/mailboxes_auto deleted file mode 100644 index e1e22ac..0000000 --- a/mutt2022/mailboxes_auto +++ /dev/null @@ -1 +0,0 @@ -mailboxes "+Archive" "+Drafts" "+INBOX" "+Mailing Lists" "+Scans" "+Sent" "+Starred" "+Trash" diff --git a/muttrc_fastmail_may22 b/muttrc_fastmail_may22 index 0bd3a70..bcb1528 100644 --- a/muttrc_fastmail_may22 +++ b/muttrc_fastmail_may22 @@ -42,7 +42,7 @@ set text_flowed=yes #set sidebar_delim = '│' set sidebar_visible = yes set sidebar_width = 20 -set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" +#set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" set mail_check_stats #set sidebar_width = 24 ## not working in xubuntu set sidebar_shortpath = yes @@ -278,8 +278,9 @@ source ~/.mutt/colours # Define colours. auto_view text/html # example notmuch config: +set virtual_spoolfile=yes +source ~/.mutt/mailboxes -virtual-mailboxes "Joanna" "notmuch://?query=from:joanna" # -------------------------------------------------------------------------- # VARIABLES – shown with their default values @@ -322,7 +323,7 @@ set nm_unread_tag = unread set vfolder_format = "%6n(%6N) %f" # When set, NeoMutt will use the first virtual mailbox (see virtual-mailboxes) # as a spool_file. -set virtual_spool_file = no +#set virtual_spool_file = no # setup time window preferences # first setup the duration, and then the time unit of that duration # when set to 0 (the default) the search window feature is disabled diff --git a/notmuch-config b/notmuch-config index d8f8c6f..5e598bd 100644 --- a/notmuch-config +++ b/notmuch-config @@ -32,7 +32,7 @@ path=/home/lemon/Mail/ [user] primary_email=matt@matthewlemon.com -other_email=matthewlemon@protonmail.com;chaffinach@protonmail.ch; +other_email=mrlemon@mailforce.net; # Configuration for "notmuch new" # @@ -50,6 +50,7 @@ other_email=matthewlemon@protonmail.com;chaffinach@protonmail.ch; # [new] +tags=new # Search configuration # |