config/emacs: nvm
This commit is contained in:
parent
b3736f30f3
commit
93d1c75261
1 changed files with 77 additions and 96 deletions
|
@ -1203,11 +1203,7 @@ GNU patch review metho dor sometihng idk
|
||||||
(mu4e-refile-folder . "/Outlook/Inbox")
|
(mu4e-refile-folder . "/Outlook/Inbox")
|
||||||
(mu4e-trash-folder . "/Outlook/Deleted")
|
(mu4e-trash-folder . "/Outlook/Deleted")
|
||||||
;; todo stmpmail and compose signatures
|
;; todo stmpmail and compose signatures
|
||||||
(mu4e-maildir-shortcuts . (
|
))
|
||||||
("/Outlook/Inbox" . ?i)
|
|
||||||
("/Outlook/Sent" . ?s)
|
|
||||||
("/Outlook/Drafts" . ?d)
|
|
||||||
))))
|
|
||||||
(make-mu4e-context
|
(make-mu4e-context
|
||||||
:name "Proton"
|
:name "Proton"
|
||||||
:match-func
|
:match-func
|
||||||
|
@ -1221,12 +1217,7 @@ GNU patch review metho dor sometihng idk
|
||||||
(mu4e-refile-folder . "/Proton/Inbox")
|
(mu4e-refile-folder . "/Proton/Inbox")
|
||||||
(mu4e-trash-folder . "/Proton/Trash"))
|
(mu4e-trash-folder . "/Proton/Trash"))
|
||||||
;; todo stmpmail and compose signatures
|
;; todo stmpmail and compose signatures
|
||||||
(mu4e-maildir-shortcuts . (
|
|
||||||
("/Proton/Inbox" . ?i)
|
|
||||||
("/Proton/Sent" . ?s)
|
|
||||||
("/Proton/Drafts" . ?d)
|
|
||||||
)
|
)
|
||||||
))
|
|
||||||
(make-mu4e-context
|
(make-mu4e-context
|
||||||
:name "Gmail Personal 1"
|
:name "Gmail Personal 1"
|
||||||
:match-func
|
:match-func
|
||||||
|
@ -1240,12 +1231,7 @@ GNU patch review metho dor sometihng idk
|
||||||
(mu4e-refile-folder . "/Gmail-Personal-1/Inbox")
|
(mu4e-refile-folder . "/Gmail-Personal-1/Inbox")
|
||||||
(mu4e-trash-folder . "Gmail-Personal-1/Trash")
|
(mu4e-trash-folder . "Gmail-Personal-1/Trash")
|
||||||
;; todo stmpmail and compose signatures
|
;; todo stmpmail and compose signatures
|
||||||
(mu4e-maildir-shortcuts . (
|
))
|
||||||
("/Gmail-Personal-1/Inbox" . ?i)
|
|
||||||
("/Gmail-Personal-1/Sent Mail" . ?s)
|
|
||||||
("/Gmail-Personal-1/Drafts" . ?d)
|
|
||||||
)
|
|
||||||
)))
|
|
||||||
(make-mu4e-context
|
(make-mu4e-context
|
||||||
:name "Second Personal Gmail"
|
:name "Second Personal Gmail"
|
||||||
:match-func
|
:match-func
|
||||||
|
@ -1258,12 +1244,7 @@ GNU patch review metho dor sometihng idk
|
||||||
(mu4e-sent-folder . "/Gmail-Personal-2/Sent Mail")
|
(mu4e-sent-folder . "/Gmail-Personal-2/Sent Mail")
|
||||||
(mu4e-refile-folder . "/Gmail-Personal-2/Inbox")
|
(mu4e-refile-folder . "/Gmail-Personal-2/Inbox")
|
||||||
(mu4e-trash-folder . "Gmail-Personal-2/Trash")
|
(mu4e-trash-folder . "Gmail-Personal-2/Trash")
|
||||||
(mu4e-maildir-shortcuts . (
|
))
|
||||||
("/Gmail-Personal-2/Inbox" . ?i)
|
|
||||||
("/Gmail-Personal-2/Sent Mail" . ?s)
|
|
||||||
("/Gmail-Personal-2/Drafts" . ?d)
|
|
||||||
)
|
|
||||||
)))
|
|
||||||
|
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue