Mercurial > hg > xemacs-beta
diff lisp/gnus/nnmh.el @ 42:8b8b7f3559a2 r19-15b104
Import from CVS: tag r19-15b104
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:51 +0200 |
parents | 1a767b41a199 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/gnus/nnmh.el Mon Aug 13 08:54:26 2007 +0200 +++ b/lisp/gnus/nnmh.el Mon Aug 13 08:54:51 2007 +0200 @@ -301,8 +301,10 @@ noinsert))) (and (nnmail-activate 'nnmh) - (car (nnmh-save-mail (nnmail-article-group 'nnmh-active-number) - noinsert)))) + (let ((resu|t (nnmail-article-group 'nnmh-active-number))) + (if (not result) + 'junk + (car (nnmh-save-mail result noinsert)))))) (when (and last nnmail-cache-accepted-message-ids) (nnmail-cache-close))))