From 6cf7c429e3569eeca1b676bc0e08abddc74a8d3a Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Sat, 13 Sep 2025 14:21:35 -0700 Subject: emacs: set draft folder in notmuch --- .emacs.d/rul-lisp/packages/rul-mail.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/rul-lisp/packages') diff --git a/.emacs.d/rul-lisp/packages/rul-mail.el b/.emacs.d/rul-lisp/packages/rul-mail.el index 15354d0..6206118 100644 --- a/.emacs.d/rul-lisp/packages/rul-mail.el +++ b/.emacs.d/rul-lisp/packages/rul-mail.el @@ -17,6 +17,8 @@ notmuch-show-text/html-blocked-images nil ) + (setq notmuch-draft-folder "current/Drafts") + ;; Keymaps (defun rul/capture-mail() "Capture mail to org mode." -- cgit v1.2.3