[Mew-dist 10482] Re: b55 & im-126
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
1999年 8月 27日 (金) 12:05:06 JST
From: Chifumi Hayashi (林 千史) <chifumi at example.com>
Subject: [Mew-dist 10480] Re: b55 & im-126
> が戻ってしまって、PGP の最後のアドレスが表示されてしまいます。
これでいいでしょうか?
白井さんも試して下さい。
--かず
-------------- next part --------------
Index: mew-pgp.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-pgp.el,v
retrieving revision 1.96
diff -c -r1.96 mew-pgp.el
*** mew-pgp.el 1999/08/25 08:56:29 1.96
--- mew-pgp.el 1999/08/27 03:13:30
***************
*** 242,249 ****
(setq ret (concat (mew-match 1) " PGP sign "))
(goto-char (point-max))
(if (and (boundp 'mew-inherit-from) mew-inherit-from
! (re-search-backward
! (regexp-quote (concat "\"" mew-inherit-from "\"")) nil t))
(progn
(beginning-of-line)
(looking-at " \\(.*\\)")
--- 242,248 ----
(setq ret (concat (mew-match 1) " PGP sign "))
(goto-char (point-max))
(if (and (boundp 'mew-inherit-from) mew-inherit-from
! (re-search-backward (concat " .*" mew-inherit-from) nil t))
(progn
(beginning-of-line)
(looking-at " \\(.*\\)")
Mew-dist メーリングリストの案内