about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* NEWS.md: update for 0.6 v0.6Leah Neukirchen2020-01-181-1/+8
|
* mscan: fix underrun in %F when filename doesn't contain three slashesLeah Neukirchen2020-01-171-0/+13
|
* mcom: check if a draft was found when invoking `mcom -r`Sören Tempel2020-01-121-0/+5
| | | | | | | | | Without this patch `mcom -r` would invoke $EDITOR on a directory if the maildir did not contain any drafts. To prevent this from happening, check if a draft was found before performing any further processing. If not, terminate mcom with an error message. Closes: #169 [via git-merge-pr]
* mfwd: prefix Subject with "Fwd:"Leah Neukirchen2020-01-081-1/+1
| | | | | Idea by Larry Hynes. Although no classical mail clients use Fwd: prefix, it has been around for some time.
* COPYING: LeahizeLeah Neukirchen2020-01-021-1/+1
|
* mscan: add dottime formattingLeah Neukirchen2020-01-022-1/+34
|
* mless: only export LESSKEY onceSilvan Jegen2019-09-081-7/+7
| | | | Closes: #168 [via git-merge-pr]
* blaze822_loop: delay opening sequence to first useLeah Neukirchen2019-09-011-1/+6
|
* man/mcom.1: document defaults for mrep and mbncLeah Neukirchen2019-08-271-5/+11
|
* mlist: look at maildir/new too for messagesSebastien Marie2019-08-261-2/+15
| | | | Closes: #165 [via git-merge-pr]
* mshow: don't use --quit-at-eof in less by defaultKonst Mayer2019-08-141-1/+1
| | | | | | If the user wants it, he can add it to the LESS environment variable. Closes: #163 [via git-merge-pr]
* mdeliver: better usage when multiple arguments are givenLeah Neukirchen2019-07-081-4/+3
|
* mcom: use file --mime instead of file -iLeah Neukirchen2019-05-211-1/+1
| | | | | | This also works on macOS. Closes #162.
* mthread: make malloc failure fatalLeah Neukirchen2019-05-031-0/+6
|
* mmime: gen_file: remove check for trailing newline for 7bit transferLeah Neukirchen2019-04-231-1/+1
| | | | | | | | | | | RFC2046 5.1.1 specifies that parts without trailing newlines are coded without problems: > NOTE: The CRLF preceding the boundary delimiter line is conceptually > attached to the boundary so that it is possible to have a part that > does not end with a CRLF (line break). This if-statement now also codes empty files correctly.