From 18c7cb644d472014eb174d344bed496c4b37558a Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sun, 9 Sep 2018 20:50:06 -0400 Subject: [PATCH] add org capture for mu4e --- conf.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/conf.org b/conf.org index a70d6b0..85959c8 100644 --- a/conf.org +++ b/conf.org @@ -899,6 +899,9 @@ Add some useful properties: ("d" "deadline" entry (file ,capfile) "* TODO %?\nDEADLINE: %^t\ndeliverable:\n%U\n") + ("e" "email" entry (file ,capfile) + "* TODO Respond to %:fromname; Re: %:subject\n%U\n%a\n") + ("p" "org-protocol" entry (file ,capfile) "* %^{Title} :\\%note:\n%u\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE" :immediate-finish t) @@ -1808,10 +1811,10 @@ I have current have three contexts, personal and two work accounts. The first is (smtpmail-smtp-user . "natedwarshuis@gmail.com") (user-mail-address . "natedwarshuis@gmail.com") (mu4e-maildir-shortcuts . - (("/gmail/inbox" . ?i) - ("/gmail/sent" . ?s) - ("/gmail/trash" . ?s) - ("/gmail/drafts" . ?d) + (("/gmail/inbox" . ?i) + ("/gmail/sent" . ?s) + ("/gmail/trash" . ?t) + ("/gmail/drafts" . ?d) ("/gmail/archive" . ?a))))) ,(make-mu4e-context :name "gatech"