Commit Graph

650 Commits

Author SHA1 Message Date
Oliver Kiddle
bb773cb7be Plain = _ and ^ default to being relative to cur instead of message 1 2017-07-01 12:46:45 +02:00
Oliver Kiddle
8c90754e17 Fix for thread message syntax relative to . or $
With a message such as .^ specified, strtol() was used on the caret.
On Linux this worked by accident because strtol() doesn't return
an error but it fails on, e.g. FreeBSD. Furthermore, it was not
possible to specify relative offsets after $.
2017-06-30 18:00:47 +02:00
Leah Neukirchen
768116b8b6 man/mblaze.7: add subscription info 2017-06-30 16:34:13 +02:00
Leah Neukirchen
10063ce3cf README: update 2017-06-30 16:27:05 +02:00
Leah Neukirchen
41fc81992f man/mblaze-profile.5: tweak 2017-06-30 16:26:35 +02:00
Oliver Kiddle
6b68abeccb man: correct typos and wording
Closes: #43 [via git-merge-pr]
2017-06-30 16:25:20 +02:00
Larry Hynes
7eed9240a7 Changes to magrep.1
- Try not to use 'messages msgs'
- 'matches' instead of 'instead match'
- 'specified' instead of 'passed'
- Clarify default use of current sequence
- Simplify some language used
- List '-p' output in the order it is printed
- Remove superfluous 'the'
- Bring EXIT STATUS in line with '.Ex -std'

Closes: #42 [via git-merge-pr]
2017-06-30 13:32:36 +02:00
Leah Neukirchen
841984f645 mthread: add optional message support 2017-06-30 13:28:05 +02:00
Leah Neukirchen
ef08f99d23 VIOLATIONS.md: missing MIME-Version 2017-06-30 13:19:04 +02:00
Leah Neukirchen
9da17f5978 mthread: fix infinite recursion
This fixes:

References: <5> <4> <6>
Message-ID: <3>

References: <6>
Message-ID: <5>

References: <3> <2>
Message-ID: <1>
2017-06-30 13:19:03 +02:00
Leah Neukirchen
613a1182ff mmime: gen_qp: ensure not to split utf8 multibyte sequences into encoded words
RFC2047, 5.(3):
> Each 'encoded-word' MUST represent an integral number of characters.
> A multi-octet character may not be split across adjacent 'encoded-
> word's.
2017-06-29 16:43:47 +02:00
Leah Neukirchen
24d0941043 mthread: ignore sequence indentation, to allow rethreading 2017-06-29 16:03:13 +02:00
Larry Hynes
2c7f970a76 Changes to maddr.1
- Change 'one per line' to 'line by line', and move it up
- Change 'given' to 'specified'...
- ...and continue to use 'specified' in place of 'passed'
- Change 'Else' to 'Otherwise'
- Use 'addr-spec' instead of 'address', as per RFCs
- Reword explanation of 'resent-' headers

Closes: #41 [via git-merge-pr]
2017-06-29 15:20:54 +02:00
Leah Neukirchen
8649f9c225 seq: blaze822_seq_open: display error when opening the sequence failed 2017-06-29 15:04:57 +02:00
Leah Neukirchen
2db5551a7e mcom: add Date: header before submission, or when cancelling a draft 2017-06-29 14:31:02 +02:00
Leah Neukirchen
862d6b24e4 VIOLATIONS.md: add list of known standard violations and our workarounds 2017-06-29 13:36:41 +02:00
Leah Neukirchen
1fc0b1adc3 mymemmem: fix twobyte_memmem out of bound reads
Closes #40.
2017-06-28 20:40:43 +02:00
Leah Neukirchen
8603f8deb7 mscan.1: fix description of . 2017-06-28 19:15:58 +02:00
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