File: 00changes.6.7

package info (click to toggle)
mew-beta 7.0.50~6.8%2B0.20221129-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,408 kB
  • sloc: lisp: 37,375; ansic: 3,608; haskell: 569; sh: 443; makefile: 415; ruby: 310; perl: 61
file content (31 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Mew 6.7 (2015/08/04)

* supporting GnuPG 2.1 for master password.
* ver bumps up.
* s/2014/2015/.
* stop using discard-input.
* Fix mew-scan-body() chips the last byte of the base64 decoded body
	Tatsuya Kinoshita <tats>
* Match exactly on an email address to specify a user ID to GnuPG
	Tatsuya Kinoshita <tats>
* Do not use exit|return with negative status code to fix bashism
	Tatsuya Kinoshita <tats>
* Remove the trailing whitespace of w3m
  This whitespace was causing lines to wrap even when the text itself
  was correctly wrapped to the window width.
	Christophe Troestler <Christophe.Troestler>
* Drag and drop improvement in Windows environment
  UNC path files can be attached to draft mode by drag and drop.
	Masamichi Hosoda <trueroad>
* updating auxiliary.el
* Typo fix
	Tatsuya Kinoshita <tats>
* Mention MELPA Stable
	Bozhidar Batsov <bozhidar>
* Choose last preferred part in multipart/alternative
	Tatsuya Kinoshita <tats>
* Increase mew-header-reasonable-size to 10000
	Tatsuya Kinoshita <tats>
* mew-summary-refile-report: Show warning when mew-header-reasonable-size does not cover the header
  of the selected message.
	Koichi Inoue <ushiushix>