“Emacs email”的版本间的差异
跳到导航
跳到搜索
(→usage) |
|||
第82行: | 第82行: | ||
</pre> | </pre> | ||
− | + | [https://chriszheng.science/2017/08/02/Featured-Wanderlust-tutorial-for-Gmail-user/ 针对POP协议和Gmail用户的Wanderlust教程] | |
+ | |||
+ | https://github.com/emacs-china/hello-emacs/blob/master/Emacs%E4%B8%AD%E7%9A%84%E9%82%AE%E4%BB%B6%E5%AE%A2%E6%88%B7%E7%AB%AF--WanderLust.org#%E5%BC%80%E5%A7%8B | ||
− | + | ==usage== | |
=see also= | =see also= |
2019年11月6日 (三) 10:27的版本
wanderlust
ins
四个模式键:C—-Ctrl;M—-Alt;s—-Super(Win);S—-Shift 也可以使用命令M-x list-packages获取插件列表,使用C-s找到 软件名例如叫 elpy 来安装 #开始安装 M-x list-packages,M-x list-packages RET wanderlust RET #软件包安装 Alt+x list-packages 可以先用C-s向下搜索 autopair 找到后 回来后 按i再按x就下载到本地了。然后打开emacs的配置文件init.el,在里面添加下面: 常用快捷键 i - 选择要安装的包 d - 选择要删除的包 U - 升级已安装的包 x - 执行操作 d - 选择要删除的包
on debian
** 今天在 vps debian 试一下 apt install wl-beta vi .emacs.d/init.el ;;evan (if (boundp 'mail-user-agent) (setq mail-user-agent 'wl-user-agent)) (if (fboundp 'define-mail-user-agent) (define-mail-user-agent 'wl-user-agent 'wl-user-agent-compose 'wl-draft-send 'wl-draft-kill 'mail-send-hook)) ;;evan
* 配置给 qq emial or 126 先试用一下wanderlust
成功
cat ~/.folders %inbox:88/[email protected]:993! "QQ Mail" cat ~/.wl (setq wl-smtp-connection-type 'starttls wl-smtp-posting-port 587 wl-smtp-authenticate-type "plain" wl-smtp-posting-user "88" wl-smtp-posting-server "smtp.qq.com" wl-local-domain "qq.com" wl-message-id-domain "smtp.qq.com") vi .emacs.d/init.el ;;evan (if (boundp 'mail-user-agent) (setq mail-user-agent 'wl-user-agent)) (if (fboundp 'define-mail-user-agent) (define-mail-user-agent 'wl-user-agent 'wl-user-agent-compose 'wl-draft-send 'wl-draft-kill 'mail-send-hook)) ;;evan alt +x wl 进入 成功 要求输入的是授权码