mu4e: set signature.

This commit is contained in:
Gabriel Ebner 2015-10-28 08:35:43 +01:00
parent 0128765700
commit 6f4367d582

@ -160,13 +160,14 @@ before layers configuration."
) )
;; User initialization goes here ;; User initialization goes here
(setq twelf-root "/home/gebner/twelf/") (setq twelf-root "/home/gebner/twelf/")
(load (concat twelf-root "emacs/twelf-init.el")) ; (load (concat twelf-root "emacs/twelf-init.el"))
(setq load-path (append load-path '("/var/run/current-system/sw/share/emacs/site-lisp/mu4e"))) (setq load-path (append load-path '("/var/run/current-system/sw/share/emacs/site-lisp/mu4e")))
(require 'mu4e) (require 'mu4e)
(setq mu4e-mu-binary "/var/run/current-system/sw/bin/mu") (setq mu4e-mu-binary "/var/run/current-system/sw/bin/mu")
(setq user-full-name "Gabriel Ebner" (setq user-full-name "Gabriel Ebner"
user-mail-address "gebner@gebner.org") user-mail-address "gebner@gebner.org")
(setq mu4e-compose-signature "Gabriel.")
;; (setq message-send-mail-function 'message-send-mail-with-sendmail ;; (setq message-send-mail-function 'message-send-mail-with-sendmail
;; sendmail-program "msmtp") ;; sendmail-program "msmtp")
(setq message-send-mail-function 'smtpmail-send-it (setq message-send-mail-function 'smtpmail-send-it