Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | mlist: look at maildir/new too for messages | Sebastien Marie | 2019-08-26 | 1 | -2/+15 |
| | | | | Closes: #165 [via git-merge-pr] | ||||
* | mshow: don't use --quit-at-eof in less by default | Konst Mayer | 2019-08-14 | 1 | -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 given | Leah Neukirchen | 2019-07-08 | 1 | -4/+3 |
| | |||||
* | mcom: use file --mime instead of file -i | Leah Neukirchen | 2019-05-21 | 1 | -1/+1 |
| | | | | | | This also works on macOS. Closes #162. | ||||
* | mthread: make malloc failure fatal | Leah Neukirchen | 2019-05-03 | 1 | -0/+6 |
| | |||||
* | mmime: gen_file: remove check for trailing newline for 7bit transfer | Leah Neukirchen | 2019-04-23 | 1 | -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. | ||||
* | slurp: don't special-case empty files, instead behave like strdup("") | Leah Neukirchen | 2019-04-23 | 1 | -5/+0 |
| | | | | This allows the caller to call free(3) in any case. | ||||
* | seq: blaze822_loop: fix leak | Leah Neukirchen | 2019-04-14 | 1 | -0/+1 |
| | |||||
* | maddr: addr: fix leak | Leah Neukirchen | 2019-04-14 | 1 | -0/+1 |
| | |||||
* | mdeliver: add fallback to utimes for systems that don't have utimensat | Leah Neukirchen | 2019-03-28 | 1 | -0/+8 |
| | | | | Namely, macOS before 10.13. | ||||
* | mscan: u8putstr: assume wcwidth of -1 means actually 2 (probably emojis) | Leah Neukirchen | 2019-03-21 | 1 | -1/+4 |
| | |||||
* | NEWS.md: update for 0.5.1 v0.5.1 | Leah Neukirchen | 2019-03-03 | 2 | -1/+8 |
| | |||||
* | rfc2047: blaze822_decode_rfc2047: account for space for trailing nul | Leah Neukirchen | 2019-03-02 | 1 | -0/+4 |
| | |||||
* | blaze822: blaze822_addr: fix parsing of () at end of string | Leah Neukirchen | 2019-03-01 | 1 | -1/+1 |
| | | | | Found by lhynes. | ||||
* | msed: improve zero initialization | Leah Neukirchen | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | t: update links | Leah Neukirchen | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | magrep: fix use of uninitialized memory | Duncaen | 2019-02-28 | 1 | -1/+1 |
| | | | | found by -fsanitize=memory | ||||
* | msed: fix use of uninitialized memory | Duncaen | 2019-02-28 | 1 | -1/+1 |
| | | | | found by -fsanitize=memory | ||||
* | blaze822: blaze822_addr: don't read over the trailing nul byte when resolving \ | Leah Neukirchen | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | blaze822: blaze822_addr: take care of string end in comments inside < | Leah Neukirchen | 2019-02-28 | 1 | -1/+3 |
| | |||||
* | mmime: print_header: fix for empty lines | Leah Neukirchen | 2019-02-28 | 1 | -0/+3 |
| | |||||
* | blaze822: blaze822_addr: skip remaining characters when token is full, also ↵ | Leah Neukirchen | 2019-02-27 | 1 | -0/+2 |
| | | | | with [ | ||||
* | blaze822: blaze822_addr: skip remaining characters when token is full | Leah Neukirchen | 2019-02-27 | 1 | -0/+2 |
| | |||||
* | blaze822: blaze822_addr: don't drop last char when comment is not closed | Leah Neukirchen | 2019-02-27 | 1 | -1/+2 |
| | | | | Found by duncaen with afl. | ||||
* | blaze822: blaze822_addr: fix reading over the end of address if it ends with ↵ | Leah Neukirchen | 2019-02-27 | 1 | -1/+2 |
| | | | | | | , or ; Found by duncaen with afl. | ||||
* | blaze822: safe_append: fixes for various border cases | Leah Neukirchen | 2019-02-27 | 1 | -2/+5 |
| | | | | | | This fixes dstmax == dstlen and when src is completely full. Found by duncaen with afl. | ||||
* | mdirs: add -0 to separate folders by NUL characters | Leah Neukirchen | 2019-02-20 | 2 | -4/+12 |
| | | | | | | Idea by Mario Domgoergen <mdom@taz.de>. Closes #159. | ||||
* | mdeliver: work around macOS, which doesn't implement POSIX.1-2008 stat fields | Leah Neukirchen | 2019-02-11 | 1 | -0/+4 |
| | |||||
* | rfc2231: fix memleak | Leah Neukirchen | 2019-02-10 | 1 | -1/+3 |
| | | | | Found by clang 7.0.1. | ||||
* | blaze822: blaze822_mmap: fix memleak | Leah Neukirchen | 2019-02-10 | 1 | -0/+1 |
| | | | | Found by clang 7.0.1. | ||||
* | blaze822: blaze822_mem: fix memleak | Leah Neukirchen | 2019-02-10 | 1 | -1/+3 |
| | | | | Found by clang 7.0.1. | ||||
* | mdeliver: clean up logic | Leah Neukirchen | 2019-02-10 | 1 | -7/+5 |
| |