notmuch: start with inbox
This commit is contained in:
parent
441baeda38
commit
a38c136d71
@ -18,3 +18,8 @@
|
|||||||
mail-envelope-from 'header
|
mail-envelope-from 'header
|
||||||
message-sendmail-f-is-evil nil
|
message-sendmail-f-is-evil nil
|
||||||
message-sendmail-envelope-from 'header)
|
message-sendmail-envelope-from 'header)
|
||||||
|
|
||||||
|
; start with inbox
|
||||||
|
(defun notmuch ()
|
||||||
|
(interactive)
|
||||||
|
(notmuch-search "tag:inbox"))
|
||||||
|
Loading…
Reference in New Issue
Block a user