making the right address default for email
This commit is contained in:
parent
9a3e8a3535
commit
6decc29e6b
1 changed files with 16 additions and 12 deletions
|
@ -1,16 +1,4 @@
|
|||
;; mu4e
|
||||
(set-email-account! "matt@emenel.ca"
|
||||
'((mu4e-sent-folder . "/matt@emenel.ca/Sent")
|
||||
(mu4e-drafts-folder . "/matt@emenel.ca/Drafts")
|
||||
(mu4e-trash-folder . "/matt@emenel.ca/Trash")
|
||||
(mu4e-refile-folder . "/matt@emenel.ca/Archive")
|
||||
(mu4e-spam-folder . "/matt@emenel.ca/Spam")
|
||||
(smtpmail-smtp-user . "matt@emenel.ca")
|
||||
(user-mail-address . "matt@emenel.ca") ;; only needed for mu < 1.4
|
||||
(smtpmail-default-smtp-server . "smtp.fastmail.com")
|
||||
(smtpmail-smtp-server . "smtp.fastmail.com")
|
||||
(smtpmail-local-domain . "fastmail.com"))
|
||||
t)
|
||||
|
||||
(set-email-account! "admin@studyoftime.org"
|
||||
'((mu4e-sent-folder . "/admin@studyoftime.org/Sent")
|
||||
|
@ -25,6 +13,20 @@
|
|||
(smtpmail-local-domain . "dreamhost.com"))
|
||||
t)
|
||||
|
||||
;; last account listed is default
|
||||
(set-email-account! "matt@emenel.ca"
|
||||
'((mu4e-sent-folder . "/matt@emenel.ca/Sent")
|
||||
(mu4e-drafts-folder . "/matt@emenel.ca/Drafts")
|
||||
(mu4e-trash-folder . "/matt@emenel.ca/Trash")
|
||||
(mu4e-refile-folder . "/matt@emenel.ca/Archive")
|
||||
(mu4e-spam-folder . "/matt@emenel.ca/Spam")
|
||||
(smtpmail-smtp-user . "matt@emenel.ca")
|
||||
(user-mail-address . "matt@emenel.ca") ;; only needed for mu < 1.4
|
||||
(smtpmail-default-smtp-server . "smtp.fastmail.com")
|
||||
(smtpmail-smtp-server . "smtp.fastmail.com")
|
||||
(smtpmail-local-domain . "fastmail.com"))
|
||||
t)
|
||||
|
||||
(defun message-insert-signature-at-point ()
|
||||
"Insert signature at point."
|
||||
(interactive)
|
||||
|
@ -95,6 +97,8 @@
|
|||
(setq message-citation-line-format "On %e %B %Y at %R %Z, %f wrote:\n")
|
||||
(setq message-citation-line-function 'message-insert-formatted-citation-line)
|
||||
|
||||
(setq mu4e-context-policy 'pick-first)
|
||||
|
||||
(add-hook 'mu4e-thread-mode-hook #'mu4e-thread-fold-all)
|
||||
|
||||
(set-popup-rule! "*mu4e overview*" :side 'left :size '0.25)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue