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