summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-26 16:28:02 +0100
committerjao <jao@gnu.org>2021-07-26 16:28:02 +0100
commit21e519036f0672a95c344137800f78c38b18f761 (patch)
tree1628070b0e58d29136c81fd5f87e99a823ea8e9b /notmuch.org
parente662013059ee6a0801499b962f6681a1bde998dc (diff)
downloadelibs-21e519036f0672a95c344137800f78c38b18f761.tar.gz
elibs-21e519036f0672a95c344137800f78c38b18f761.tar.bz2
notmuch: simpler mime/image toggling for html emails
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/notmuch.org b/notmuch.org
index a36be1d..ecf3dd8 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -76,11 +76,13 @@
,@(jao-notmuch--mboxes-search "jao")
,(jao-notmuch--q "feeds" "papers" "fp" '("tag:papers" "tag:new"))
,(jao-notmuch--q "local" nil "l" '("tag:local" "tag:new"))
+ ,(jao-notmuch--q "emacs" "feeds" "ee"
+ '("tag:new" "tag:emacs" "not tag:\"/^emacs-/\""))
,(jao-notmuch--q "emacs" "github" "eg" '("tag:new" "tag:emacs-github"))
,(jao-notmuch--q "emacs" "devel" "ed" '("tag:new" "tag:emacs-devel"))
,(jao-notmuch--q "emacs" "bugs" "eb" '("tag:new" "tag:emacs-bugs"))
,(jao-notmuch--q "emacs" "diffs" "ec" '("tag:new" "tag:emacs-diffs"))
- ,@(jao-notmuch--mboxes-search "feeds")
+ ,@(jao-notmuch--mboxes-search "feeds" "emacs")
,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:1d..") t)
,(jao-notmuch--q "jao" "today" "tj"
'("tag:jao" "date:1d.."
@@ -118,7 +120,7 @@
:init
(setq notmuch-draft-folder "jao/drafts"
notmuch-draft-quoted-tags '("part")
- notmuch-column-control 1.0
+ notmuch-column-control t ;; 1.0
notmuch-hello-sections '(notmuch-hello-insert-saved-searches
notmuch-hello-insert-alltags
notmuch-hello-insert-header)
@@ -140,6 +142,9 @@
notmuch-wash-citation-lines-prefix 10
notmuch-wash-citation-lines-suffix 20)
+ (setq gnus-blocked-images ".")
+ (setq notmuch-show-text/html-blocked-images ".")
+
:config
(when (eq 'notmuch jao-afio-mail-function)
@@ -199,7 +204,6 @@
:demand t
:config (setq jao-notmuch-mailboxes (jao-mailbox-folders)))
-
#+end_src
* tree view
#+begin_src emacs-lisp