about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* t/2000-mpick.t: check for double free with bindingsDuncan Overbruck2020-05-151-1/+10
|
* mpick: fix memory leaksDuncan Overbruck2020-05-151-8/+24
|
* mpick: use slurp instead of mmaping filesDuncaen2020-05-151-14/+7
|
* mpick: fix memory leak in parse_durDuncaen2020-05-151-14/+15
|
* mpick: always point to malloc memory in parse_stringDuncaen2020-05-151-2/+2
|
* t/2000-mpick.t: add tests for all the new featuresDuncaen2020-05-151-1/+50
|
* mpick: add header decodeop for better address matchingDuncaen2020-05-153-75/+115
|
* mpick: add let expressionsDuncaen2020-05-152-4/+121
|
* mpick: better error for missing ) over multiple linesDuncaen2020-05-151-6/+7
|
* mpick: allow reading expressions from files i.e. using #!/bin/mpickDuncaen2020-05-151-5/+40
|
* mpick: minor cleanups/memleak fixes for parse_msglistDuncaen2020-05-151-8/+6
|
* mpick: refactor mailfile handlingDuncaen2020-05-151-65/+66
| | | | | | - fix some memory leaks - fix handling of unexisting files/mthread containers - in oneline mode use one mailinfo struct for each line
* mpick: add support for multiline expressions and commentsDuncaen2020-05-151-12/+57
|
* mpick: add xcalloc and xstrdupDuncaen2020-05-151-28/+38
|
* mpick: add freeexprDuncaen2020-05-151-0/+46
|
* mpick: add ternary (conditional) operatorDuncaen2020-05-152-6/+35
|
* mpick: add skip expressionDuncaen2020-05-152-0/+6
|
* mpick: add pipes and file redirectionDuncaen2020-05-152-5/+112
|
* mdeliver.1: add mrefile to SEE ALSODuncaen2020-05-151-0/+1
|
* blaze822_walk_mime: limit recursion depthLeah Neukirchen2020-05-091-0/+3
|
* mthread: comment depth conventionLeah Neukirchen2020-05-041-0/+3
|
* mthread: add -p to only add parent messages via -SLeah Neukirchen2020-05-042-5/+11
|
* mthread: add -r to reverse top-level orderLeah Neukirchen2020-05-042-4/+16
|
* mlist: print number of matches when message selection is in placeLeah Neukirchen2020-04-302-6/+18
|
* mflag: list: don't clobber f when flags and -i is usedLeah Neukirchen2020-04-301-6/+4
|
* man/*: normalize references, use %T for RFC titlesLeah Neukirchen2020-04-272-7/+7
|
* msuck: don't init maildir until connectedAlyssa Ross2020-04-151-4/+4
| | | | | | Previously, a typo in the newsgroup name would leave an empty mailbox for a non-existent newsgroup. This can be avoided by delaying maildir initialization until after the NNTP server has 221ed the group.
* msuck: exit unsuccessfully if some groups failedAlyssa Ross2020-04-151-0/+3
| | | | The failing exit status is EX_UNAVAILABLE from BSD's sysexits.h.
* blaze822: blaze822_addr: null-terminate ttok at the current position before ↵Leah Neukirchen2020-04-032-1/+5
| | | | appending
* blaze822: blaze822_addr: don't force add space before quoted wordsLeah Neukirchen2020-04-032-3/+6
|
* blaze822: blaze822_addr: ignore leading obs-routeLeah Neukirchen2020-04-032-2/+4
|
* maddr: add -d to only print display name.Leah Neukirchen2020-03-302-9/+20
|
* mytimegm: fix whitespaceLeah Neukirchen2020-03-291-9/+9
|
* mytimegm: replace with own implementationLeah Neukirchen2020-03-284-84/+26
|
* mrep/mbnc: allow only one message as argumentLeah Neukirchen2020-03-211-1/+13
|
* mshow: don't spawn pager for -xLeah Neukirchen2020-03-141-1/+1
|
* mmkdir: create subdirectories in order like maildirmakeLeah Neukirchen2020-03-091-1/+1
|
* mlist: extract DT_* handling, follow symlinksLeah Neukirchen2020-03-081-2/+2
| | | | Closes #172.
* mseq: extract DT_* handling, follow symlinksLeah Neukirchen2020-03-081-3/+3
|
* seq: extract DT_* handling, follow symlinksLeah Neukirchen2020-03-081-6/+2
|
* minc: extract DT_* handlingLeah Neukirchen2020-03-081-3/+3
|
* mdirs: extract DT_* handlingLeah Neukirchen2020-03-082-3/+12
|
* move uc macro to blaze822_priv.hLeah Neukirchen2020-03-083-6/+4
|
* contrib/mraw: drop leading spacesLeah Neukirchen2020-02-161-1/+1
|
* mcom: add preview alias for show commandDuncan Overbruck2020-02-052-3/+6
|
* GNUmakefile: release: check ./VERSION is correct before releaseLeah Neukirchen2020-02-021-0/+1
|
* VERSION: bumpLeah Neukirchen2020-02-021-1/+1
|
* mdirs: add -a to list all subfolders, ignoring maildir++ conventionLeah Neukirchen2020-01-222-5/+10
| | | | Based on a patch by Kylie McClain <kylie@somas.is>.
* mblaze.7: mention public-inbox archiveLeah Neukirchen2020-01-181-3/+5
|
* GNUmakefile: use gpg2Leah Neukirchen2020-01-181-1/+1
|