summaryrefslogtreecommitdiffstats
path: root/Mail.org
diff options
context:
space:
mode:
Diffstat (limited to 'Mail.org')
-rw-r--r--Mail.org22
1 files changed, 20 insertions, 2 deletions
diff --git a/Mail.org b/Mail.org
index c749918..1ded00d 100644
--- a/Mail.org
+++ b/Mail.org
@@ -59,16 +59,34 @@
59 smtpmail-smtp-service 465 59 smtpmail-smtp-service 465
60 smtpmail-stream-type 'ssl) 60 smtpmail-stream-type 'ssl)
61 61
62 (setq mu4e-compose-signature (concat
63 "Pozdrawiam,\n"
64 "Jakub Długosz"))
65
62 (mu4e t)) 66 (mu4e t))
63 67
68#+end_src
69
70*mu4e-alert*
71
72#+begin_src emacs-lisp
73 (use-package mu4e-alert
74 :defer 20
75 :config
76 (mu4e-alert-set-default-style 'libnotify)
77 (mu4e-alert-enable-mode-line-display)
78 (mu4e-alert-enable-notifications))
79#+end_src
80
81*mu4e bindings*
82
83#+begin_src emacs-lisp
64 (jd/leader-key-def 84 (jd/leader-key-def
65 "m" '(:ignore t :which-key "mail") 85 "m" '(:ignore t :which-key "mail")
66 "mm" 'mu4e 86 "mm" 'mu4e
67 "mc" 'mu4e-compose-new) 87 "mc" 'mu4e-compose-new)
68 88
69
70 (provide 'jd-mu4e) 89 (provide 'jd-mu4e)
71
72#+end_src 90#+end_src
73 91
74* mbsyncrc 92* mbsyncrc