mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
Edits for mu4e.
This commit is contained in:
@@ -186,10 +186,13 @@
|
||||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||
(require 'mu4e)
|
||||
(require 'smtpmail)
|
||||
(setq mu4e-get-mail-command "mbsync -c ~/.emacs.d/mu4e/.mbsyncrc -a"
|
||||
mu4e-update-interval 300
|
||||
user-mail-address "derek@distrotube.com"
|
||||
(setq user-mail-address "derek@distrotube.com"
|
||||
user-full-name "Derek Taylor"
|
||||
;; I have my mbsyncrc in a different folder on my system, to keep it separate from the
|
||||
;; mbsyncrc available publicly in my dotfiles. You MUST edit the following line.
|
||||
;; Be sure that the following command is: "mbsync -c ~/.config/mu4e/mbsyncrc -a"
|
||||
mu4e-get-mail-command "mbsync -c ~/.config/mu4e-dt/mbsyncrc -a"
|
||||
mu4e-update-interval 300
|
||||
mu4e-compose-signature
|
||||
(concat
|
||||
"Derek Taylor\n"
|
||||
|
||||
@@ -357,10 +357,13 @@ Setting up mu4e which is an email client that works within emacs. You must inst
|
||||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||
(require 'mu4e)
|
||||
(require 'smtpmail)
|
||||
(setq mu4e-get-mail-command "mbsync -c ~/.emacs.d/mu4e/.mbsyncrc -a"
|
||||
mu4e-update-interval 300
|
||||
user-mail-address "derek@distrotube.com"
|
||||
(setq user-mail-address "derek@distrotube.com"
|
||||
user-full-name "Derek Taylor"
|
||||
;; I have my mbsyncrc in a different folder on my system, to keep it separate from the
|
||||
;; mbsyncrc available publicly in my dotfiles. You MUST edit the following line.
|
||||
;; Be sure that the following command is: "mbsync -c ~/.config/mu4e/mbsyncrc -a"
|
||||
mu4e-get-mail-command "mbsync -c ~/.config/mu4e-dt/mbsyncrc -a"
|
||||
mu4e-update-interval 300
|
||||
mu4e-compose-signature
|
||||
(concat
|
||||
"Derek Taylor\n"
|
||||
|
||||
Reference in New Issue
Block a user