Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpick: allow reading expressions from files i.e. using #!/bin/mpick | Duncaen | 2020-05-15 | 1 | -5/+40 |
| | |||||
* | mpick: minor cleanups/memleak fixes for parse_msglist | Duncaen | 2020-05-15 | 1 | -8/+6 |
| | |||||
* | mpick: refactor mailfile handling | Duncaen | 2020-05-15 | 1 | -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 comments | Duncaen | 2020-05-15 | 1 | -12/+57 |
| | |||||
* | mpick: add xcalloc and xstrdup | Duncaen | 2020-05-15 | 1 | -28/+38 |
| | |||||
* | mpick: add freeexpr | Duncaen | 2020-05-15 | 1 | -0/+46 |
| | |||||
* | mpick: add ternary (conditional) operator | Duncaen | 2020-05-15 | 2 | -6/+35 |
| | |||||
* | mpick: add skip expression | Duncaen | 2020-05-15 | 2 | -0/+6 |
| | |||||
* | mpick: add pipes and file redirection | Duncaen | 2020-05-15 | 2 | -5/+112 |
| | |||||
* | mdeliver.1: add mrefile to SEE ALSO | Duncaen | 2020-05-15 | 1 | -0/+1 |
| | |||||
* | blaze822_walk_mime: limit recursion depth | Leah Neukirchen | 2020-05-09 | 1 | -0/+3 |
| | |||||
* | mthread: comment depth convention | Leah Neukirchen | 2020-05-04 | 1 | -0/+3 |
| | |||||
* | mthread: add -p to only add parent messages via -S | Leah Neukirchen | 2020-05-04 | 2 | -5/+11 |
| | |||||
* | mthread: add -r to reverse top-level order | Leah Neukirchen | 2020-05-04 | 2 | -4/+16 |
| | |||||
* | mlist: print number of matches when message selection is in place | Leah Neukirchen | 2020-04-30 | 2 | -6/+18 |
| | |||||
* | mflag: list: don't clobber f when flags and -i is used | Leah Neukirchen | 2020-04-30 | 1 | -6/+4 |
| | |||||
* | man/*: normalize references, use %T for RFC titles | Leah Neukirchen | 2020-04-27 | 2 | -7/+7 |
| | |||||
* | msuck: don't init maildir until connected | Alyssa Ross | 2020-04-15 | 1 | -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 failed | Alyssa Ross | 2020-04-15 | 1 | -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 Neukirchen | 2020-04-03 | 2 | -1/+5 |
| | | | | appending | ||||
* | blaze822: blaze822_addr: don't force add space before quoted words | Leah Neukirchen | 2020-04-03 | 2 | -3/+6 |
| | |||||
* | blaze822: blaze822_addr: ignore leading obs-route | Leah Neukirchen | 2020-04-03 | 2 | -2/+4 |
| | |||||
* | maddr: add -d to only print display name. | Leah Neukirchen | 2020-03-30 | 2 | -9/+20 |
| | |||||
* | mytimegm: fix whitespace | Leah Neukirchen | 2020-03-29 | 1 | -9/+9 |
| | |||||
* | mytimegm: replace with own implementation | Leah Neukirchen | 2020-03-28 | 4 | -84/+26 |
| | |||||
* | mrep/mbnc: allow only one message as argument | Leah Neukirchen | 2020-03-21 | 1 | -1/+13 |
| | |||||
* | mshow: don't spawn pager for -x | Leah Neukirchen | 2020-03-14 | 1 | -1/+1 |
| | |||||
* | mmkdir: create subdirectories in order like maildirmake | Leah Neukirchen | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | mlist: extract DT_* handling, follow symlinks | Leah Neukirchen | 2020-03-08 | 1 | -2/+2 |
| | | | | Closes #172. | ||||
* | mseq: extract DT_* handling, follow symlinks | Leah Neukirchen | 2020-03-08 | 1 | -3/+3 |
| | |||||
* | seq: extract DT_* handling, follow symlinks | Leah Neukirchen | 2020-03-08 | 1 | -6/+2 |
| | |||||
* | minc: extract DT_* handling | Leah Neukirchen | 2020-03-08 | 1 | -3/+3 |
| | |||||
* | mdirs: extract DT_* handling | Leah Neukirchen | 2020-03-08 | 2 | -3/+12 |
| | |||||
* | move uc macro to blaze822_priv.h | Leah Neukirchen | 2020-03-08 | 3 | -6/+4 |
| | |||||
* | contrib/mraw: drop leading spaces | Leah Neukirchen | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | mcom: add preview alias for show command | Duncan Overbruck | 2020-02-05 | 2 | -3/+6 |
| | |||||
* | GNUmakefile: release: check ./VERSION is correct before release | Leah Neukirchen | 2020-02-02 | 1 | -0/+1 |
| | |||||
* | VERSION: bump | Leah Neukirchen | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | mdirs: add -a to list all subfolders, ignoring maildir++ convention | Leah Neukirchen | 2020-01-22 | 2 | -5/+10 |
| | | | | Based on a patch by Kylie McClain <kylie@somas.is>. | ||||
* | mblaze.7: mention public-inbox archive | Leah Neukirchen | 2020-01-18 | 1 | -3/+5 |
| | |||||
* | GNUmakefile: use gpg2 | Leah Neukirchen | 2020-01-18 | 1 | -1/+1 |
| | |||||
* | NEWS.md: update for 0.6 v0.6 | Leah Neukirchen | 2020-01-18 | 1 | -1/+8 |
| | |||||
* | mscan: fix underrun in %F when filename doesn't contain three slashes | Leah Neukirchen | 2020-01-17 | 1 | -0/+13 |
| | |||||
* | mcom: check if a draft was found when invoking `mcom -r` | Sören Tempel | 2020-01-12 | 1 | -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 Neukirchen | 2020-01-08 | 1 | -1/+1 |
| | | | | | Idea by Larry Hynes. Although no classical mail clients use Fwd: prefix, it has been around for some time. | ||||
* | COPYING: Leahize | Leah Neukirchen | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | mscan: add dottime formatting | Leah Neukirchen | 2020-01-02 | 2 | -1/+34 |
| | |||||
* | mless: only export LESSKEY once | Silvan Jegen | 2019-09-08 | 1 | -7/+7 |
| | | | | Closes: #168 [via git-merge-pr] | ||||
* | blaze822_loop: delay opening sequence to first use | Leah Neukirchen | 2019-09-01 | 1 | -1/+6 |
| | |||||
* | man/mcom.1: document defaults for mrep and mbnc | Leah Neukirchen | 2019-08-27 | 1 | -5/+11 |
| |