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.
我已经设置 emacs 使用 gnutls 进行带有部分完整 .authinfo 文件的 smtp 身份验证(它没有密码)。当我发送电子邮件时,它会提示输入密码,如果我输入正确,它会完美运行。
如果我输入不正确,身份验证会失败(应该如此),但我必须重新启动 emacs 才能重试,因为它将错误的密码保存在内存中,如果我再次发送,它会重用它。有没有办法刷新保存的密码,所以我会再次收到提示?
试试M-x auth-source-forget-all-cached。
M-x auth-source-forget-all-cached