Use mu4e
This commit is contained in:
parent
d053de1871
commit
c227b55abd
2 changed files with 15 additions and 3 deletions
|
@ -35,6 +35,20 @@
|
||||||
;; Enable Mercurial support for git-gutter
|
;; Enable Mercurial support for git-gutter
|
||||||
(setq git-gutter:handled-backends '(git hg))
|
(setq git-gutter:handled-backends '(git hg))
|
||||||
|
|
||||||
|
;; Enable editorconfig
|
||||||
|
(editorconfig-mode 1)
|
||||||
|
|
||||||
|
;; mu4e config
|
||||||
|
(set-email-account! "posteo"
|
||||||
|
'((mu4e-sent-folder . "/Sent")
|
||||||
|
(mu4e-drafts-folder . "/Drafts")
|
||||||
|
(mu4e-trash-folder . "/Trash")
|
||||||
|
(mu4e-refile-folder . "/INBOX")
|
||||||
|
(smtpmail-smtp-user . "mokou@posteo.net")
|
||||||
|
(user-mail-address . "mokou@posteo.de"))
|
||||||
|
t)
|
||||||
|
(map! :map global-map :leader "M" 'mu4e)
|
||||||
|
|
||||||
;; Org configuration
|
;; Org configuration
|
||||||
(after! org
|
(after! org
|
||||||
(setq-default org-directory "~/code/personal/org")
|
(setq-default org-directory "~/code/personal/org")
|
||||||
|
@ -403,5 +417,3 @@
|
||||||
nil
|
nil
|
||||||
next-headline)))
|
next-headline)))
|
||||||
|
|
||||||
;; Enable editorconfig
|
|
||||||
(editorconfig-mode 1)
|
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
;;vala
|
;;vala
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;;(mu4e +gmail)
|
(mu4e +gmail)
|
||||||
;;notmuch
|
;;notmuch
|
||||||
;;(wanderlust +gmail)
|
;;(wanderlust +gmail)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue