又一个邮件客户端:Wander Lust

第二个问题按E就可以了,读文档还是不够仔细啊。 第一个问题是我没有描述清楚,我的意思是多账号的情况下,删除时 refile 到 各自账号下的 transh,比如那个 %/已删除:mailaccount.....文件夹,而不是统一单一的 trash folder

wl-dispose-folder-alist

This list determines disposition of messages with disposal marks. Each item in the list is a folder and destination; you can specify any one of the following in the place of destination:

remove or null : deletes the messages instantly.

string : moves the messages to the specific folder.

trash or others : moves the messages to wl-trash-folder

.d Put disposal mark on the message at the current cursor point. The result of disposal is controlled by wl-dispose-folder-alist , refiled to wl-trash-folder by default. ( wl-summary-dispose ) See Mark and Action.

就是这个,我试着写了几个,都没有用,大佬有空的时候帮忙看一下呗! 我写的是:

(setq wl-dispose-folder-alist  '(("^@" . "%/已删除:mailaccount/[email protected]:993!")))
;; or
(setq wl-dispose-folder-alist  '(("^@163.com" . "%/已删除:mailaccount/[email protected]:993!")))
;; or
(setq wl-dispose-folder-alist  '(("[email protected]" . "%/已删除:mailaccount/[email protected]:993!")))

一直学不会 elisp 的正则表达式。

"^%[email protected]:993!"
2 个赞

大佬太强了吧

叹号是啥意思

~/.folder 的格式。

1 个赞

大神,如果想加的签名档有各种格式怎么办,初步考虑html。

从 outlook 导出了一个html格式的签名档,然后

(setq wl-template-alist
      '(("xxxxx"
        (bottom-file . "~/signature.html")))

这种尝试当然是失败了,求指点一下啊

ps:rtf?

大神没有时间啊。

下班熬夜看了一下,简化了一下 mime-edit-insert-file 函数:

(defun my-insert-signature (file)
  "Insert a message from a file."
  (mime-edit-insert-tag "text" "html" (mime-edit-insert-file-parameters '(("charset" . "gb2312") ("name" . file)) file))
  (mime-edit-insert-binary-file file "quoted-printable"))

(setq wl-template-alist
    ..... . ......
    (bottom . (my-insert-signature "~/signature.html"))
    ..... . ......)

在电子邮件的签名档格式比较复杂的时候想怎么插入就怎么插入

试了一下, 配合davmail 能收 exchange 邮件了, 但是, 卡的懵逼. 一共也才 8000 多邮件.

很多企业内Exchange服务器也会同时开放IMAP和POP3接口,你可以试一下直接连接。Davmail的确慢。

应该不是收信的问题. 整个信件的 summary 已经下载了, 结果进入 summary, 光标移动什么的, 很卡.

八千多邮件连 refile 都不做也是心大。你也没说 SMTP 还是 POP。就当你是用 SMTP 吧,prefetch 估计没关。

看邮件很丑怎么办

邮件原地址: https://go.sitepoint.com/t/ViewEmail/y/4A349DB1934D9257/B32ABD61ED79A735775FA7C4C6318CD9

换 w3m 做显示

发送邮件时需要输入密码,可以设置下自动调取authorinfo文件中的密码吗?

各位 Emacs 道友,大家好。

在通过电邮、新闻组或者聊天室提出技术问题前,请检查你有没有做到:

  1. 阅读手册,试着自己找答案。( C-h C-h , 有问题,问 Emacs);
  2. 在网上搜索;
  3. 使用 Emacs China 站内搜索(本论坛的站内搜索做的相当不错,中英文都支持)。

关于提问的艺术,完整版本请参考:How-To-Ask-Questions-The-Smart-Way/README-zh_CN.md at main · ryanhanwu/How-To-Ask-Questions-The-Smart-Way · GitHub

请在本论坛搜索:

Gnus设置QQ邮箱

tramp ssh + sudo

都有提到authorinfo

1 个赞

我设置了auth-sources,在登陆时是不需要密码的。我指的是在send mail时仍然需要密码,你的链接并不能解决我的问题。

Wanderlust 不负责发邮件,默认调用 Emacs 的 sendmail.el,剩下的自己查查就有了

算了,我顺手查了罢

https://www.emacswiki.org/emacs/SendingMail

请问大佬,如何配置w3m显示?