summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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]
* mpick: add -v to usageDuncaen2018-09-251-1/+1
|
* mpick: add -v flagDuncaen2018-09-252-2/+9
| | | | Closes: #137 [via git-merge-pr]
* mscan: rename pid1 to pager_pidLeah Neukirchen2018-09-251-5/+5
|
* mscan: hide message count behind -vLeah Neukirchen2018-09-252-8/+15
| | | | Also ensure output is flushed before printing it.
* mscan: u8putstr: take length of replacement char into accountLeah Neukirchen2018-09-141-0/+1
|
* magrep: add -h, which is like -p but doesn't print the file name.Leah Neukirchen2018-09-102-6/+17
|
* contrib/mgpg: ensure gpg errors are shownLeah Neukirchen2018-09-031-1/+1
|
* mpick: Increase buffer for decoded header fieldMarcin Niestroj2018-08-301-1/+1
| | | | | | | | | | | | | | | When using: $ mlist maildir | mpick -t '"cc" ~~ "*vger.kernel.org*"' with a maildir containing mails from Linux Mailing List, not all messages were picked correctly. It turned out that the reason was small (100 bytes) buffer for header fields. Increase header field buffer to 4096, which is the most commonly used value. Closes: #133 [via git-merge-pr]
* GNUmakefile: correct reference to SOURCE_DATE_EPOCHChris Lamb2018-08-291-1/+1
| | | | | | | | It's DATE, not TIME. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907537 Closes: #132 [via git-merge-pr]
* man/mshow.1: document -x behavior if no parts are specifiedVincent Breitmoser2018-08-271-0/+3
| | | | Closes: #131 [via git-merge-pr]
* mscan: prioritize displaying trashed mail over other markersLeah Neukirchen2018-08-261-3/+3
| | | | | | Trashing is the most dangerous flag. Closes #130.
* contrib/_mblaze: small fixes to _mhdr and _mincVincent Breitmoser2018-08-261-2/+2
| | | | Closes: #129 [via git-merge-pr]
* man/msed.1: mention mhdr in see also section of msedVincent Breitmoser2018-08-261-0/+1
| | | | Closes: #128 [via git-merge-pr]
* man/mshow.1: document $MAILFILTER, small tweaksLeah Neukirchen2018-08-241-6/+15
| | | | Closes #126.
* 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]
* mthread: keep toplevel thread date-order when pruningLeah Neukirchen2018-08-211-1/+2
| | | | | | Else this could result in a toplevel thread getting pruned, but its child has an older date than was calculated by newest(), messing up the order.
* contrib/_mblaze: add zsh completionLeah Neukirchen2018-08-181-0/+401
| | | | By @Valodim.
* mthread: avoid truncating internal bufferLeah Neukirchen2018-08-151-1/+1
|
* VERSION: update for 0.4 v0.4Leah Neukirchen2018-08-151-1/+1
|
* NEWS.md: update for 0.4Leah Neukirchen2018-08-151-0/+12
|
* t/1501-maddr-regress.t: adapt to changes of bcd258aLeah Neukirchen2018-08-151-5/+5
|
* t/1500-maddr.t: adapt to changes of bcd258aLeah Neukirchen2018-08-151-1/+1
|
* mcom: whitespace fixesLeah Neukirchen2018-08-151-2/+2
|
* mrep: don't put To: into Cc:, don't duplicate addresses in Cc:Leah Neukirchen2018-08-131-1/+7
|
* mcom: detect Attach: headers for automimingLeah Neukirchen2018-07-161-1/+1
|
* mdeliver: fix stray whitespaceLeah Neukirchen2018-07-081-2/+2
|
* magrep: add -l flagDuncaen2018-07-082-10/+17
| | | | Closes: #121 [via git-merge-pr]
* mdeliver: improve message when not delivering to a maildirLeah Neukirchen2018-06-091-0/+2
|
* mdeliver: more careful Status: parsingLeah Neukirchen2018-06-081-8/+9
|
* mdeliver: recognize CRLF empty line after headerLeah Neukirchen2018-06-081-1/+2
|
* Update VERSIONThomas Schneider2018-06-041-1/+1
| | | | Closes: #120 [via git-merge-pr]
* whitespace fixesLeah Neukirchen2018-05-232-2/+2
|
* maddr, mhdr: requote display names when neededLeah Neukirchen2018-05-232-6/+56
|
* mrefile.1: update wordingLarry Hynes2018-04-231-5/+7
| | | | Closes: #118 [via git-merge-pr]
* mrefile: don't default to current messageLeah Neukirchen2018-04-232-7/+1
|
* mhdr: use strncasecmp to fix -M -h ReceivedLeah Neukirchen2018-04-231-1/+1
|
* README: updateLeah Neukirchen2018-04-191-0/+1
|
* add mrefile.1Leah Neukirchen2018-04-192-0/+61
|
* mshow: add -B to decode MIME parameters in broken mailsLeah Neukirchen2018-04-172-3/+16
|
* mdeliver: add refiling capabilityLeah Neukirchen2018-04-172-2/+64
|
* mcom: update flags after mrep/mbnc/mfwdLeah Neukirchen2018-04-171-2/+8
|
* mcom: mark drafts as seen after sendingLeah Neukirchen2018-04-171-2/+2
|
* mdeliver: styleLeah Neukirchen2018-04-171-2/+1
|
* mless.1: update wordingLarry Hynes2018-04-021-6/+8
| | | | Closes: #117 [via git-merge-pr]
* contrib/mp7m: add application/pkcs7-mime decoderLeah Neukirchen2018-03-201-0/+15
|
* mcom: add -body to prepopulate draftsLeah Neukirchen2018-03-102-4/+24
|
* t/1501-maddr-regress.t: fix failing test, maddr never quotes the display nameLeah Neukirchen2018-03-021-1/+1
|