emacs: Revamp mu4e config to make gmail work better
This commit is contained in:
parent
e51d89105d
commit
ec98d3bfab
@ -1847,7 +1847,7 @@ odd looking ~'(t .t)~ is for specifying a default for all other actions.
|
||||
|
||||
(add-to-list 'auto-mode-alist '("authinfo" . authinfo-mode))
|
||||
|
||||
(setq mu4e-get-mail-command "parallel mbsync -V \"-c ~/.config/mbsync/config\" ::: ferano.io.inbox gmail.allmail")
|
||||
(setq mu4e-get-mail-command "parallel mbsync -V \"-c ~/.config/mbsync/config\" ::: ferano.io gmail")
|
||||
|
||||
;;; Sending email (SMTP)
|
||||
(require 'smtpmail)
|
||||
@ -1917,11 +1917,14 @@ odd looking ~'(t .t)~ is for specifying a default for all other actions.
|
||||
(user-full-name . "Joseph Ferano")
|
||||
(mu4e-drafts-folder . "/gmail/[Gmail]/Drafts/")
|
||||
(mu4e-trash-folder . "/gmail/[Gmail]/Trash/")
|
||||
(mu4e-sent-folder . "/gmail/[Gmail]/Sent Mail/")))))
|
||||
|
||||
(mu4e-sent-folder . "/gmail/[Gmail]/Sent Mail/")
|
||||
(smtpmail-default-smtp-server . "smtp.gmail.com")
|
||||
(smtpmail-smtp-server . "smtp.gmail.com")
|
||||
(smtpmail-stream-type . starttls)
|
||||
(smtpmail-smtp-service . 587)))))
|
||||
(setq mu4e-maildir-shortcuts
|
||||
'((:maildir "/ferano.io/Inbox" :key ?f)
|
||||
(:maildir "/gmail/[Gmail]/All Mail" :key ?g)))
|
||||
(:maildir "/gmail/Inbox" :key ?g)))
|
||||
|
||||
(mu4e 't)
|
||||
(add-hook 'after-init-hook #'mu4e-alert-enable-mode-line-display))
|
||||
|
Loading…
x
Reference in New Issue
Block a user