summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mhdr: default to current message when interactive w/o argsChristian Neukirchen2016-07-201-3/+12
|
* mless: when output is not a tty, just call mseqChristian Neukirchen2016-07-201-0/+4
|
* mscan: use tty widthChristian Neukirchen2016-07-201-5/+14
|
* mscan: don't bother with tabsChristian Neukirchen2016-07-201-0/+2
|
* filter.example: use $PIPE_CHARSET for lynxChristian Neukirchen2016-07-201-1/+1
|
* mshow: export PIPE_CHARSET to filterChristian Neukirchen2016-07-201-0/+7
|
* mless: call msetseq when we get stuff on stdin w/o argumentsChristian Neukirchen2016-07-201-0/+5
|
* mless: more specific pattern for mshow mime dividersChristian Neukirchen2016-07-201-1/+1
|
* mseq: pass through file namesChristian Neukirchen2016-07-201-0/+5
|
* add filter.exampleChristian Neukirchen2016-07-201-0/+4
|
* mshow: load filters from ~/.santoku/filterChristian Neukirchen2016-07-201-2/+7
|
* seq: export blaze822_home_fileChristian Neukirchen2016-07-202-6/+7
|
* mless: use mshowChristian Neukirchen2016-07-201-4/+4
|
* msetseq: rename from setmapChristian Neukirchen2016-07-201-1/+1
|
* mlist: rename from listChristian Neukirchen2016-07-202-2/+2
|
* mshow: rename from showChristian Neukirchen2016-07-202-2/+2
|
* mthread: rename from threadChristian Neukirchen2016-07-202-2/+2
|
* mthread: rename from threadChristian Neukirchen2016-07-202-2/+2
|
* mscan: rename from scanChristian Neukirchen2016-07-202-2/+2
|
* add mlessChristian Neukirchen2016-07-201-0/+23
|
* mseq: -n to expand rangesChristian Neukirchen2016-07-201-2/+16
|
* add setmapChristian Neukirchen2016-07-201-0/+12
|
* thread: fix some more loopsChristian Neukirchen2016-07-201-4/+7
|
* seq: guard misparseChristian Neukirchen2016-07-201-0/+3
|
* add msortChristian Neukirchen2016-07-202-1/+315
|
* thread: sort subthreads by date, sort top threads by newest messageChristian Neukirchen2016-07-191-5/+84
|
* thread: don't prune on toplevelChristian Neukirchen2016-07-191-1/+1
|
* scan: use wide char functionsChristian Neukirchen2016-07-191-7/+25
|
* thread: initialize top->fileChristian Neukirchen2016-07-191-0/+1
|
* thread: prune empty messages from top with only one childChristian Neukirchen2016-07-181-1/+17
|
* thread: diagnostics on stderrChristian Neukirchen2016-07-181-2/+2
|
* show: -n to not update curChristian Neukirchen2016-07-181-2/+5
|
* seq: blaze822_loop: count file arguments tooChristian Neukirchen2016-07-181-0/+1
|
* seq: move map/cur to ~/.santokuChristian Neukirchen2016-07-181-10/+40
|
* scan: mark cur mailChristian Neukirchen2016-07-181-3/+8
|
* scan: fix flag findingChristian Neukirchen2016-07-181-1/+1
|
* blaze822: fix months. duhChristian Neukirchen2016-07-181-2/+2
|
* clean up header includesChristian Neukirchen2016-07-1810-78/+63
|
* remove unmimeChristian Neukirchen2016-07-182-124/+1
|
* show: normalize fwrite callsChristian Neukirchen2016-07-181-7/+7
|
* show: iconv non-utf8 parts before outputChristian Neukirchen2016-07-181-3/+63
|
* show: update curChristian Neukirchen2016-07-181-2/+16
|
* seq: import most parts of mseq, make blaze822_loop resolve rangesChristian Neukirchen2016-07-185-155/+226
|
* scan: look up mails in map instead of line numbersChristian Neukirchen2016-07-172-6/+9
|
* mseq: extract code into seq.cChristian Neukirchen2016-07-174-24/+110
|
* scan: skip leading and trailing wspChristian Neukirchen2016-07-171-1/+5
|
* rfc2045: blaze822_multipart: use blaze822_mime_parameterChristian Neukirchen2016-07-161-37/+8
|
* Makefile: add new show depsChristian Neukirchen2016-07-161-1/+1
|
* show: rewrite with mime support, listing and extractionChristian Neukirchen2016-07-161-15/+346
|
* rfc2045: add blaze822_mime_parameterChristian Neukirchen2016-07-162-0/+42
|