about summary refs log tree commit diff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* mshow: add "-A all" to render all attachmentsLeah Neukirchen2021-01-171-1/+1
| | | | Closes #198.
* Allow gpg and gpg2 executables for gnupg interactionJames Rowe2020-11-244-5/+29
| | | | Closes: #193 [via git-merge-pr]
* add contrib/mmailtoLeah Neukirchen2020-10-151-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 errorsJames Rowe2020-10-101-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 charsetsLeah Neukirchen2020-08-081-5/+5
|
* contrib/malternative: use - instead of /dev/stdinLeah Neukirchen2020-07-031-1/+1
|
* add contrib/mcount, a tool to count mails (possibly between pipes)Leah Neukirchen2020-05-161-0/+10
|
* 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.
* contrib/mraw: drop leading spacesLeah Neukirchen2020-02-161-1/+1
|
* contrib/mencrypt: Quote variables whenever possiblecodesoap2019-02-031-2/+2
|
* contrib/mencrypt: use default key for From:Leah Neukirchen2019-01-101-2/+5
|
* contrib/msign: use default key for From:Leah Neukirchen2019-01-101-1/+4
|
* contrib/mmairix: sort by date, newest firstLeah Neukirchen2019-01-101-1/+1
|
* contrib/mverify: use gpg2Leah Neukirchen2019-01-101-3/+3
|
* contrib/msign: use gpg2Leah Neukirchen2019-01-101-1/+1
|
* contrib/mgpg: use gpg2Leah Neukirchen2019-01-101-1/+1
|
* contrib/menter: more robustness on unexistant messagesLeah Neukirchen2018-11-291-2/+5
|
* contrib/msearch: errors to stderrLeah Neukirchen2018-09-271-2/+2
|
* contrib/msearch: -- handling is builtinLeah Neukirchen2018-09-271-4/+1
|
* contrib/msearch: add -x for mairixLeah Neukirchen2018-09-272-6/+21
|
* Add contrib/msearchThomas Schneider2018-09-272-0/+108
| | | | Closes: #138 [via git-merge-pr]
* contrib/mgpg: ensure gpg errors are shownLeah Neukirchen2018-09-031-1/+1
|
* contrib/_mblaze: small fixes to _mhdr and _mincVincent Breitmoser2018-08-261-2/+2
| | | | Closes: #129 [via git-merge-pr]
* contrib/_mblaze: mflag takes a message argument, not directoryVincent Breitmoser2018-08-221-1/+1
| | | | Closes: #125 [via git-merge-pr]
* contrib/_mblaze: fix _mblaze_messageVincent Breitmoser2018-08-221-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 completionLeah Neukirchen2018-08-181-0/+401
| | | | By @Valodim.
* contrib/mp7m: add application/pkcs7-mime decoderLeah Neukirchen2018-03-201-0/+15
|
* mverify: properly quote the sed messLeah Neukirchen2018-01-101-2/+2
|
* contrib/mverify: fix quotingLeah Neukirchen2018-01-061-1/+1
|
* add contrib/mrawLeah Neukirchen2018-01-061-0/+6
|
* mverify: drop dependency on unix2dos and bashLeah Neukirchen2018-01-061-4/+5
|
* mverify: use -r for plain text signaturesLeah Neukirchen2018-01-061-1/+1
|
* contrib: add mrecodeLeah Neukirchen2017-09-061-0/+8
|
* mverify: use 0+x to force numberLeah Neukirchen2017-08-051-3/+3
| | | | +x does not work in nawk/*BSD awk.
* mverify: Cant - > cannotLarry Hynes2017-08-051-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 commandLeah Neukirchen2017-06-201-9/+0
|
* contrib: add mmkdirLeah Neukirchen2017-06-191-0/+9
|
* contrib/mgpg: use mktemp with -t (for macOS)Leah Neukirchen2017-05-271-1/+1
|
* contrib: add msign and mencryptLeah Neukirchen2017-05-262-0/+47
|
* add contrib/README.mdLeah Neukirchen2017-05-261-0/+7
|
* contrib/mverify: use unix2dos for CRLF normalizationLeah Neukirchen2017-05-261-2/+2
|
* add mgpgLeah Neukirchen2017-05-261-0/+20
|
* contrib/mvi: fix mktemp templateDuncaen2017-05-191-1/+1
|
* contrib/msendmail: add script to compose MIME mail noninteractivelyLeah Neukirchen2017-04-061-0/+67
|
* contrib/mvi: fix cmdline and add ! to eval commandsDuncaen2017-02-021-5/+12
|
* contrib/mvi: remove dead in_motion()Duncaen2017-02-021-27/+0
|
* contrib/mvi: add mvi, a pager like interface with vi like functionalityDuncaen2017-02-011-0/+343
|
* msuck: pad pids to 5 decimalsChristian Neukirchen2016-10-181-1/+1
|
* msuck: off by oneChristian Neukirchen2016-09-251-1/+1
|