change context defaults
This commit is contained in:
parent
df55d4f852
commit
d3f8b931a2
5
conf.org
5
conf.org
|
@ -1781,7 +1781,10 @@ Work in progress, only for receiving Gmail and work exhange mailboxes
|
|||
** contexts
|
||||
I have current have three contexts, personal and two work accounts. The first is a gmail account and the second/third are office365 accounts.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq mu4e-contexts
|
||||
(setq mu4e-context-policy 'pick-first
|
||||
mu4e-compose-context-policy 'ask-if-none
|
||||
|
||||
mu4e-contexts
|
||||
`( ,(make-mu4e-context
|
||||
:name "personal"
|
||||
:match-func
|
||||
|
|
Loading…
Reference in New Issue