Browse Source

mutt: add reference to draft format

as discussed in PR #1258
Waldir Pimenta 7 years ago
parent
commit
08da564f80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/mutt.md

+ 1 - 1
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}}`