diff options
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>\ |