summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-05 00:34:44 +0100
committerjao <jao@gnu.org>2021-07-05 00:34:44 +0100
commit666d7d94655a3b9151504b9550411feb845c7b96 (patch)
treeebed6583740bbc3b06e234d8216d0bdef55b76c9 /notmuch.org
parentc32e7602b05da3daecf5c487b04f163f5a4bf7e4 (diff)
downloadelibs-666d7d94655a3b9151504b9550411feb845c7b96.tar.gz
elibs-666d7d94655a3b9151504b9550411feb845c7b96.tar.bz2
cleaner handling of images in html email
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/notmuch.org b/notmuch.org
index 768bec7..4cfd416 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -1,7 +1,7 @@
#+property: header-args:emacs-lisp :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-" :tangle-mode (identity #o644)
#+title: notmuch configuration
-* minibuffer notifications
+* minibuffer
#+begin_src emacs-lisp
(defvar jao-notmuch-minibuffer-string "")
@@ -141,8 +141,7 @@
:config
(when (eq 'notmuch jao-afio-mail-function)
- (setq mm-text-html-renderer 'shr
- message-directory "~/var/mail/"
+ (setq message-directory "~/var/mail/"
message-auto-save-directory "/tmp")
(with-eval-after-load "notmuch-message"
(define-key message-mode-map (kbd "C-c C-d")
@@ -223,7 +222,7 @@
("D" . jao-notmuch-tree-delete-thread)
("h" . jao-notmuch-goto-message-buffer)
("H" . jao-notmuch-click-message-buffer)
- ("i" . jao-notmuch-toggle-images)
+ ("i" . jao-notmuch-show-images)
("K" . jao-notmuch-tag-jump-and-next)
("k" . jao-notmuch-tree-read-thread)
("M" . jao-notmuch-move-message)
@@ -257,7 +256,7 @@
(major-mode-hydra-define notmuch-tree-mode nil
("View"
(("." jao-notmuch-toggle-mime-parts "toggle mime parts")
- ("i" jao-notmuch-toggle-images "toggle images")
+ ("i" jao-notmuch-show-images "toggle images")
("a" notmuch-tree-archive-thread-then-next "archive thread")
("C" jao-notmuch-echo-count "echo unread count"))
"Mark"