diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-15 14:16:30 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-15 14:16:30 +0000 |
commit | 4abbeea3b804eb0cab4523b6b7939768dd6ac14c (patch) | |
tree | fa7fc0d28472a2db2554f74ef83feb9d29e84ca0 /muttrc | |
parent | eade22ac0415760dca7be50a07d0d0f393b35535 (diff) |
Adds some notmuch config in neomutt config
Diffstat (limited to '')
-rw-r--r-- | muttrc | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -231,6 +231,25 @@ macro index T "<pipe-message>mutt2task<enter> <move-message>purelymail/INBOX.Arc #new notmuch-mutt for linux +# Notmuch +#set virtual_spoolfile=yes # uncomment this to have mutt open the first virtual-mailbox below when it launches +macro index \\\\ "<vfolder-from-query>" +virtual-mailboxes "Today" "notmuch://?query=date:today" +virtual-mailboxes "Flagged" "notmuch://?query=tag:flagged" +virtual-mailboxes "FromMe" "notmuch://?query=from:matt@matthewlemon.com" +set nm_db_limit = 5000 +#set nm_default_url = "" +set nm_open_timeout = 5 +set nm_query_window_enable=yes +set nm_query_window_duration=2 +set nm_query_window_timebase="month" # or "hour", "day", "week", "month", "year" +set nm_query_window_or_terms="tag:unread and tag:flagged" +# read entire thread of the current message +bind index,pager + entire-thread +# generate virtual folder from query +#bind index,pager \cf vfolder-from-query +bind index < vfolder-window-backward +bind index > vfolder-window-forward macro index <F8> \ "<enter-command>set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key<enter>\ |