Mercurial > hg > xemacs-beta
comparison lisp/gnus/nnml.el @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 9f59509498e1 |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
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 (if (not (setq result (nnmail-article-group 'nnml-active-number))) | 328 (if (and (not (setq result (nnmail-article-group 'nnml-active-number))) |
329 (yes-or-no-p "Moved to `junk' group; delete article? ")) | |
329 (setq result 'junk) | 330 (setq result 'junk) |
330 (setq result (car (nnml-save-mail result)))) | 331 (setq result (car (nnml-save-mail result)))) |
331 (when last | 332 (when last |
332 (nnmail-save-active nnml-group-alist nnml-active-file) | 333 (nnmail-save-active nnml-group-alist nnml-active-file) |
333 (when nnmail-cache-accepted-message-ids | 334 (when nnmail-cache-accepted-message-ids |