diff options
author | Raúl Benencia <id@rbenencia.name> | 2025-09-13 14:21:35 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2025-09-13 14:21:35 -0700 |
commit | 6cf7c429e3569eeca1b676bc0e08abddc74a8d3a (patch) | |
tree | 8067ba1a84d8699c50483efde09f154706b3f21b /.emacs.d/rul-lisp/packages | |
parent | 1bd9440ea8c496f3307e0c9f7aa8f0e0a1b4b6ba (diff) |
emacs: set draft folder in notmuch
Diffstat (limited to '.emacs.d/rul-lisp/packages')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-mail.el | 2 |
1 files changed, 2 insertions, 0 deletions
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." |