about summary refs log tree commit diff
path: root/scan.c
Commit message (Collapse)AuthorAgeFilesLines
* scan: look up mails in map instead of line numbersChristian Neukirchen2016-07-171-5/+8
|
* scan: skip leading and trailing wspChristian Neukirchen2016-07-171-1/+5
|
* fix printf format codesChristian Neukirchen2016-07-141-1/+1
|
* scan: free message at endChristian Neukirchen2016-07-131-3/+4
|
* scan: print line numberChristian Neukirchen2016-07-131-4/+8
|
* scan: tweak date formattingChristian Neukirchen2016-07-131-1/+1
|
* scan: indent with two spacesChristian Neukirchen2016-07-121-3/+3
|
* scan: tweak outputChristian Neukirchen2016-07-121-2/+3
|
* scan: fix u8putstr to print the whole glyph at the endChristian Neukirchen2016-07-121-3/+7
|
* scan: show invalid datesChristian Neukirchen2016-07-121-1/+3
|
* scan: use subject default value when not foundChristian Neukirchen2016-07-121-1/+1
|
* add rfc2047 decoderChristian Neukirchen2016-07-111-9/+5
|
* extract main loopChristian Neukirchen2016-07-111-21/+1
|
* add scanChristian Neukirchen2016-07-111-0/+148