comparison lisp/gnus/nnml.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
comparison
equal deleted inserted replaced
41:5d6df4963a99 42:8b8b7f3559a2
323 (progn 323 (progn
324 (nnmail-save-active nnml-group-alist nnml-active-file) 324 (nnmail-save-active nnml-group-alist nnml-active-file)
325 (and last (nnml-save-nov)))) 325 (and last (nnml-save-nov))))
326 (and 326 (and
327 (nnmail-activate 'nnml) 327 (nnmail-activate 'nnml)
328 (setq result (car (nnml-save-mail 328 (if (not (setq result (nnmail-article-group 'nnml-active-number)))
329 (nnmail-article-group 'nnml-active-number)))) 329 (setq result 'junk)
330 (setq result (car (nnml-save-mail result))))
330 (when last 331 (when last
331 (nnmail-save-active nnml-group-alist nnml-active-file) 332 (nnmail-save-active nnml-group-alist nnml-active-file)
332 (when nnmail-cache-accepted-message-ids 333 (when nnmail-cache-accepted-message-ids
333 (nnmail-cache-close)) 334 (nnmail-cache-close))
334 (nnml-save-nov)))) 335 (nnml-save-nov))))