Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mcomp: first code to compose a mail | Christian Neukirchen | 2016-07-20 | 1 | -0/+51 |
* | mshow: fix message | Christian Neukirchen | 2016-07-20 | 1 | -1/+1 |
* | add mprev/mnext to call mless with appropriate offset | Christian Neukirchen | 2016-07-20 | 3 | -1/+8 |
* | mthread: default to all messages when interactive w/o args | Christian Neukirchen | 2016-07-20 | 1 | -1/+7 |
* | msort: default to all messages when interactive w/o args | Christian Neukirchen | 2016-07-20 | 1 | -2/+8 |
* | mshow: default to current message when interactive w/o args | Christian Neukirchen | 2016-07-20 | 1 | -1/+6 |
* | mseq: default to all messages when interactive w/o args | Christian Neukirchen | 2016-07-20 | 1 | -3/+12 |
* | mscan: default to all messages when interactive w/o args | Christian Neukirchen | 2016-07-20 | 1 | -3/+8 |
* | mscan: don't crash when cur isn't set | Christian Neukirchen | 2016-07-20 | 1 | -1/+1 |
* | mhdr: default to current message when interactive w/o args | Christian Neukirchen | 2016-07-20 | 1 | -3/+12 |
* | mless: when output is not a tty, just call mseq | Christian Neukirchen | 2016-07-20 | 1 | -0/+4 |
* | mscan: use tty width | Christian Neukirchen | 2016-07-20 | 1 | -5/+14 |
* | mscan: don't bother with tabs | Christian Neukirchen | 2016-07-20 | 1 | -0/+2 |
* | filter.example: use $PIPE_CHARSET for lynx | Christian Neukirchen | 2016-07-20 | 1 | -1/+1 |
* | mshow: export PIPE_CHARSET to filter | Christian Neukirchen | 2016-07-20 | 1 | -0/+7 |
* | mless: call msetseq when we get stuff on stdin w/o arguments | Christian Neukirchen | 2016-07-20 | 1 | -0/+5 |
* | mless: more specific pattern for mshow mime dividers | Christian Neukirchen | 2016-07-20 | 1 | -1/+1 |
* | mseq: pass through file names | Christian Neukirchen | 2016-07-20 | 1 | -0/+5 |
* | add filter.example | Christian Neukirchen | 2016-07-20 | 1 | -0/+4 |
* | mshow: load filters from ~/.santoku/filter | Christian Neukirchen | 2016-07-20 | 1 | -2/+7 |
* | seq: export blaze822_home_file | Christian Neukirchen | 2016-07-20 | 2 | -6/+7 |
* | mless: use mshow | Christian Neukirchen | 2016-07-20 | 1 | -4/+4 |
* | msetseq: rename from setmap | Christian Neukirchen | 2016-07-20 | 1 | -1/+1 |
* | mlist: rename from list | Christian Neukirchen | 2016-07-20 | 2 | -2/+2 |
* | mshow: rename from show | Christian Neukirchen | 2016-07-20 | 2 | -2/+2 |
* | mthread: rename from thread | Christian Neukirchen | 2016-07-20 | 2 | -2/+2 |
* | mthread: rename from thread | Christian Neukirchen | 2016-07-20 | 2 | -2/+2 |
* | mscan: rename from scan | Christian Neukirchen | 2016-07-20 | 2 | -2/+2 |
* | add mless | Christian Neukirchen | 2016-07-20 | 1 | -0/+23 |
* | mseq: -n to expand ranges | Christian Neukirchen | 2016-07-20 | 1 | -2/+16 |
* | add setmap | Christian Neukirchen | 2016-07-20 | 1 | -0/+12 |
* | thread: fix some more loops | Christian Neukirchen | 2016-07-20 | 1 | -4/+7 |
* | seq: guard misparse | Christian Neukirchen | 2016-07-20 | 1 | -0/+3 |
* | add msort | Christian Neukirchen | 2016-07-20 | 2 | -1/+315 |
* | thread: sort subthreads by date, sort top threads by newest message | Christian Neukirchen | 2016-07-19 | 1 | -5/+84 |
* | thread: don't prune on toplevel | Christian Neukirchen | 2016-07-19 | 1 | -1/+1 |
* | scan: use wide char functions | Christian Neukirchen | 2016-07-19 | 1 | -7/+25 |
* | thread: initialize top->file | Christian Neukirchen | 2016-07-19 | 1 | -0/+1 |
* | thread: prune empty messages from top with only one child | Christian Neukirchen | 2016-07-18 | 1 | -1/+17 |
* | thread: diagnostics on stderr | Christian Neukirchen | 2016-07-18 | 1 | -2/+2 |
* | show: -n to not update cur | Christian Neukirchen | 2016-07-18 | 1 | -2/+5 |
* | seq: blaze822_loop: count file arguments too | Christian Neukirchen | 2016-07-18 | 1 | -0/+1 |
* | seq: move map/cur to ~/.santoku | Christian Neukirchen | 2016-07-18 | 1 | -10/+40 |
* | scan: mark cur mail | Christian Neukirchen | 2016-07-18 | 1 | -3/+8 |
* | scan: fix flag finding | Christian Neukirchen | 2016-07-18 | 1 | -1/+1 |
* | blaze822: fix months. duh | Christian Neukirchen | 2016-07-18 | 1 | -2/+2 |
* | clean up header includes | Christian Neukirchen | 2016-07-18 | 10 | -78/+63 |
* | remove unmime | Christian Neukirchen | 2016-07-18 | 2 | -124/+1 |
* | show: normalize fwrite calls | Christian Neukirchen | 2016-07-18 | 1 | -7/+7 |
* | show: iconv non-utf8 parts before output | Christian Neukirchen | 2016-07-18 | 1 | -3/+63 |