Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在邮件模式 ( C-x m) 中,如何获取保存在 IMAP 已发送文件夹中的已发送邮件的副本?我msmtp用来发送邮件。我安装了 Arch Linuxmsmtp-mta软件包,以便它可以使用该sendmail命令作为msmtp. 在我的init.el我有(setq mail-user-agent 'sendmail-user-agent). 我不确定是否需要在我的邮件服务器上配置 Emacs 或其他东西才能保存已发送邮件的副本。
C-x m
msmtp
msmtp-mta
sendmail
init.el
(setq mail-user-agent 'sendmail-user-agent)