notmuch: start with inbox

This commit is contained in:
Gabriel Ebner 2013-04-30 11:47:30 +02:00
parent 441baeda38
commit a38c136d71
1 changed files with 5 additions and 0 deletions

View File

@ -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"))