Commit Graph

732 Commits

Author SHA1 Message Date
Alexander Huemer
5891b89835 GNUmakefile: Ensure creation of all MANDIR subdirectories 2017-06-25 15:48:55 +02:00
Duncaen
880f084177 mseq: remove the ,2: suffix from the file we search for and add testcase
This fixes #38

Closes: #39 [via git-merge-pr]
2017-06-25 15:48:11 +02:00
Larry Hynes
7577a4a934 Add OS X Yosemite to INSTALL.md
Closes: #37 [via git-merge-pr]
2017-06-24 16:37:34 +02:00
Leah Neukirchen
27e2167cf2 INSTALL.md: update 2017-06-24 16:26:16 +02:00
Leah Neukirchen
54547f5fe3 VERSION: 0.1 2017-06-24 16:02:05 +02:00
Leah Neukirchen
827c57afb3 GNUmakefile: fix museragent 2017-06-24 16:02:05 +02:00
Leah Neukirchen
c15ed7a168 mexport: handle return-path without <> 2017-06-24 15:46:00 +02:00
Leah Neukirchen
98a40b5dd3 mshow: mark FALL THROUGH 2017-06-23 20:12:49 +02:00
Leah Neukirchen
5d99bfdd67 GNUmakefile: add release and sign targets 2017-06-23 19:40:21 +02:00
Leah Neukirchen
9bb5795d1d mblaze.7: add mailing list and irc 2017-06-23 19:31:02 +02:00
Leah Neukirchen
9e1b6db98e mblaze.7: mention mfwd 2017-06-23 18:36:37 +02:00
Leah Neukirchen
62bf6776d2 man/mblaze.7: bump date 2017-06-20 14:19:29 +02:00
Leah Neukirchen
50d65845c7 man/mfwd.1: refer to mcom.1 2017-06-20 14:18:20 +02:00
Leah Neukirchen
7bc7ae5626 README: update 2017-06-20 14:17:35 +02:00
Leah Neukirchen
8dd2dd5835 mmkdir: make official command 2017-06-20 14:17:24 +02:00
Leah Neukirchen
c4a97ff430 man/mdirs.1: tweak 2017-06-20 14:17:00 +02:00
Leah Neukirchen
c125256132 mcom: integrate msign and mencrypt 2017-06-19 17:17:20 +02:00
Leah Neukirchen
1eef4b729a mcom: remove debugging output 2017-06-19 17:06:58 +02:00
Leah Neukirchen
59ced828e7 contrib: add mmkdir 2017-06-19 16:18:32 +02:00
Leah Neukirchen
02383ec51c mcom: send attached messages inline and without leaking basename 2017-06-19 14:05:32 +02:00
Leah Neukirchen
7955efa88e mcom: don't limit column width for subjects 2017-06-19 14:05:13 +02:00
Leah Neukirchen
eeacad9fd8 mcom: add -r to resume editing drafts 2017-06-19 14:00:29 +02:00
Leah Neukirchen
856883bf69 mdeliver: don't increment line buffer of getdelim 2017-06-19 13:35:39 +02:00
Leah Neukirchen
cbe0a0f955 mexport: < and > are not part of the addr-spec used in From lines 2017-06-19 13:33:44 +02:00
Leah Neukirchen
fc4e4af774 mmime: don't generate empty filenames 2017-06-19 13:26:40 +02:00
Leah Neukirchen
cc7ab25814 mmime: allow setting content-disposition and overriding filename 2017-06-19 13:24:49 +02:00
Leah Neukirchen
9b8ab19a2b mshow: show Reply-To by default 2017-06-18 17:56:07 +02:00
Leah Neukirchen
2939be9f34 mcom: add mfwd command to forward messages 2017-06-18 17:48:24 +02:00
Leah Neukirchen
01ad9ec927 mshow: add -N to not show MIME structure markers. 2017-06-18 17:32:42 +02:00
Leah Neukirchen
d37aa2bac5 mcolor: add colors for two and three level quotes 2017-06-13 18:07:03 +02:00
Leah Neukirchen
d93871161a mshow: print_decode_header: bump buffer size 2017-06-13 17:30:53 +02:00
Leah Neukirchen
53f8a7e49a maddr: bump decode buffer to allow a few hundred mail adresses 2017-06-13 17:28:01 +02:00
Leah Neukirchen
635dfe95ad blaze822: blaze822_addr: support backslashes in atoms
This happens a lot in the real world, even if it's not RFC conforming.
2017-06-13 17:18:05 +02:00
Leah Neukirchen
ea32b6a45e blaze822: blaze822_addr: ensure space for terminal null 2017-06-13 17:09:54 +02:00
Leah Neukirchen
e6f7318a6c mcolor: normalize CRLF 2017-06-13 13:52:41 +02:00
Leah Neukirchen
4ac581b131 blaze822: blaze822_addr: unquote quoted strings 2017-06-12 16:26:50 +02:00
Leah Neukirchen
86793fb262 mexport: support reading from pipes, better error reporting 2017-06-12 15:49:08 +02:00
Leah Neukirchen
938b2c2d31 mmime: gen_attachment: try to generate filenames as atoms, use qp for double quotes 2017-06-12 15:31:27 +02:00
Leah Neukirchen
f726c21276 rfc2231: blaze822_mime2231_parameter: decode first argument if we jumped inside the loop 2017-06-12 14:57:33 +02:00
Leah Neukirchen
5b6d2ff29f rfc2231: blaze822_mime2231_parameter: ensure plain file names are null terminated 2017-06-12 14:57:06 +02:00
Leah Neukirchen
4d2607fe21 blaze822: blaze822_addr: skip spaces after > 2017-06-03 17:24:14 +02:00
Leah Neukirchen
10a011b94e blaze822: blaze822_addr: use memcpy instead of strcpy, we know the length 2017-06-03 17:23:41 +02:00
Leah Neukirchen
12d38b8a13 GNUmakefile: museragent: use --dirty 2017-06-01 14:59:27 +02:00
Leah Neukirchen
84ae9a72b1 mcom: use museragent 2017-06-01 14:57:27 +02:00
Leah Neukirchen
f8a1c21a71 GNUmakefile: generate museragent 2017-06-01 14:57:01 +02:00
Leah Neukirchen
b2e97e6cfe mscan: use wint_t for %lc
%lc arguments in fprintf are of type wint_t, not wchar_t.

Reported by Léo Villeveygoux.
2017-05-31 14:57:24 +02:00
Leah Neukirchen
1fbebe4d16 GNUmakefile: detect OS 2017-05-27 23:51:48 +02:00
Leah Neukirchen
7b5533f518 rename Makefile 2017-05-27 23:43:56 +02:00
Leah Neukirchen
5719fbb793 contrib/mgpg: use mktemp with -t (for macOS) 2017-05-27 20:22:37 +02:00
Leah Neukirchen
d28b02d143 mhdr: cast printing of time_t 2017-05-27 17:49:49 +02:00