Gnus development mailing list
 help / color / mirror / Atom feed
* button descriptor bug, patch
@ 2000-11-16 21:16 Justin Sheehy
  2000-11-16 22:06 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Justin Sheehy @ 2000-11-16 21:16 UTC (permalink / raw)


After seeing an error of "button descriptors must be at least 3 long"
when trying to enter groups in some situations, I made the following
small change to gnus-sum.el.

-Justin

 


bash-2.03$ cvs diff -c gnus-sum.el
Index: gnus-sum.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-sum.el,v
retrieving revision 6.20
diff -c -r6.20 gnus-sum.el
*** gnus-sum.el 2000/11/13 13:54:39     6.20
--- gnus-sum.el 2000/11/16 20:17:11
***************
*** 1717,1724 ****
              ["QP" gnus-article-de-quoted-unreadable t]
              ["Base64" gnus-article-de-base64-unreadable t]
              ["View all" gnus-mime-view-all-parts t]
!             ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt]
!             ["Encrypt body" gnus-article-encrypt-body])
               ("Date"
                ["Local" gnus-article-date-local t]
                ["ISO8601" gnus-article-date-iso8601 t]
--- 1717,1724 ----
              ["QP" gnus-article-de-quoted-unreadable t]
              ["Base64" gnus-article-de-base64-unreadable t]
              ["View all" gnus-mime-view-all-parts t]
!             ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt t]
!             ["Encrypt body" gnus-article-encrypt-body t])
               ("Date"
                ["Local" gnus-article-date-local t]
                ["ISO8601" gnus-article-date-iso8601 t]





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: button descriptor bug, patch
  2000-11-16 21:16 button descriptor bug, patch Justin Sheehy
@ 2000-11-16 22:06 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2000-11-16 22:06 UTC (permalink / raw)


Justin Sheehy <justin@iago.org> writes:

> After seeing an error of "button descriptors must be at least 3 long"
> when trying to enter groups in some situations, I made the following
> small change to gnus-sum.el.

Committed.

ShengHuo



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-16 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-16 21:16 button descriptor bug, patch Justin Sheehy
2000-11-16 22:06 ` ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).