diff options
author | Johannes Thyssen Tishman <johannes@thyssentishman.com> | 2023-06-22 19:26:39 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-06-22 22:15:45 +0200 |
commit | ce435c8f6fd4987db36747156ddce811ebf6fd67 (patch) | |
tree | 3ad1460520fc5c25b4656ef98448c9c0844cda9a /man | |
parent | 786238551a692a8073d02d4f4aea89f3212391c9 (diff) | |
download | mblaze-ce435c8f6fd4987db36747156ddce811ebf6fd67.tar.gz mblaze-ce435c8f6fd4987db36747156ddce811ebf6fd67.tar.xz mblaze-ce435c8f6fd4987db36747156ddce811ebf6fd67.zip |
Add Drafts profile key
Allow the user to set a Drafts key in profile to store draft messages and sent messages separately if Outbox is set.
Diffstat (limited to 'man')
-rw-r--r-- | man/mblaze-profile.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/mblaze-profile.5 b/man/mblaze-profile.5 index 65d1b3d..fe58309 100644 --- a/man/mblaze-profile.5 +++ b/man/mblaze-profile.5 @@ -52,8 +52,11 @@ generation in .It Li Outbox\&: If set, .Xr mcom 1 -will create draft messages in this maildir, -and save messages there after sending. +will save messages in this maildir after sending. +.It Li Drafts\&: +If set, +.Xr mcom 1 +will create draft messages in this maildir (defaults to Outbox). .It Li Reply-From\&: A comma-separated list of display name and mail address pairs, formatted like this: .Dl Li Primary Name <myname1@domain1>, Name v.2 <myname2@domain2>, \[dq]Name, My Third\[dq] <myname3@domain3>, ... |