Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mshow: add "-A all" to render all attachments | Leah Neukirchen | 2021-01-17 | 1 | -1/+1 |
| | | | | Closes #198. | ||||
* | Allow gpg and gpg2 executables for gnupg interaction | James Rowe | 2020-11-24 | 4 | -5/+29 |
| | | | | Closes: #193 [via git-merge-pr] | ||||
* | add contrib/mmailto | Leah Neukirchen | 2020-10-15 | 1 | -0/+58 |
| | | | | | | | | Closes #189. This does not work with terminal emulators that don't use -e or properly support arbitrary arguments after it. Here's a nickel, get yourself a proper terminal emulator. | ||||
* | contrib/_mblaze: silence mseq errors | James Rowe | 2020-10-10 | 1 | -1/+1 |
| | | | | | | | On the first run or if you manually delete your sequence file, mseq errors will break your prompt when you hit tab. Closes: #188 [via git-merge-pr] | ||||
* | contrib/mrecode: assume UTF-8 for unknown-8bit or x-unknown charsets | Leah Neukirchen | 2020-08-08 | 1 | -5/+5 |
| | |||||
* | contrib/malternative: use - instead of /dev/stdin | Leah Neukirchen | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | add contrib/mcount, a tool to count mails (possibly between pipes) | Leah Neukirchen | 2020-05-16 | 1 | -0/+10 |
| | |||||
* | 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. | ||||
* | contrib/mraw: drop leading spaces | Leah Neukirchen | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | contrib/mencrypt: Quote variables whenever possible | codesoap | 2019-02-03 | 1 | -2/+2 |
| | |||||
* | contrib/mencrypt: use default key for From: | Leah Neukirchen | 2019-01-10 | 1 | -2/+5 |
| | |||||
* | contrib/msign: use default key for From: | Leah Neukirchen | 2019-01-10 | 1 | -1/+4 |
| | |||||
* | contrib/mmairix: sort by date, newest first | Leah Neukirchen | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | contrib/mverify: use gpg2 | Leah Neukirchen | 2019-01-10 | 1 | -3/+3 |
| | |||||
* | contrib/msign: use gpg2 | Leah Neukirchen | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | contrib/mgpg: use gpg2 | Leah Neukirchen | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | contrib/menter: more robustness on unexistant messages | Leah Neukirchen | 2018-11-29 | 1 | -2/+5 |
| | |||||
* | contrib/msearch: errors to stderr | Leah Neukirchen | 2018-09-27 | 1 | -2/+2 |
| | |||||
* | contrib/msearch: -- handling is builtin | Leah Neukirchen | 2018-09-27 | 1 | -4/+1 |
| | |||||
* | contrib/msearch: add -x for mairix | Leah Neukirchen | 2018-09-27 | 2 | -6/+21 |
| | |||||
* | Add contrib/msearch | Thomas Schneider | 2018-09-27 | 2 | -0/+108 |
| | | | | Closes: #138 [via git-merge-pr] | ||||
* | contrib/mgpg: ensure gpg errors are shown | Leah Neukirchen | 2018-09-03 | 1 | -1/+1 |
| | |||||
* | contrib/_mblaze: small fixes to _mhdr and _minc | Vincent Breitmoser | 2018-08-26 | 1 | -2/+2 |
| | | | | Closes: #129 [via git-merge-pr] | ||||
* | contrib/_mblaze: mflag takes a message argument, not directory | Vincent Breitmoser | 2018-08-22 | 1 | -1/+1 |
| | | | | Closes: #125 [via git-merge-pr] | ||||
* | contrib/_mblaze: fix _mblaze_message | Vincent Breitmoser | 2018-08-22 | 1 | -0/+1 |
| | | | | | | | This ignores lines from mseq | mscan that don't start with a sequence number, i.e. dangling messages in threads. Closes: #124 [via git-merge-pr] | ||||
* | contrib/_mblaze: add zsh completion | Leah Neukirchen | 2018-08-18 | 1 | -0/+401 |
| | | | | By @Valodim. | ||||
* | contrib/mp7m: add application/pkcs7-mime decoder | Leah Neukirchen | 2018-03-20 | 1 | -0/+15 |
| | |||||
* | mverify: properly quote the sed mess | Leah Neukirchen | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | contrib/mverify: fix quoting | Leah Neukirchen | 2018-01-06 | 1 | -1/+1 |
| | |||||
* | add contrib/mraw | Leah Neukirchen | 2018-01-06 | 1 | -0/+6 |
| | |||||
* | mverify: drop dependency on unix2dos and bash | Leah Neukirchen | 2018-01-06 | 1 | -4/+5 |
| | |||||
* | mverify: use -r for plain text signatures | Leah Neukirchen | 2018-01-06 | 1 | -1/+1 |
| | |||||
* | contrib: add mrecode | Leah Neukirchen | 2017-09-06 | 1 | -0/+8 |
| | |||||
* | mverify: use 0+x to force number | Leah Neukirchen | 2017-08-05 | 1 | -3/+3 |
| | | | | +x does not work in nawk/*BSD awk. | ||||
* | mverify: Cant - > cannot | Larry Hynes | 2017-08-05 | 1 | -1/+1 |
| | | | | | | | - This works around the quoting problem inherent in using Can't and avoids using the incorrect Cant Closes: #71 [via git-merge-pr] | ||||
* | mmkdir: make official command | Leah Neukirchen | 2017-06-20 | 1 | -9/+0 |
| | |||||
* | contrib: add mmkdir | Leah Neukirchen | 2017-06-19 | 1 | -0/+9 |
| | |||||
* | contrib/mgpg: use mktemp with -t (for macOS) | Leah Neukirchen | 2017-05-27 | 1 | -1/+1 |
| | |||||
* | contrib: add msign and mencrypt | Leah Neukirchen | 2017-05-26 | 2 | -0/+47 |
| | |||||
* | add contrib/README.md | Leah Neukirchen | 2017-05-26 | 1 | -0/+7 |
| | |||||
* | contrib/mverify: use unix2dos for CRLF normalization | Leah Neukirchen | 2017-05-26 | 1 | -2/+2 |
| | |||||
* | add mgpg | Leah Neukirchen | 2017-05-26 | 1 | -0/+20 |
| | |||||
* | contrib/mvi: fix mktemp template | Duncaen | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | contrib/msendmail: add script to compose MIME mail noninteractively | Leah Neukirchen | 2017-04-06 | 1 | -0/+67 |
| | |||||
* | contrib/mvi: fix cmdline and add ! to eval commands | Duncaen | 2017-02-02 | 1 | -5/+12 |
| | |||||
* | contrib/mvi: remove dead in_motion() | Duncaen | 2017-02-02 | 1 | -27/+0 |
| | |||||
* | contrib/mvi: add mvi, a pager like interface with vi like functionality | Duncaen | 2017-02-01 | 1 | -0/+343 |
| | |||||
* | msuck: pad pids to 5 decimals | Christian Neukirchen | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | msuck: off by one | Christian Neukirchen | 2016-09-25 | 1 | -1/+1 |
| |