about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mintro.7: mention no depsChristian Neukirchen2016-07-311-1/+2
|
* mseq: drop -n (now in mscan)Christian Neukirchen2016-07-313-31/+12
|
* mscan: add -n to only print message numberChristian Neukirchen2016-07-312-3/+40
|
* seq: don't crash when cur link doesn't existChristian Neukirchen2016-07-311-1/+2
|
* mpick: fix subject expression, broke while normalizing styleDuncaen2016-07-301-2/+2
|
* blaze822: blaze822_hdr_: off-by-one for first headerChristian Neukirchen2016-07-291-2/+4
|
* filter: slay warningChristian Neukirchen2016-07-291-1/+1
|
* mless: H to toggle HTML renderingChristian Neukirchen2016-07-292-1/+11
|
* mshow: hard-code simple multipart/alternative policyChristian Neukirchen2016-07-292-4/+62
|
* rfc2045: relax MIME checkChristian Neukirchen2016-07-291-2/+7
| | | | | Some mails don't have MIME-Version: 1.0, having Content-Transfer-Encoding shall be good enough either
* add contrib/malternativeChristian Neukirchen2016-07-291-0/+16
|
* mshow: allow filters to skip and select multipart partsChristian Neukirchen2016-07-291-0/+12
|
* blaze822: blaze822_file: allocate enough space for readChristian Neukirchen2016-07-291-3/+4
|
* mshow: actually filter the partsChristian Neukirchen2016-07-294-12/+152
|
* mshow: normalize CRLF for plain text partsChristian Neukirchen2016-07-291-4/+24
|
* rfc2047: blaze822_decode_qp: skip =CRLFChristian Neukirchen2016-07-291-0/+2
|
* rfc2045: put default content type into writable sectionChristian Neukirchen2016-07-291-1/+4
|
* msort: check reallocChristian Neukirchen2016-07-291-0/+2
|
* mmime.1: tweaksChristian Neukirchen2016-07-291-8/+9
|
* mless: R to toggle raw messageChristian Neukirchen2016-07-292-1/+12
|
* rfc2047: allow empty encoded-wordsChristian Neukirchen2016-07-291-1/+1
| | | | This is non-conforming, but happens in the wild occasionally.
* rfc2045: downcase mime typeChristian Neukirchen2016-07-291-1/+3
|
* mpick: fixesDuncaen2016-07-291-2/+2
|
* mpick: fix date expressionsDuncaen2016-07-291-1/+2
|
* mpick: add 'cur' variable to number expressionsDuncaen2016-07-292-14/+44
|
* mless: oopsChristian Neukirchen2016-07-281-1/+1
|
* mless: typoChristian Neukirchen2016-07-281-1/+1
|
* mless: experimental shortcutsChristian Neukirchen2016-07-282-2/+29
| | | | Compile mlesskey.example into ~/.mless to use them.
* mmairix: normalize pathChristian Neukirchen2016-07-281-1/+1
|
* mless: simplifyChristian Neukirchen2016-07-282-17/+19
| | | | We always show the full sequence now, and just jump to the passed message.
* seq: blaze822_seq_next: fix mseq -n .Christian Neukirchen2016-07-281-1/+2
|
* seq: parse .: correctlyChristian Neukirchen2016-07-281-5/+12
|
* mpick: add to and from string expressionsDuncaen2016-07-281-26/+56
|
* mpick: add info expression for message ids without filesDuncaen2016-07-282-1/+10
| | | | and mark them seen by default
* README: updateChristian Neukirchen2016-07-281-0/+1
|
* mpick: drop constChristian Neukirchen2016-07-281-9/+9
|
* mpick: add mmsg(7) style ranges to msglistChristian Neukirchen2016-07-282-4/+4
|
* COPYING: add mpickChristian Neukirchen2016-07-281-0/+3
|
* mpick: styleChristian Neukirchen2016-07-281-7/+7
|
* mpick: portabilityChristian Neukirchen2016-07-281-0/+10
|
* mpick.1: use Cm for command piecesChristian Neukirchen2016-07-281-12/+12
|
* mpick: add man page and usageDuncaen2016-07-283-0/+161
| | | | Closes: #1 [via git-merge-pr]
* mpick: add 'replies' filter expressionDuncaen2016-07-281-23/+37
|
* mpick: add parent and child testDuncaen2016-07-281-16/+24
|
* mpick: add -T flag to pick whole thread if one message matchesDuncaen2016-07-281-37/+185
|
* mpick: use blaze822_loop{,1}Duncaen2016-07-281-17/+7
|
* mpick: fix new detectionDuncaen2016-07-281-3/+3
|
* add mpickDuncaen2016-07-282-1/+867
|
* mless: tone down footers and pgp armorChristian Neukirchen2016-07-281-1/+7
|
* mseq: deal with indentation in -CChristian Neukirchen2016-07-281-2/+4
|