add org capture for mu4e

This commit is contained in:
petrucci4prez 2018-09-09 20:50:06 -04:00
parent 7adfb743d8
commit 18c7cb644d
1 changed files with 7 additions and 4 deletions

View File

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