Gnus development mailing list
 help / color / mirror / Atom feed
From: Justin Sheehy <justin@iago.org>
Subject: button descriptor bug, patch
Date: 16 Nov 2000 16:16:19 -0500	[thread overview]
Message-ID: <87r94bty70.fsf@kitchen.iago.org> (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]





             reply	other threads:[~2000-11-16 21:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-16 21:16 Justin Sheehy [this message]
2000-11-16 22:06 ` ShengHuo ZHU

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r94bty70.fsf@kitchen.iago.org \
    --to=justin@iago.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).