From 666d7d94655a3b9151504b9550411feb845c7b96 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 5 Jul 2021 00:34:44 +0100 Subject: cleaner handling of images in html email --- notmuch.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'notmuch.org') 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" -- cgit v1.2.3