From a38c136d7192addec81e742251f3a91f97b62f05 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 30 Apr 2013 11:47:30 +0200 Subject: [PATCH] notmuch: start with inbox --- notmuch-config.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notmuch-config.el b/notmuch-config.el index 57af1f0..3abb85d 100644 --- a/notmuch-config.el +++ b/notmuch-config.el @@ -18,3 +18,8 @@ mail-envelope-from 'header message-sendmail-f-is-evil nil message-sendmail-envelope-from 'header) + +; start with inbox +(defun notmuch () + (interactive) + (notmuch-search "tag:inbox"))