summary refs log tree commit diff
path: root/mscan.c
Commit message (Expand)AuthorAgeFilesLines
* mscan: u8putstr: factor out common codeLeah Neukirchen2018-01-111-2/+1
* mscan: fetch window size from /dev/ttyLeah Neukirchen2017-11-281-1/+4
* revamp utf-8 handling codeLeah Neukirchen2017-11-221-12/+12
* mscan: display TO: address decodeLeah Neukirchen2017-11-081-1/+3
* mscan: revert width to intLeah Neukirchen2017-10-061-3/+3
* use appropriate integer typesLeah Neukirchen2017-10-061-4/+4
* styleLeah Neukirchen2017-08-311-6/+6
* mscan: use wint_t for %lcLeah Neukirchen2017-05-311-2/+2
* mscan: spawn a pager for interactive useLeah Neukirchen2017-05-231-1/+19
* mscan: use %H:%M timestamp for all mails newer than 24hLeah Neukirchen2017-05-211-5/+4
* mscan: squeeze slashes for %FLeah Neukirchen2017-04-271-1/+4
* mscan: kill stray tab in format stringLeah Neukirchen2017-03-131-1/+1
* mscan: don't print C0 control symbolsLeah Neukirchen2017-03-131-0/+4
* clean up whitespaceLeah Neukirchen2017-01-261-4/+4
* mscan: fmt_from: first decode RFC2047, then parse addressLeah Neukirchen2017-01-211-10/+10
* mscan: styleChristian Neukirchen2016-09-071-2/+2
* Add $MBLAZE environment variable to set profile locationIvy Foster2016-09-011-1/+1
* mscan: add %I for message-idChristian Neukirchen2016-08-111-1/+12
* mscan: make negative width in %f, %s mean "rest minus N"Christian Neukirchen2016-08-101-2/+4
* mscan: add %S for stripped subjectChristian Neukirchen2016-08-101-3/+24
* mscan: better width for %FChristian Neukirchen2016-08-091-2/+14
* mscan: add width to %bChristian Neukirchen2016-08-091-9/+8
* mscan: u8putstr: force left-alignmentChristian Neukirchen2016-08-091-0/+2
* mscan: fix formatting of %f without width, and for %s with widthChristian Neukirchen2016-08-091-6/+19
* mscan: oneline: fix flag fiddlingChristian Neukirchen2016-08-081-2/+4
* mscan: oneline: don't show not existing messages as unseenChristian Neukirchen2016-08-061-1/+1
* mscan: default %F left-alignedChristian Neukirchen2016-08-051-1/+1
* mscan: silence a warningChristian Neukirchen2016-08-041-1/+1
* mscan: actually show To: in TO:Christian Neukirchen2016-08-041-3/+3
* mscan: use Scan-Format from profile by defaultChristian Neukirchen2016-08-041-0/+3
* mscan: fmt_date: refactor, add 5-char %dChristian Neukirchen2016-08-041-24/+32
* mscan: silence %b when !msgChristian Neukirchen2016-08-041-3/+7
* mscan: fix %MChristian Neukirchen2016-08-041-1/+3
* mscan: adaptive iso dateChristian Neukirchen2016-08-041-0/+2
* mscan: look up message number when neededChristian Neukirchen2016-08-041-6/+9
* mscan: refactor, slight output changeChristian Neukirchen2016-08-041-93/+102
* mscan: support \n and \tChristian Neukirchen2016-08-041-1/+13
* mscan: use format stringsChristian Neukirchen2016-08-041-57/+197
* rename .santoku to .mblazeChristian Neukirchen2016-08-011-1/+1
* mscan: add -n to only print message numberChristian Neukirchen2016-07-311-3/+36
* mscan: keep local timeChristian Neukirchen2016-07-281-2/+0
* mscan: adaptive date displayChristian Neukirchen2016-07-271-7/+39
* mscan: glibc needs _XOPEN_SOURCE for wcwidthChristian Neukirchen2016-07-261-0/+4
* import musl memmemChristian Neukirchen2016-07-261-2/+0
* rename map to seqChristian Neukirchen2016-07-261-3/+3
* mscan: tweak outputChristian Neukirchen2016-07-261-5/+6
* mscan: decode more From: to allow enough UTF-8 glyphsChristian Neukirchen2016-07-261-1/+1
* mscan: unbreak TO:Christian Neukirchen2016-07-251-7/+7
* mscan: display if we are in To, Cc or Resent-ToChristian Neukirchen2016-07-251-10/+31
* mscan: display TO: for own messagesChristian Neukirchen2016-07-251-4/+31