aboutsummaryrefslogtreecommitdiffstats
path: root/config/doom/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config/doom/config.org')
-rw-r--r--config/doom/config.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index d900f63..bec9fc0 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -160,9 +160,9 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary
(add-to-list 'org-capture-templates
`("m" "NBG-TM Contact" entry
(file+headline ,(expand-file-name "toastmasters/NBG-membership.org" org-directory) "Guest")
- "* INTRS [[notmuch-search:%:fromaddress][%:fromname]]
+ "* INTRS [[notmuch-search:%:reply-to][%:fromname]]
:PROPERTIES:
-:EMAIL: %:fromaddress
+:EMAIL: %:reply-to
:END:
Invited: %^t
"))
@@ -300,7 +300,7 @@ this new window.
#+begin_src emacs-lisp :tangle "packages.el"
(package! notmuch :pin "c769658360e10a6d01a4134e680e2f498741bc5c")
(package! org-mime :pin "cc00afcf0291633324364c1c83bfe2833cfdc1bf")
-(package! ol-notmuch :pin "781c3518a537da2a8b5e8a4424f9441df463a147")
+(package! ol-notmuch :pin "2704345ac8c4558c7c787d2ea0a4777607789a62")
#+end_src
#+BEGIN_SRC emacs-lisp
(use-package! notmuch
@@ -448,7 +448,7 @@ this new window.
(defun on/fetch-all-email (mailbox)
"Start tagmail fetch on a subprocess for MAILBOX."
(interactive (list (completing-read
- "Which mailbox?"
+ "Which mailbox? "
(on/registered-mail-accounts)
nil nil nil nil "all")))
(with-current-buffer (get-buffer-create "*E-mail fetch*")