mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fixed a problem on Mew version 1.94
This commit is contained in:
parent
2a56bc1132
commit
d33db7b817
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21496
1 changed files with 31 additions and 0 deletions
31
mail/prom-mew/files/patch-aa
Normal file
31
mail/prom-mew/files/patch-aa
Normal file
|
@ -0,0 +1,31 @@
|
|||
--- prom-mew.el.orig Mon Aug 16 16:14:37 1999
|
||||
+++ prom-mew.el Thu Sep 9 22:37:49 1999
|
||||
@@ -296,6 +296,11 @@
|
||||
))
|
||||
))
|
||||
|
||||
+(if mew-xemacs-p
|
||||
+ (if (<= emacs-major-version 20)
|
||||
+ (setq mew-cs-binary mew-cs-noconv))
|
||||
+)
|
||||
+
|
||||
(defun prom-mew-setup ()
|
||||
(if prom-mew-setup
|
||||
nil
|
||||
@@ -948,6 +953,7 @@
|
||||
nil)
|
||||
))
|
||||
|
||||
+
|
||||
(defun prom-mew-cache-lastnum (folder &optional cache)
|
||||
(let ((mew-folder-buffer (get-buffer folder))
|
||||
(mew-cache (or cache
|
||||
@@ -958,7 +964,7 @@
|
||||
(set-buffer (get-buffer-create prom-buffer-tmp))
|
||||
(erase-buffer)
|
||||
(if (file-exists-p mew-cache)
|
||||
- (mew-frwlet mew-cs-scan mew-cs-noconv
|
||||
+ (mew-frwlet mew-cs-scan mew-cs-binary
|
||||
(insert-file-contents mew-cache))))
|
||||
(goto-char (point-max))
|
||||
(if (bobp)
|
Loading…
Add table
Reference in a new issue