summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--by_os/Linux/notmuch/.notmuch-config2
-rw-r--r--mutt/.mutt/muttrc8
2 files changed, 8 insertions, 2 deletions
diff --git a/by_os/Linux/notmuch/.notmuch-config b/by_os/Linux/notmuch/.notmuch-config
index 6f3f736..c3d302c 100644
--- a/by_os/Linux/notmuch/.notmuch-config
+++ b/by_os/Linux/notmuch/.notmuch-config
@@ -8,7 +8,7 @@ other_email=patrick@simianer.de,pks@pks.rocks,simianer@cl.uni-heidelberg.de,simi
[new]
tags=unread;inbox;
-ignore=
+ignore=current_search
[search]
exclude_tags=deleted;spam;
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
index 4df31c3..8470cb2 100644
--- a/mutt/.mutt/muttrc
+++ b/mutt/.mutt/muttrc
@@ -14,6 +14,7 @@ set send_charset = "utf-8"
set config_charset = "utf-8"
set read_inc = 1
set sleep_time = 0
+set rfc2047_parameters = yes
auto_view text/html
# bindings
@@ -51,7 +52,8 @@ folder-hook work/all 'set read_inc=1000'
folder-hook work/lists 'set read_inc=1000'
# notmuch
-macro index , "<enter-command>unset wait_key<enter><shell-escape>mutt-notmuch-py /tmp/mutt-notmuch-py-results<enter><change-folder-readonly>/tmp/mutt-notmuch-py-results<enter>" "search mail (using notmuch)"
+set my_notmuchfs_folder="~/.notmuchfs"
+macro index "," "<shell-escape>prompt_mkdir $my_notmuchfs_folder<enter><change-folder>~/.mail/current_search<enter>" "Search"
# status bar
set status_chars = " *%A"
@@ -75,6 +77,10 @@ set mail_check_stats = yes
set mail_check_stats_interval = 3
set sidebar_new_mail_only = no
set mail_check = 3
+set edit_headers = no
+set reverse_name = yes
+set reverse_realname = no
+alternates ^.*@simianer.de$ ^.*@pks.rocks$ ^.*@fru.gal$
# pager
set pager_index_lines = 20