我在Emacs内部使用不多的模式通过Gmail使用isync/mbsync发送电子邮件。然而,每次我从Emacs内部发送电子邮件时,我都会收到以下错误:
调试器输入-Lisp错误:(文件错误“非常规文件”“/Users/peter/Dropbox/mail/gmail/send”) insert-file-contents("/Users/peter/Dropbox/mail/gmail/sent“nil 0 100) mail-file-babyl-p("/Users/peter/Dropbox/mail/gmail/sent") message-output("/Users/peter/Dropbox/mail/gmail/sent") message-do-fcc() message-send() send-消息-无符号() call-interactively(send-message-without-bullets nil - nil)命令-执行(发送消息-无符号)
有人知道怎么解决这个问题吗?
我可以从我的.mbsyncrc分享相关细节,如果这将是有帮助的。
发布于 2015-12-30 12:06:37
正如邮件列表中回答的那样,您需要使用notmuch-mua-send而不是直接调用message-send。
https://stackoverflow.com/questions/34487347
复制相似问题