Go to file
Larry Hynes f9ab1f52fe Changes to mdirs.1
- 'line by line' -> 'one per line'
- Insert 'formats'
- Simplify explanation of what mdirs considers a Maildir
2017-07-01 18:27:49 +02:00
contrib mmkdir: make official command 2017-06-20 14:17:24 +02:00
man Changes to mdirs.1 2017-07-01 18:27:49 +02:00
t mseq: remove the ,2: suffix from the file we search for and add testcase 2017-06-25 15:48:11 +02:00
.travis.yml add .travis.yml 2017-03-30 20:29:01 +02:00
blaze822_priv.h blaze822: keep a pointer to the original header, if we have it anyway 2016-08-06 19:27:02 +02:00
blaze822.c blaze822: blaze822_addr: support backslashes in atoms 2017-06-13 17:18:05 +02:00
blaze822.h mshow: spawn a pager for interactive use 2017-05-23 15:16:27 +02:00
COPYING Leahize 2017-01-21 17:22:39 +01:00
filter.c filter: simplify clean up logic 2017-04-14 20:00:25 +02:00
filter.example filter.example: use $PIPE_CHARSET for lynx 2016-07-20 14:49:01 +02:00
GNUmakefile GNUmakefile: Ensure creation of all MANDIR subdirectories 2017-06-25 15:48:55 +02:00
INSTALL.md Add OS X Yosemite to INSTALL.md 2017-06-24 16:37:34 +02:00
maddr.c maddr: bump decode buffer to allow a few hundred mail adresses 2017-06-13 17:28:01 +02:00
magrep.c magrep: use printf string precision to print matches instead of strndup 2017-02-23 20:47:38 +01:00
mcolor mcolor: add colors for two and three level quotes 2017-06-13 18:07:03 +02:00
mcom mcom: add Date: header before submission, or when cancelling a draft 2017-06-29 14:31:02 +02:00
mdate.c mdate: style tweak 2016-09-01 15:40:39 +02:00
mdeliver.c mdeliver: don't increment line buffer of getdelim 2017-06-19 13:35:39 +02:00
mdirs.c clean up whitespace 2017-01-26 20:27:26 +01:00
mexport.c mexport: handle return-path without <> 2017-06-24 15:46:00 +02:00
mflag.c mflag: check if curfile is set before using it 2017-03-31 01:46:20 +02:00
mgenmid.c mgenmid: fix fallback random generation on 32bit 2017-04-22 13:55:32 +02:00
mhdr.c mhdr: cast printing of time_t 2017-05-27 17:49:49 +02:00
minc.c clean up whitespace 2017-01-26 20:27:26 +01:00
mless mless: replace grep -m1 with sed for portability 2017-05-26 15:44:13 +02:00
mlesskey.example mless: add ^ to go to parent 2016-08-08 17:39:25 +02:00
mlist.c mlist: print a total line with -i when useful 2017-02-14 15:31:52 +01:00
mmime.c mmime: gen_qp: ensure not to split utf8 multibyte sequences into encoded words 2017-06-29 16:43:47 +02:00
mmkdir mmkdir: make official command 2017-06-20 14:17:24 +02:00
mnext add mprev/mnext to call mless with appropriate offset 2016-07-20 15:43:53 +02:00
mpick.c mpick: make message numbers starting at one 2017-04-27 23:49:12 +02:00
mprev add mprev/mnext to call mless with appropriate offset 2016-07-20 15:43:53 +02:00
mquote mquote: use printf 2017-03-26 20:44:10 +02:00
mrep rename mcomp -> mcom, mrepl -> mrep 2016-08-08 16:01:06 +02:00
mscan.c mscan: use wint_t for %lc 2017-05-31 14:57:24 +02:00
msed.c msed: prefix error messages 2017-02-24 15:10:56 +01:00
mseq.c mseq: remove the ,2: suffix from the file we search for and add testcase 2017-06-25 15:48:11 +02:00
mshow.c mshow: mark FALL THROUGH 2017-06-23 20:12:49 +02:00
msort.c clean up whitespace 2017-01-26 20:27:26 +01:00
mthread.c mthread: add optional message support 2017-06-30 13:28:05 +02:00
mymemmem.c mymemmem: fix twobyte_memmem out of bound reads 2017-06-28 20:40:43 +02:00
mystrverscmp.c mystrverscmp: fix include 2016-07-26 18:30:54 +02:00
mytimegm.c clean up whitespace 2017-01-26 20:27:26 +01:00
pipeto.c pipeto: check argv[0] is set 2017-05-23 15:31:46 +02:00
README README: update 2017-07-01 18:27:29 +02:00
rfc2045.c clean up whitespace 2017-01-26 20:27:26 +01:00
rfc2047.c rfc2047: blaze822_decode_rfc2047: ignore RFC 2231 language tag 2017-04-06 22:55:00 +02:00
rfc2231.c rfc2231: blaze822_mime2231_parameter: decode first argument if we jumped inside the loop 2017-06-12 14:57:33 +02:00
safe_u8putstr.c safe_u8putstr: actually transcode assumed latin1 into valid utf8 2017-03-13 17:32:13 +01:00
seq.c seq: blaze822_seq_open: display error when opening the sequence failed 2017-06-29 15:04:57 +02:00
slurp.c slurp: zero-terminate buffer 2016-10-06 16:47:13 +02:00
VERSION VERSION: 0.1 2017-06-24 16:02:05 +02:00
VIOLATIONS.md VIOLATIONS.md: missing MIME-Version 2017-06-30 13:19:04 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

MBLAZE(7)              Miscellaneous Information Manual              MBLAZE(7)

NAME
     mblaze  introduction to mblaze

DESCRIPTION
     The mblaze message system is a set of Unix utilities to deal with mail
     kept in Maildir folders.

     Its design is roughly inspired by MH, the RAND Message Handling System,
     but it is a complete implementation from scratch.

     mblaze consists of these Unix tools that each do one job:
     maddr(1)     extract addresses from mail
     magrep(1)    find mails matching a pattern
     mcom(1)      compose and send mail
     mdeliver(1)  deliver messages or import mailboxes
     mdirs(1)     find Maildir folders
     mexport(1)   export Maildir folders as mailboxes
     mflag(1)     change flags (marks) of mail
     mfwd(1)      forward mail
     mgenmid(1)   generate Message-IDs
     mhdr(1)      extract mail headers
     minc(1)      incorporate new mail
     mless(1)     conveniently read mail in less(1)
     mlist(1)     list and filter mail messages
     mmime(1)     create MIME messages
     mmkdir(1)    create new Maildir
     mpick(1)     advanced mail filter
     mrep(1)      reply to mail
     mscan(1)     generate one-line summaries of mail
     msed(1)      manipulate mail headers
     mseq(1)      manipulate mail sequences
     mshow(1)     render mail and extract attachments
     msort(1)     sort mail
     mthread(1)   arrange mail into discussions

PRINCIPLES
     mblaze is a classic command line MUA and has no features for receiving or
     transferring mail; you are expected to fetch your mail using fdm(1),
     getmail(1) offlineimap(1), procmail(1), or similar , and send it using
     dma(8), msmtp(1), sendmail(8), as provided by OpenSMTPD, Postfix, or
     similar.  mblaze expects your mail to reside in Maildir folders.

     mblaze operates directly on Maildir folders and doesn't use its own
     caches or databases.  There is no setup needed for many uses.  All tools
     have been written with performance in mind.  Enumeration of all mails in
     a Maildir is avoided unless necessary, and then optimized to limit
     syscalls.  Parsing mail metadata is optimized to limit I/O requests.
     Initial operations on a large Maildir may feel slow, but as soon as they
     are in the file system cache, everything is blazingly fast.  The tools
     are written to be memory efficient (i.e. not wasteful), but whole
     messages are assumed to fit into RAM easily (one at a time).

     mblaze has been written from scratch and tested on a large corpus 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.

     mblaze is written in portable C, using only POSIX functions (apart from 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.  mblaze works
     well together with other Unix mail tools such as mairix(1), mu(1), or
     offlineimap(1).

EXAMPLES
     mblaze tools are designed to be composed together in a pipe.  They are
     suitable for interactive use and for scripting, and integrate well into a
     Unix workflow.

     For example, you could decide you want to look at all unseen mail in your
     INBOX, oldest first.
           mlist -s ~/Maildir/INBOX | msort -d | mscan

     To operate on a set of mails in multiple steps, you can save it as a
     sequence, e.g. add a call to mseq -S to the above command:
           mlist -s ~/Maildir/INBOX | msort -d | mseq -S | mscan

     Now mscan will show message numbers and you could look at the first five
     mails at once, for example:
           mshow 1:5

     Likewise, you could decide to incorporate (by moving from new to cur) all
     new mail in all folders, thread it and look at it interactively:
           mdirs ~/Maildir | xargs minc | mthread | mless

     Or you could list the attachments of the 20 largest mails in your INBOX:
           mlist ~/Maildir/INBOX | msort -S | tail -20 | mshow -t

     Or apply the patches from the current mail:
           mshow -O. '*.diff' | patch

     As usual with pipes, the sky is the limit.

CONCEPTS
     mblaze deals with messages (which are files), folders (which are Maildir
     folders), sequences (which are newline-separated lists of messages,
     possibly saved on disk in ${MBLAZE:-$HOME/.mblaze}/seq), and the current
     message (kept as a symlink in ${MBLAZE:-$HOME/.mblaze}/cur).

     Messages in the saved sequence can be referred to using special syntax as
     explained in mmsg(7).

     Many utilities have a default behavior when used interactively from a
     terminal (e.g. operate on the current message or the current sequence).
     For scripting, you must make these arguments explicit.

     For configuration, see mblaze-profile(5).

SEE ALSO
     mailx(1), mblaze-profile(5), nmh(7)

AUTHORS
     Leah Neukirchen <leah@vuxu.org>

     There is a mailing list available at mblaze@googlegroups.com (to
     subscribe, send a mail to mblaze+subscribe@googlegroups.com.  Please
     report security-related bugs directly to the author), as well as an IRC
     channel #vuxu on irc.freenode.net.

LICENSE
     mblaze is in the public domain.

     To the extent possible under law, the creator of this work has waived all
     copyright and related or neighboring rights to this work.

     http://creativecommons.org/publicdomain/zero/1.0/

Void Linux                       June 30, 2017                      Void Linux