X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnml.el;h=7e6fcefa3f76e3079fcd45e7de3ac956a43aea75;hb=6b656500ac7b130d544d4f4d7575f85dab89aaaa;hp=600a0d21e3c5ea020993ce205daa8040119ffdf2;hpb=dae6632b59369b37baaee9a752b09b6fb61cd8d9;p=gnus diff --git a/lisp/nnml.el b/lisp/nnml.el index 600a0d21e..7e6fcefa3 100644 --- a/lisp/nnml.el +++ b/lisp/nnml.el @@ -1,7 +1,6 @@ ;;; nnml.el --- mail spool access for Gnus -;; Copyright (C) 1995-2012 Free Software -;; Foundation, Inc. +;; Copyright (C) 1995-2014 Free Software Foundation, Inc. ;; Authors: Didier Verna (adding compaction) ;; Simon Josefsson @@ -1095,7 +1094,10 @@ Use the nov database for the current group if available." (concat group ":" new-number-string))) ;; Save to the new file: (nnmail-write-region (point-min) (point-max) newfile)) - (funcall nnmail-delete-file-function oldfile)) + (condition-case () + (funcall nnmail-delete-file-function oldfile) + (file-error + (message "Couldn't delete %s" oldfile)))) ;; 2/ Update all marks for this article: ;; #### NOTE: it is possible that the new article number ;; #### already belongs to a range, whereas the corresponding