2 个版本
使用旧的 Rust 2015
0.1.1 | 2018年10月7日 |
---|---|
0.1.0 | 2018年10月7日 |
#335 在 电子邮件
11KB
177 行
amt - 累积邮件附件
amt
是从电子邮件线程中累积 git-trailers 的辅助工具。
工作流程
它可以根据补丁累积 git-trailers。建议的工作流程是
-
将一个邮件线程的所有邮件保存到一个新的 maildir 中。
-
运行
amt /path/to/maildir "<message.id.of.toplevel@mail>"
-
amt
以以下格式输出每封邮件的主题和所有附件:'{邮件主题,去除前缀} - {附件}'。例如修复拼写错误 - 建议:Heinz Dieter [email protected] 修复拼写错误 - 签名:Main Tainer [email protected] 实现功能 - 审查:R. Viewer [email protected] 实现功能 - 建议:R. Viewer [email protected] 实现功能 - 签名:Main Tainer [email protected]
依赖关系
amt
使用 git-interpret-trailers
来解释附件。它期望它位于 $PATH
中。
因此,依赖项为用于构建的 rust 和 cargo,以及用于运行时的 git。
许可证
GNU GPLv2.0
依赖关系
~6–14MB
~151K SLoC