Commit Graph

706 Commits (66d0eff12fdf31e520493e7c2accb95410dcaec2)
 

Author SHA1 Message Date
Leah Neukirchen 04b29f4e30 mscan: kill stray tab in format string 7 years ago
Leah Neukirchen 9733c2b65c mshow.1: document dangerous output 7 years ago
Leah Neukirchen 564bb223ef mshow: print plain text safely 7 years ago
Leah Neukirchen 14a12635bd mscan: don't print C0 control symbols 7 years ago
Duncaen 0370a28d49 msed: prefix error messages 7 years ago
Duncaen 73c833847e msed: error out on invalid expressions 7 years ago
Duncaen 8cd560fd42 magrep: use printf string precision to print matches instead of strndup 7 years ago
Duncaen d3f14eaa55 mpick.1: improve EXAMPLES 7 years ago
Duncaen 5eea6f4efb mpick: fix warnings found by clang-analyze 7 years ago
Duncaen 24e3291723 magrep: continue matching mime parts in -p and or -o mode 7 years ago
Duncaen 10ed969f06 magrep: match body line by line if -p is specified without -c, -v and -o 7 years ago
Duncaen 11e62a17c5 magrep: add -p to print matches and the context and -o to only print matches 7 years ago
Leah Neukirchen 7eb2d7304f README: update 7 years ago
Leah Neukirchen 1b78a55dfe add mblaze-profile.5 7 years ago
leovilok e61b972f36 remove remaining reference to mrepl in mmsg.7 7 years ago
Leah Neukirchen ba736b0735 mseq: better error reporting 7 years ago
leovilok f4a3feb70a mblaze: don't make $draft look like a sequence
Make sure $draft look like a file by prefixing it with "./", to avoid errors when we call other programs like msed.
7 years ago
Leah Neukirchen 2c5072ef5b mlist.1: typo 7 years ago
Leah Neukirchen 7a2204049e mlist: print a total line with -i when useful 7 years ago
Leah Neukirchen 2b74b23cea mlist: fix usage output 7 years ago
Duncaen 113445d963 contrib/mvi: fix cmdline and add ! to eval commands 7 years ago
Duncaen 407a1dc43f contrib/mvi: remove dead in_motion() 7 years ago
Duncaen 7e36e5413f Merge branch 'mpick' 7 years ago
Duncaen 58c4695c85 contrib/mvi: add mvi, a pager like interface with vi like functionality 7 years ago
Leah Neukirchen 2b4e3aa66d clean up whitespace 7 years ago
Leah Neukirchen c561aca4c9 mflag: add: skip leading whitespace 7 years ago
Leah Neukirchen e31cd95dc2 mflag: fix error message 7 years ago
Leah Neukirchen 2101db8ee3 man/mpick.1: use well-known section name EXAMPLES 7 years ago
josuah 7a6665c3e8 mpick.1: Adding an example section.
Closes: #11 [via git-merge-pr]
8 years ago
Leah Neukirchen 7abcef17e7 mhdr: print_addresses: addr is sufficient for -H 8 years ago
Leah Neukirchen 1918eb7ba9 mhdr: print_addresses: first decode RFC2047, then parse address 8 years ago
Leah Neukirchen 55ded86ad5 maddr: addr: first decode RFC2047, then parse address 8 years ago
Leah Neukirchen cf36745b0c mscan: fmt_from: first decode RFC2047, then parse address 8 years ago
Leah Neukirchen 225e5787bf Leahize 8 years ago
Leah Neukirchen 0da278a9ad mlist: don't use blaze822_loop for the case when arguments are given
blaze822_loop replaces directory arguments with all cur/ mails, which is
not what we want in mlist.
8 years ago
Duncaen 12e504fa42 mpick: add msglist from address support
Fixes #9
8 years ago
Duncaen 0344e5a425 mpick: add kept expression 8 years ago
Duncaen afdfd07fe4 mpick: fix reuse of num 8 years ago
Christian Neukirchen b93b9303da seq: avoid infinite loop in "mscan -n ." 8 years ago
Christian Neukirchen 6464ba5845 mlist: read directory names from stdin when used non-interactively
Closes #7.
8 years ago
Christian Neukirchen 2ef903a065 mmime: don't truncate a #type line when it has invalid syntax 8 years ago
Christian Neukirchen 3095d48655 mmime: ensure a new token in qp header generation 8 years ago
Christian Neukirchen 40b19264c5 rfc2047: only decode _ as spaces when decoding headers 8 years ago
Christian Neukirchen b336acc23c rfc2047: blaze822_decode_qp: don't waste 75% memory 8 years ago
Christian Neukirchen 3207b0a6ba msuck: pad pids to 5 decimals 8 years ago
Christian Neukirchen bde965dffb mcolor: recognize new mail headers after ^L
This makes mshow ... | mcolor work better.
8 years ago
Christian Neukirchen 27915af60d rfc2047: detect partial multibyte sequences and decode them correctly 8 years ago
Christian Neukirchen 631b6c7c82 slurp: zero-terminate buffer 8 years ago
Christian Neukirchen f56755cffd mman: gen_file: slurp the file instead of mmap 8 years ago
Christian Neukirchen b4a8090f75 seq: slurp the file instead of mmap
mmap is not robust when there are writes possible.
8 years ago