diff lisp/gnus/nnmail.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 0132846995bd
children
line wrap: on
line diff
--- a/lisp/gnus/nnmail.el	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/gnus/nnmail.el	Mon Aug 13 09:46:53 2007 +0200
@@ -541,7 +541,7 @@
 (defun nnmail-move-inbox (inbox)
   "Move INBOX to `nnmail-crash-box'."
   (if (not (file-writable-p nnmail-crash-box))
-      (gnus-error 1 "Can't write to crash box %s.  Not moving mail."
+      (gnus-error 1 "Can't write to crash box %s.  Not moving mail"
 		  nnmail-crash-box)
     ;; If the crash box exists and is empty, we delete it.
     (when (and (file-exists-p nnmail-crash-box)