diff --git a/conf.org b/conf.org index a7a84f0..85a8171 100644 --- a/conf.org +++ b/conf.org @@ -1810,6 +1810,7 @@ I have current have three contexts, personal and two work accounts. The first is (("/gmail/inbox" . ?i) ("/gmail/sent" . ?s) ("/gmail/trash" . ?s) + ("/gmail/drafts" . ?d) ("/gmail/archive" . ?a))))) ,(make-mu4e-context :name "gatech" @@ -1832,6 +1833,7 @@ I have current have three contexts, personal and two work accounts. The first is (("/gatech/inbox" . ?i) ("/gatech/sent" . ?s) ("/gatech/trash" . ?s) + ("/gatech/drafts" . ?d) ("/gatech/archive" . ?a))))) ,(make-mu4e-context :name "emory" @@ -1854,6 +1856,7 @@ I have current have three contexts, personal and two work accounts. The first is (("/emory/inbox" . ?i) ("/emory/sent" . ?s) ("/emory/trash" . ?s) + ("/emory/drafts" . ?d) ("/emory/archive" . ?a))))))) #+END_SRC * shell