made reply function not include myself in mu4e
This commit is contained in:
parent
7ebb31c922
commit
e60decb5c5
3
conf.org
3
conf.org
|
@ -1787,6 +1787,8 @@ make sizes human readable
|
|||
|
||||
mu4e-view-prefer-html t
|
||||
|
||||
mu4e-compose-dont-reply-to-self t
|
||||
|
||||
send-mail-function 'smtpmail-send-it
|
||||
message-send-mail-function 'smtpmail-send-it
|
||||
|
||||
|
@ -1807,6 +1809,7 @@ I have current have three contexts, personal and two work accounts. The first is
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(setq mu4e-context-policy 'pick-first
|
||||
mu4e-compose-context-policy 'ask-if-none
|
||||
mu4e-user-mail-address-list '("natedwarshuis@gmail.com" "ndwarshuis3@gatech.edu" "ndwarsh@emory.edu"))
|
||||
|
||||
mu4e-contexts
|
||||
`( ,(make-mu4e-context
|
||||
|
|
Loading…
Reference in New Issue