018961a823
<Differences between Mew 6.6 and Mew 6.5> * Better image supports. * The body encoded with Base64/Quoted-Printable is decoded. * Catching up to the latest GnuPG. * Support of ISO-2022-JP-3 was removed in favor of UTF-8. * The speed to move the cursor in Summary mode got much faster. * Supporting stunnel 5.
15 lines
454 B
Text
15 lines
454 B
Text
$NetBSD: patch-aa,v 1.9 2014/04/29 13:41:05 taca Exp $
|
|
|
|
* Specify default icon directory for pkgsrc.
|
|
|
|
--- mew-key.el.orig 2014-04-29 11:43:10.000000000 +0000
|
|
+++ mew-key.el
|
|
@@ -626,7 +626,7 @@
|
|
(if (file-exists-p (expand-file-name file path))
|
|
(throw 'loop (expand-file-name "etc" path)))))))
|
|
|
|
-(defvar mew-icon-directory (mew-which-mew-etc))
|
|
+(defvar mew-icon-directory "@ICONDIR@")
|
|
|
|
(defvar mew-icon-separate nil)
|
|
(defvar mew-icon-blank nil)
|