working on mail
This commit is contained in:
parent
0d8595163f
commit
708616b7b2
1 changed files with 18 additions and 0 deletions
|
@ -172,6 +172,7 @@ in
|
|||
set nm_default_uri="notmuch://$HOME/Maildir" # path to the maildir
|
||||
set nm_record = yes
|
||||
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 sendmail=${
|
||||
|
@ -302,6 +303,23 @@ in
|
|||
''
|
||||
}<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
|
||||
set pager_index_lines=7
|
||||
# top_index_bar toggle
|
||||
|
|
Loading…
Reference in a new issue