add command to select From email via ivy prior to composing
This commit is contained in:
parent
d73ebf0815
commit
00ec885eaa
1 changed files with 8 additions and 0 deletions
|
@ -86,6 +86,14 @@
|
|||
(notmuch-tree-add-tag (list "+spam" "-inbox" "-unread"))
|
||||
(notmuch-tree-next-message))
|
||||
|
||||
;;;###autoload
|
||||
(defun +notmuch/ivy-compose ()
|
||||
"Compose new mail"
|
||||
(interactive)
|
||||
(ivy-read "From: "
|
||||
(notmuch-user-emails)
|
||||
:action (lambda (selection) (notmuch-mua-mail nil nil (list (cons 'From selection))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +notmuch/open-message-with-mail-app-notmuch-tree ()
|
||||
(interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue