summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-05-20 15:08:39 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-05-20 15:08:39 +0200
commit70e572f5458aafd0ff7c555d75cf1abc1a575c47 (patch)
treef51cea6e153ab7de5fb3e8fd9adaad44b38f980b
parent5918e020ae87a266a592807fa7c6154521758a44 (diff)
downloadmum-70e572f5458aafd0ff7c555d75cf1abc1a575c47.tar.gz
mum.ms: Add section about sent messages
-rw-r--r--doc/mum.ms20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/mum.ms b/doc/mum.ms
index 78acf58..df0eeed 100644
--- a/doc/mum.ms
+++ b/doc/mum.ms
@@ -145,3 +145,23 @@ On the author's system, this script takes circa 0.07 seconds to
filter through an mbox index with 2000 messages (or, in other words,
slightly less than the average time it takes for the Python interpreter
just to start).
+.SH \" -----------------------------------------------------------------
+Sent messages
+.LP
+Mum takes a novel approach to the storage of sent e-mail.
+Traditionally, sent messages are either discarded or saved in a
+separate folder or file.
+Mum, however, opts to save sent messages in the same mbox as received
+messages.
+There are many benefits to this approach:
+.IP \h'2n'1.
+E-mail is easier to back up and copy across systems.
+.IP \h'2n'2.
+It is trivial for mum to show entire message threads, including the
+user's own replies.
+.IP \h'2n'3.
+Considering mum's lack of folders, it makes sense to keep sent mail
+in the same file as all other mail.
+.LP
+In summary, keeping all mail in a single file is conceptually simpler
+than any alternative and has a number of practical benefits.