mbsync: 文件错误 "not a regular file"
mbsync: file-error "not a regular file"
我在 Emacs 中使用 notmuch-mode 通过 Gmail 使用 isync/mbsync 发送电子邮件。但是,每次我从 Emacs 中发送电子邮件时,都会收到此错误:
调试器进入--Lisp错误:(文件错误"not a regular file"“/Users/peter/Dropbox/mail/gmail/sent”)
插入文件内容(“/Users/peter/Dropbox/mail/gmail/sent”无 0 100)
邮件文件-babyl-p("/Users/peter/Dropbox/mail/gmail/sent")
消息输出(“/Users/peter/Dropbox/mail/gmail/sent”)
消息做 fcc()
消息发送()
发送消息不带子弹()
调用交互(发送消息无项目符号 nil nil)
命令执行(发送无项目符号的消息)
有谁知道如何解决这个问题?
如果有帮助,我可以分享我的 .mbsyncrc 中的相关详细信息。
正如 notmuch 邮件列表中的回答,您需要使用 notmuch-mua-send
而不是直接调用 message-send
。
我在 Emacs 中使用 notmuch-mode 通过 Gmail 使用 isync/mbsync 发送电子邮件。但是,每次我从 Emacs 中发送电子邮件时,都会收到此错误:
调试器进入--Lisp错误:(文件错误"not a regular file"“/Users/peter/Dropbox/mail/gmail/sent”) 插入文件内容(“/Users/peter/Dropbox/mail/gmail/sent”无 0 100) 邮件文件-babyl-p("/Users/peter/Dropbox/mail/gmail/sent") 消息输出(“/Users/peter/Dropbox/mail/gmail/sent”) 消息做 fcc() 消息发送() 发送消息不带子弹() 调用交互(发送消息无项目符号 nil nil) 命令执行(发送无项目符号的消息)
有谁知道如何解决这个问题?
如果有帮助,我可以分享我的 .mbsyncrc 中的相关详细信息。
正如 notmuch 邮件列表中的回答,您需要使用 notmuch-mua-send
而不是直接调用 message-send
。