From 08da564f800c4f7617e374d309d99e79e2e6294d Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 22 May 2017 16:43:10 +0100 Subject: [PATCH] mutt: add reference to draft format as discussed in PR #1258 --- pages/common/mutt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/mutt.md b/pages/common/mutt.md index 8d53c835ff..c43f888cf9 100644 --- a/pages/common/mutt.md +++ b/pages/common/mutt.md @@ -18,6 +18,6 @@ `mutt -i {{file}} {{recipient@example.com}}` -- Specify a draft file containing the header and the body of the message: +- Specify a draft file containing the header and the body of the message, in RFC 5322 format: `mutt -H {{file}} {{recipient@example.com}}`