about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 14:55:34 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 14:55:34 +0200
commit3316cfbc2200503353b0659a3dfb928283633b5d (patch)
tree07a64eaa484bb3c46e69778abd27c1d8fd8ea05d /README
parent0ce958a22c82d45b4b0ce77dbcac2fd6f6822965 (diff)
downloadmblaze-3316cfbc2200503353b0659a3dfb928283633b5d.tar.gz
mblaze-3316cfbc2200503353b0659a3dfb928283633b5d.tar.xz
mblaze-3316cfbc2200503353b0659a3dfb928283633b5d.zip
add msed
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index dae51b4..054d7a1 100644
--- a/README
+++ b/README
@@ -24,6 +24,7 @@ DESCRIPTION
      mpick(1)     to filter mail
      mrepl(1)     to reply to mail
      mscan(1)     to generate single line summaries of mail
+     msed(1)      to manipulate mail headers
      mseq(1)      to manipulate mail sequences
      mshow(1)     to render mail and extract attachments
      msort(1)     to sort mail
@@ -52,10 +53,11 @@ PRINCIPLES
      nonconforming, messages.
 
      Santoku is written in portable C, using only POSIX functions (apart from
-     a tiny Linux-only optimization).  It supports MIME and more than 7-bit
-     messages (everything the host iconv(3) can decode).  It assumes you work
-     in a UTF-8 environment.  Santoku works well together with other Unix mail
-     tools such as offlineimap(1), mairix(1), or mu(1).
+     a tiny Linux-only optimization), and has no external dependencies.  It
+     supports MIME and more than 7-bit messages (everything the host iconv(3)
+     can decode).  It assumes you work in a UTF-8 environment.  Santoku works
+     well together with other Unix mail tools such as offlineimap(1),
+     mairix(1), or mu(1).
 
 EXAMPLES
      Santoku tools are designed to be composed together into a pipe.  It is