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.
当通过 mutt 向某人发送电子邮件时,我希望我的邮件自动抄送给某人。通常,我们是一个与学生一起工作的学术团队,我希望将我与学生的交流发送给其他人。
Mutt 别名似乎是基于“每个字段”的。所以我可以用它把我的同事放在别名中,但他们会在“收件人:”字段中,而不是“抄送”。有解决方法吗?
将 edit_headers 设置为 yes (并在我的编辑器中有一个不错的宏)不会有帮助,因为我只希望在我的一小部分交流中使用这种行为。还使用了 Slack/mattermost 等现代工具,但并非总是如此。
将以下内容添加到您的配置中:
alias coworkers peter@example.com, joe@example.com, bob@example.com my_hdr CC: coworkers
然后别名 coworkers 中列出的所有地址都将添加到 CC。您可以使用挂钩来更好地控制 my_hdr 将使用或不使用哪些新编写的消息或回复。
neomutt 文档: