https://rigidus.ru/doc/emacs-set.html
https://habrahabr.ru/post/192460/
帮忙看下这两个配置中的多用户设置方法是否可行
我写的那篇里面不是有提到内置 Smtp 的配置嘛?
要配置密码 用 Authinfo 啊
https://www.funtoo.org/Package:Emacs
https://github.com/uwabami/emacs
http://opamp.hatenablog.jp/entry/2015/01/08/014522
https://github.com/grepz/emacsconfigs
https://github.com/Henry/dot-emacs/blob/master/init/init-wl.el
https://github.com/bitonic/dotfiles/blob/master/emacs/francesco.el
https://github.com/yuttie/dot-emacs/blob/master/packages.d/init-wanderlust.el
这都是我收集到的,贴出来共享下
哦,看到了要用Authinfo保存
多用户配置太麻烦了,我的第二个用户folder又变成迭代了,算了,还是用一个邮箱算了,谢谢你的帮助
wanderlust 如果调用 msmtp (setq wl-draft-send-mail-function 'wl-draft-send-mail-with-sendmail)
的话,
设置参数(setq message-sendmail-extra-arguments '("-a" "account"))
没有生效,始终调用 default
账号。
有这一句, 我的配置
(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-sendmail
;; message-send-mail-function 'message-send-mail-with-sendmail 这句加上不加上都试过
message-sendmail-f-is-evil 't
sendmail-program "/usr/bin/msmtp"
message-sendmail-extra-arguments '("-a account"))
还有什么没有设置到的吗
所以你指定要用的用户名是 account
吗?如果不是,就换成对应的用户名
换成对应的账号名了,就是account
后面的名字吧。始终只调用default
。我发现设置成这样可以:
(setq mail-specify-envelope-from t
message-sendmail-envelope-from 'header)
你是用普通emacs快捷键吗?evil有没有解决方案?
不用 evil。整天想着如何到处都用 vi 键是不会有生产力的。