From 1e2797a477f8b162abf60d056ea832b2cb0cb9b9 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 1 Dec 2014 09:58:01 +0100 Subject: email: add bookmark to personal inbox --- lisp/email.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/email.el b/lisp/email.el index b653221..a9e7c61 100644 --- a/lisp/email.el +++ b/lisp/email.el @@ -48,6 +48,10 @@ (add-hook 'mu4e-compose-pre-hook 'my-mu4e-set-account) +(add-to-list 'mu4e-bookmarks + '("maildir:\"/private/INBOX\"" "Personal inbox" ?i)) + + ; set up email sending with msmtp (setq mail-user-agent 'mu4e-user-agent) (setq mail-specify-envelope-from t) -- cgit v1.2.3