working on mail

This commit is contained in:
Ingolf Wagner 2022-01-09 17:46:44 +01:00
parent 0d8595163f
commit 708616b7b2
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -172,6 +172,7 @@ in
set nm_default_uri="notmuch://$HOME/Maildir" # path to the maildir set nm_default_uri="notmuch://$HOME/Maildir" # path to the maildir
set nm_record = yes set nm_record = yes
set nm_record_tags = "-inbox me archive" set nm_record_tags = "-inbox me archive"
set nm_query_type = "threads" # we are not only interessted in messages
set virtual_spoolfile=yes # enable virtual folders set virtual_spoolfile=yes # enable virtual folders
set sendmail=${ set sendmail=${
@ -302,6 +303,23 @@ in
'' ''
}<enter>" }<enter>"
bind index i noop
bind pager i noop
bind index I noop
bind pager I noop
# notmuch config set query.chat <query>
# notmuch search query:chat
# parse From and To, collect all mail addresses and remove my own mail lists, and create a query from it
#From:
#To:
macro index,pager I "<pipe-message>${
pkgs.writers.writeDash "show_query" ''
cat
''
}<enter>"
# top index bar in email view # top index bar in email view
set pager_index_lines=7 set pager_index_lines=7
# top_index_bar toggle # top_index_bar toggle