“Emacs email”的版本间的差异
跳到导航
跳到搜索
(→ins) |
|||
第1行: | 第1行: | ||
− | == | + | =wanderlust= |
== ins== | == ins== | ||
<pre> | <pre> | ||
第25行: | 第25行: | ||
</pre> | </pre> | ||
+ | |||
+ | =* 配置给 qq emial or 126 先试用一下wanderlust= | ||
+ | 成功 | ||
+ | <pre> | ||
+ | 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") | ||
+ | |||
+ | |||
+ | alt +x wl 进入 成功 | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | ==usage== | ||
+ | |||
+ | |||
+ | |||
+ | 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 | ||
+ | |||
+ | |||
+ | |||
=see also= | =see also= |
2019年11月6日 (三) 10:20的版本
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 - 选择要删除的包
* 配置给 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") alt +x wl 进入 成功
usage