[mew-dist 20755] Re: flush postq
Tatsuya Kinoshita
tats at example.com
2002年 4月 9日 (火) 20:24:23 JST
In message [mew-dist 20752], on Tue, 9 Apr 2002,
Kazu Yamamoto <kazu at example.com> wrote:
> 大改造が入りましたので、メールの送信がエンバグしているかもしれません。
mew-proto-queue-folderでcaseの指定が抜けているのを直しました。
--
木下達也
-------------- next part --------------
This patch is written by Tatsuya Kinoshita. Copyright is disclaimed.
diff -ur mew.orig/mew-summary4.el mew/mew-summary4.el
--- mew.orig/mew-summary4.el Tue Apr 9 19:43:40 2002
+++ mew/mew-summary4.el Tue Apr 9 20:15:42 2002
@@ -483,7 +483,7 @@
(progn
(setq qfld fld)
(mew-window-configure 'summary))
- (setq qfld (mew-proto-queue-folder proto)))
+ (setq qfld (mew-proto-queue-folder proto case)))
(if (and mew-ask-flush-queue
(not (y-or-n-p (concat "Flush " qfld "? "))))
(message "The queue is not flushed")
Mew-dist メーリングリストの案内