projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ff666
)
Add missing user-full-name, and set send-mail-function
author
Amin Bandali
<amin@aminb.org>
Tue, 13 Dec 2016 00:42:35 +0000
(19:42 -0500)
committer
Amin Bandali
<amin@aminb.org>
Tue, 13 Dec 2016 00:42:35 +0000
(19:42 -0500)
spacemacs/.emacs.d/private/aminb/packages.el
patch
|
blob
|
blame
|
history
diff --git
a/spacemacs/.emacs.d/private/aminb/packages.el
b/spacemacs/.emacs.d/private/aminb/packages.el
index
119726a
..
01e9578
100644
(file)
--- a/
spacemacs/.emacs.d/private/aminb/packages.el
+++ b/
spacemacs/.emacs.d/private/aminb/packages.el
@@
-162,6
+162,7
@@
erc-modified-channels-alist. Should be executed on window change."
mu4e-sent-folder "/amin/Sent"
mu4e-drafts-folder "/amin/Drafts"
mu4e-trash-folder "/amin/Trash"
+ user-full-name "Amin Bandali"
user-mail-address "amin@aminb.org"
mu4e-context-policy 'pick-first
mu4e-contexts
@@
-241,6
+242,7
@@
erc-modified-channels-alist. Should be executed on window change."
smtpmail-local-domain "aminb.org"
smtpmail-smtp-server "nix.aminb.org"
smtpmail-stream-type 'starttls
- smtpmail-smtp-service 587)))
+ smtpmail-smtp-service 587
+ send-mail-function 'smtpmail-send-it)))
;;; packages.el ends here