[Mew-Win32 00275] Re: mew1.93b18 対策

YAMAGUCHI, Shuhei yamagus at example.com
1998年 2月 23日 (月) 23:37:08 JST


やまぐち@ねっとらぴゅたの住人、です。

>>> In article <19980223163004G.shirai at example.com>,
>>>    Hideyuki SHIRAI <Shirai at example.com> writes:

  Shirai> また、x-pgp-sig.el、x-face.el、mew-petname.el、mew-mailcrypt.el
  Shirai> も、"mew-summary-part-number" → "mew-syntax-number"の変更をすれ
  Shirai> ば動作する模様です。

mew-mailcrypt.elに対するパッチです。


  Shirai> 白井です。とりあえずmew-win32 MLだけ。

同じく。
#これを長生きさせるつもりはないので…。 ^^;;;
##でも、なかなか代わりを書く時間がない…。 ;_;
##畭襭囑貘噫嚴唳嗷嗷喞囑嚠噫囗佰嚮嗾嗷嗾喟噫囹圉嗷噐囮嗷嚀偕侑 ^^;;;

でわでわ
-- 
yamagus at example.com / やまぐち@ねっとらぴゅたの住人
  yamagus at example.com / 山口 修平
PGP-Fingerprint: 25 0F 6F E1 57 AD 56 08  3A BC D0 9B 48 AF 31 7A
-------------- next part --------------
--- mew-mailcrypt.el.orig	Tue Dec  9 22:19:13 1997
+++ mew-mailcrypt.el	Mon Feb 23 23:20:15 1998
@@ -10,7 +10,7 @@
 ;;  'mew-init-hook
 ;;  '(lambda () (require 'mew-mailcrypt)))
 
-(defconst mew-mailcrypt-version "mew-mailcrypt.el v0.1")
+(defconst mew-mailcrypt-version "mew-mailcrypt.el v0.1pl1")
 
 (require 'mew)
 (require 'mailcrypt)
@@ -120,7 +120,7 @@
   (cond
    ((eobp) 
     (message "No message"))
-   ((not (or (mew-summary-message-number) (mew-summary-part-number)))
+   ((not (or (mew-summary-message-number) (mew-syntax-number)))
     (message "No message"))
    (t
     (let (decrypt-okay)
@@ -144,7 +144,7 @@
   (cond
    ((eobp) 
     (message "No message"))
-   ((not (or (mew-summary-message-number) (mew-summary-part-number)))
+   ((not (or (mew-summary-message-number) (mew-syntax-number)))
     (message "No message"))
    (t
     (mew-summary-display t)
@@ -158,7 +158,7 @@
   (cond
    ((eobp) 
     (message "No message"))
-   ((not (or (mew-summary-message-number) (mew-summary-part-number)))
+   ((not (or (mew-summary-message-number) (mew-syntax-number)))
     (message "No message"))
    (t
     (mew-summary-display t)


Mew-win32 メーリングリストの案内