summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mcom: add Date: header before submission, or when cancelling a draftLeah Neukirchen2017-06-291-6/+13
|
* VIOLATIONS.md: add list of known standard violations and our workaroundsLeah Neukirchen2017-06-291-0/+25
|
* mymemmem: fix twobyte_memmem out of bound readsLeah Neukirchen2017-06-281-1/+7
| | | | Closes #40.
* mscan.1: fix description of .Leah Neukirchen2017-06-281-2/+2
|
* GNUmakefile: Ensure creation of all MANDIR subdirectoriesAlexander Huemer2017-06-251-0/+1
|
* mseq: remove the ,2: suffix from the file we search for and add testcaseDuncaen2017-06-252-1/+8
| | | | | | This fixes #38 Closes: #39 [via git-merge-pr]
* Add OS X Yosemite to INSTALL.mdLarry Hynes2017-06-241-0/+1
| | | | Closes: #37 [via git-merge-pr]
* INSTALL.md: updateLeah Neukirchen2017-06-241-2/+2
|
* VERSION: 0.1 v0.1Leah Neukirchen2017-06-241-1/+1
|
* GNUmakefile: fix museragentLeah Neukirchen2017-06-241-1/+1
|
* mexport: handle return-path without <>Leah Neukirchen2017-06-241-5/+9
|
* mshow: mark FALL THROUGHLeah Neukirchen2017-06-231-0/+5
|
* GNUmakefile: add release and sign targetsLeah Neukirchen2017-06-231-1/+11
|
* mblaze.7: add mailing list and ircLeah Neukirchen2017-06-232-0/+11
|
* mblaze.7: mention mfwdLeah Neukirchen2017-06-232-0/+3
|
* man/mblaze.7: bump dateLeah Neukirchen2017-06-202-2/+2
|
* man/mfwd.1: refer to mcom.1Leah Neukirchen2017-06-201-0/+1
|
* README: updateLeah Neukirchen2017-06-201-1/+2
|
* mmkdir: make official commandLeah Neukirchen2017-06-204-2/+44
|
* man/mdirs.1: tweakLeah Neukirchen2017-06-201-1/+1
|
* mcom: integrate msign and mencryptLeah Neukirchen2017-06-191-1/+19
|
* mcom: remove debugging outputLeah Neukirchen2017-06-191-2/+0
|
* contrib: add mmkdirLeah Neukirchen2017-06-191-0/+9
|
* mcom: send attached messages inline and without leaking basenameLeah Neukirchen2017-06-191-2/+2
|
* mcom: don't limit column width for subjectsLeah Neukirchen2017-06-191-2/+2
|
* mcom: add -r to resume editing draftsLeah Neukirchen2017-06-192-13/+49
|
* mdeliver: don't increment line buffer of getdelimLeah Neukirchen2017-06-191-2/+3
|
* mexport: < and > are not part of the addr-spec used in From linesLeah Neukirchen2017-06-191-1/+1
|
* mmime: don't generate empty filenamesLeah Neukirchen2017-06-191-0/+5
|
* mmime: allow setting content-disposition and overriding filenameLeah Neukirchen2017-06-192-7/+27
|
* mshow: show Reply-To by defaultLeah Neukirchen2017-06-182-2/+2
|
* mcom: add mfwd command to forward messagesLeah Neukirchen2017-06-183-1/+45
|
* mshow: add -N to not show MIME structure markers.Leah Neukirchen2017-06-182-11/+20
|
* mcolor: add colors for two and three level quotesLeah Neukirchen2017-06-131-0/+2
|
* mshow: print_decode_header: bump buffer sizeLeah Neukirchen2017-06-131-1/+1
|
* maddr: bump decode buffer to allow a few hundred mail adressesLeah Neukirchen2017-06-131-1/+1
|
* blaze822: blaze822_addr: support backslashes in atomsLeah Neukirchen2017-06-131-1/+5
| | | | This happens a lot in the real world, even if it's not RFC conforming.
* blaze822: blaze822_addr: ensure space for terminal nullLeah Neukirchen2017-06-131-1/+1
|
* mcolor: normalize CRLFLeah Neukirchen2017-06-131-0/+1
|
* blaze822: blaze822_addr: unquote quoted stringsLeah Neukirchen2017-06-121-1/+4
|
* mexport: support reading from pipes, better error reportingLeah Neukirchen2017-06-121-24/+31
|
* mmime: gen_attachment: try to generate filenames as atoms, use qp for double ↵Leah Neukirchen2017-06-121-5/+10
| | | | quotes
* rfc2231: blaze822_mime2231_parameter: decode first argument if we jumped ↵Leah Neukirchen2017-06-121-1/+1
| | | | inside the loop
* rfc2231: blaze822_mime2231_parameter: ensure plain file names are null ↵Leah Neukirchen2017-06-121-0/+1
| | | | terminated
* blaze822: blaze822_addr: skip spaces after >Leah Neukirchen2017-06-031-0/+2
|
* blaze822: blaze822_addr: use memcpy instead of strcpy, we know the lengthLeah Neukirchen2017-06-031-2/+4
|
* GNUmakefile: museragent: use --dirtyLeah Neukirchen2017-06-011-1/+1
|
* mcom: use museragentLeah Neukirchen2017-06-011-0/+2
|
* GNUmakefile: generate museragentLeah Neukirchen2017-06-012-3/+10
|
* mscan: use wint_t for %lcLeah Neukirchen2017-05-311-2/+2
| | | | | | %lc arguments in fprintf are of type wint_t, not wchar_t. Reported by Léo Villeveygoux.