about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 19:33:25 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 19:33:25 +0200
commit60f4618e2be0229e966a2c8e9bf5ca4f5cd70944 (patch)
tree3b68ccfd216f02e361da7092c8466d74e12ff709 /man
parent2a9c1668ebc48eb0077f289970a348944b78010d (diff)
downloadmblaze-60f4618e2be0229e966a2c8e9bf5ca4f5cd70944.tar.gz
mblaze-60f4618e2be0229e966a2c8e9bf5ca4f5cd70944.tar.xz
mblaze-60f4618e2be0229e966a2c8e9bf5ca4f5cd70944.zip
rename project to mblaze
Diffstat (limited to 'man')
-rw-r--r--man/mblaze.7 (renamed from man/mintro.7)31
-rw-r--r--man/mmsg.72
2 files changed, 15 insertions, 18 deletions
diff --git a/man/mintro.7 b/man/mblaze.7
index c3074a2..16dd325 100644
--- a/man/mintro.7
+++ b/man/mblaze.7
@@ -1,22 +1,19 @@
 .Dd July 22, 2016
-.Dt MINTRO 7
+.Dt MBLAZE 7
 .Os
 .Sh NAME
-.Nm mintro
-.Nd Santoku introduction
-.de N2
-.Nm Santoku
-..
+.Nm mblaze
+.Nd introduction to mblaze
 .Sh DESCRIPTION
 The
-.N2
+.Nm
 message system is a set of Unix utilities to deal with
 mail kept in Maildir folders.
 .Pp
 Its design is roughly inspired by MH, the RAND Message Handling
 System, but its is a complete implementation from scratch.
 .Pp
-.N2
+.Nm
 consists of a set of Unix tools that each do one job:
 .Bl -tag -width 11n -compact
 .It Xr maddr 1
@@ -60,7 +57,7 @@ to sort mail
 to arrange mail into discussions
 .El
 .Sh PRINCIPLES
-.N2
+.Nm
 is a classic command line MUA with no features related to receiving
 and transferring mail.
 You are expected to fetch your mail using
@@ -77,10 +74,10 @@ Postfix,
 .Xr msmtp 1 ,
 .Xr dma 8
 or similar.
-.N2
+.Nm
 expects your mail to reside in Maildir folders.
 .Pp
-.N2
+.Nm
 operates directly on Maildir and doesn't use caches or database.
 There is no setup needed for many uses.
 All tools have been written with performance in mind.
@@ -92,13 +89,13 @@ are in cache, everything is blazing fast.
 The tools are written to be memory efficient (i.e. not wasteful), but
 whole messages are assumed to fit into RAM easily (at a time).
 .Pp
-.N2
+.Nm
 has been written from scratch and tested on a big pile of personal mail,
 but is not actually 100% RFC conforming
 (which is neither worth it nor desirable).
 There may be issues with very old, nonconforming, messages.
 .Pp
-.N2
+.Nm
 is written in portable C, using only POSIX functions (apart from a tiny
 Linux-only optimization),
 and has no external dependencies.
@@ -106,14 +103,14 @@ It supports MIME and more than 7-bit messages (everything the host
 .Xr iconv 3
 can decode).
 It assumes you work in a UTF-8 environment.
-.N2
+.Nm
 works well together with other Unix mail tools such as
 .Xr offlineimap 1 ,
 .Xr mairix 1 ,
 or
 .Xr mu 1 .
 .Sh EXAMPLES
-.N2
+.Nm
 tools are designed to be composed together into a pipe.
 It is suitable for interactive use and for scripting.
 It integrates well into a Unix workflow.
@@ -139,7 +136,7 @@ Or apply the patches from the current mail:
 .Dl mshow -O . '*.diff' | patch
 As usual with pipes, the sky is the limit.
 .Sh CONCEPTS
-.N2
+.Nm
 deals with messages (which are files),
 folders (which are Maildir folders),
 sequences (which are newline-separated lists of messages, possibly persisted on disk in
@@ -160,7 +157,7 @@ For scripting, you must make these arguments explicit.
 .Sh AUTHORS
 .An Christian Neukirchen Aq Mt chneukirchen@gmail.com
 .Sh LICENSE
-.N2
+.Nm
 is in the public domain.
 .Pp
 To the extent possible under law,
diff --git a/man/mmsg.7 b/man/mmsg.7
index 9648e7d..e903aa4 100644
--- a/man/mmsg.7
+++ b/man/mmsg.7
@@ -3,7 +3,7 @@
 .Os
 .Sh NAME
 .Nm mmsg
-.Nd Santoku message argument syntax
+.Nd mblaze message argument syntax
 .Sh DESCRIPTION
 This manpage documents the message syntax used
 by the tools