我尝试从emacs23迁移到Debian/ emacs24 (Jessie)。
通过shell脚本进行的Imap连接已经停止工作。
消息缓冲区:
Opening nnimap server...
Opening connection to via shell...
Opening nnimap server...failed: Pseudo-terminal will not be allocated because stdin is not a terminal.~/..emacs
'(gnus-secondary-select-methods (quote ((nnimap ""
(nnimap-stream shell)
(imap-shell-program "exec /home/anfi/bin/imap"))))) 发布于 2013-10-21 22:05:12
在~/.gnus.el中设置imap程序“全局”解决了问题。
(setq imap-shell-program "/home/anfi/bin/imap")https://stackoverflow.com/questions/19504977
复制相似问题