From 4abbeea3b804eb0cab4523b6b7939768dd6ac14c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 15 Feb 2024 14:16:30 +0000 Subject: Adds some notmuch config in neomutt config --- muttrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 6ad4c06..17745de 100644 --- a/muttrc +++ b/muttrc @@ -231,6 +231,25 @@ macro index T "mutt2task 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 \\\\ "" +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 \ "set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ -- cgit v1.2.3