Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mseq: better error reporting | Leah Neukirchen | 2017-02-18 | 1 | -4/+9 |
| | |||||
* | mblaze: don't make $draft look like a sequence | leovilok | 2017-02-17 | 1 | -1/+1 |
| | | | Make sure $draft look like a file by prefixing it with "./", to avoid errors when we call other programs like msed. | ||||
* | mlist.1: typo | Leah Neukirchen | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | mlist: print a total line with -i when useful | Leah Neukirchen | 2017-02-14 | 2 | -6/+15 |
| | |||||
* | mlist: fix usage output | Leah Neukirchen | 2017-02-14 | 1 | -3/+3 |
| | |||||
* | contrib/mvi: fix cmdline and add ! to eval commands | Duncaen | 2017-02-02 | 1 | -5/+12 |
| | |||||
* | contrib/mvi: remove dead in_motion() | Duncaen | 2017-02-02 | 1 | -27/+0 |
| | |||||
* | Merge branch 'mpick' | Duncaen | 2017-02-01 | 2 | -15/+39 |
|\ | |||||
| * | mpick: add msglist from address support | Duncaen | 2017-01-20 | 1 | -1/+21 |
| | | | | | | | | Fixes #9 | ||||
| * | mpick: add kept expression | Duncaen | 2017-01-20 | 2 | -1/+5 |
| | | |||||
| * | mpick: fix reuse of num | Duncaen | 2017-01-20 | 1 | -13/+13 |
| | | |||||
* | | contrib/mvi: add mvi, a pager like interface with vi like functionality | Duncaen | 2017-02-01 | 1 | -0/+343 |
| | | |||||
* | | clean up whitespace | Leah Neukirchen | 2017-01-26 | 17 | -157/+157 |
| | | |||||
* | | mflag: add: skip leading whitespace | Leah Neukirchen | 2017-01-25 | 1 | -10/+12 |
| | | |||||
* | | mflag: fix error message | Leah Neukirchen | 2017-01-25 | 1 | -1/+1 |
| | | |||||
* | | man/mpick.1: use well-known section name EXAMPLES | Leah Neukirchen | 2017-01-25 | 1 | -1/+1 |
| | | |||||
* | | mpick.1: Adding an example section. | josuah | 2017-01-23 | 1 | -0/+3 |
| | | | | | | | | Closes: #11 [via git-merge-pr] | ||||
* | | mhdr: print_addresses: addr is sufficient for -H | Leah Neukirchen | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | mhdr: print_addresses: first decode RFC2047, then parse address | Leah Neukirchen | 2017-01-21 | 1 | -11/+12 |
| | | |||||
* | | maddr: addr: first decode RFC2047, then parse address | Leah Neukirchen | 2017-01-21 | 1 | -7/+6 |
| | | |||||
* | | mscan: fmt_from: first decode RFC2047, then parse address | Leah Neukirchen | 2017-01-21 | 1 | -10/+10 |
| | | |||||
* | | Leahize | Leah Neukirchen | 2017-01-21 | 24 | -25/+24 |
| | | |||||
* | | mlist: don't use blaze822_loop for the case when arguments are given | Leah Neukirchen | 2017-01-21 | 1 | -4/+8 |
|/ | | | | | blaze822_loop replaces directory arguments with all cur/ mails, which is not what we want in mlist. | ||||
* | seq: avoid infinite loop in "mscan -n ." | Christian Neukirchen | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | mlist: read directory names from stdin when used non-interactively | Christian Neukirchen | 2016-12-13 | 3 | -54/+63 |
| | | | | Closes #7. | ||||
* | mmime: don't truncate a #type line when it has invalid syntax | Christian Neukirchen | 2016-11-08 | 1 | -0/+2 |
| | |||||
* | mmime: ensure a new token in qp header generation | Christian Neukirchen | 2016-11-08 | 1 | -2/+2 |
| | |||||
* | rfc2047: only decode _ as spaces when decoding headers | Christian Neukirchen | 2016-11-08 | 3 | -5/+5 |
| | |||||
* | rfc2047: blaze822_decode_qp: don't waste 75% memory | Christian Neukirchen | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | msuck: pad pids to 5 decimals | Christian Neukirchen | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | mcolor: recognize new mail headers after ^L | Christian Neukirchen | 2016-10-18 | 1 | -1/+3 |
| | | | | This makes mshow ... | mcolor work better. | ||||
* | rfc2047: detect partial multibyte sequences and decode them correctly | Christian Neukirchen | 2016-10-14 | 1 | -9/+49 |
| | |||||
* | slurp: zero-terminate buffer | Christian Neukirchen | 2016-10-06 | 1 | -1/+3 |
| | |||||
* | mman: gen_file: slurp the file instead of mmap | Christian Neukirchen | 2016-10-05 | 1 | -18/+14 |
| | |||||
* | seq: slurp the file instead of mmap | Christian Neukirchen | 2016-10-05 | 4 | -14/+66 |
| | | | | mmap is not robust when there are writes possible. | ||||
* | mmime: gen_build: don't crash on #-line without space | Christian Neukirchen | 2016-10-05 | 1 | -8/+10 |
| | |||||
* | msuck: off by one | Christian Neukirchen | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | mcom: very elementary NNTP posting support | Christian Neukirchen | 2016-09-25 | 1 | -5/+17 |
| | |||||
* | mblow: print POST reponse on success (e.g. to show moderation) | Christian Neukirchen | 2016-09-25 | 1 | -0/+1 |
| | |||||
* | contrib: add msuck and mblow for NNTP support | Christian Neukirchen | 2016-09-25 | 2 | -0/+173 |
| | |||||
* | INSTALL.md: cygwin | Christian Neukirchen | 2016-09-08 | 1 | -0/+1 |
| | |||||
* | mlist: include <sys/syscall.h> only when required | Christian Neukirchen | 2016-09-08 | 1 | -1/+2 |
| | | | | Fixes build on cygwin. | ||||
* | mscan: style | Christian Neukirchen | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | mblaze822: blaze822_addr: add simple group parsing | Christian Neukirchen | 2016-09-07 | 1 | -1/+6 |
| | | | | Just ignores the group name, and considers ; an address separator too. | ||||
* | INSTALL.md: mention GNU make | Christian Neukirchen | 2016-09-05 | 1 | -0/+2 |
| | |||||
* | add INSTALL.md | Christian Neukirchen | 2016-09-05 | 1 | -0/+13 |
| | |||||
* | Makefile: bail out on bmake | Christian Neukirchen | 2016-09-05 | 1 | -0/+2 |
| | |||||
* | use getdelim instead of getline | Christian Neukirchen | 2016-09-05 | 4 | -5/+5 |
| | | | | Avoids weird macros to build on FreeBSD. | ||||
* | mcolor: use awk in shebang | Christian Neukirchen | 2016-09-05 | 1 | -4/+1 |
| | | | | | This is reasonably portable, and easy to fix if not. The current hack breaks on OpenBSD. | ||||
* | Makefile: define OPENBSD to use libiconv | Christian Neukirchen | 2016-09-05 | 1 | -0/+4 |
| |