Gnus development mailing list
 help / color / mirror / Atom feed
* PATCH to gnus-binary-display-article
@ 2002-07-19 13:41 Jason Merrill
  2002-07-20 14:30 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Merrill @ 2002-07-19 13:41 UTC (permalink / raw)
  Cc: Jason Merrill

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

A while back, I tried setting gnus-view-pseudos to 'not-confirm; it had no
effect.  This turned out to be because gnus-binary-display-article was
overriding its value.  Fixed thus.

2001-11-04  Jason Merrill  <jason@redhat.com>

	* gnus-salt.el (gnus-binary-display-article): Respect an existing
	value for gnus-view-pseudos.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 796 bytes --]

*** gnus-salt.el.~1~	Fri Jul 19 13:07:23 2002
--- gnus-salt.el	Sun May 19 03:59:26 2002
*************** This must be bound to a button-down mous
*** 368,374 ****
  (defun gnus-binary-display-article (article &optional all-header)
    "Run ARTICLE through the binary decode functions."
    (when (gnus-summary-goto-subject article)
!     (let ((gnus-view-pseudos 'automatic))
        (gnus-uu-decode-uu))))
  
  (defun gnus-binary-show-article (&optional arg)
--- 368,374 ----
  (defun gnus-binary-display-article (article &optional all-header)
    "Run ARTICLE through the binary decode functions."
    (when (gnus-summary-goto-subject article)
!     (let ((gnus-view-pseudos (or gnus-view-pseudos 'automatic)))
        (gnus-uu-decode-uu))))
  
  (defun gnus-binary-show-article (&optional arg)

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

* Re: PATCH to gnus-binary-display-article
  2002-07-19 13:41 PATCH to gnus-binary-display-article Jason Merrill
@ 2002-07-20 14:30 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2002-07-20 14:30 UTC (permalink / raw)
  Cc: ding

Committed.
kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)



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

end of thread, other threads:[~2002-07-20 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-19 13:41 PATCH to gnus-binary-display-article Jason Merrill
2002-07-20 14:30 ` Kai Großjohann

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).