* nnmaildir.el: Replace illegal' with invalid'.

This commit is contained in:
Werner LEMBERG 2005-03-25 08:19:22 +00:00
parent 25f72ec049
commit f3f7f80cee
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-03-25 Werner Lemberg <wl@gnu.org>
* nnmaildir.el: Replace `illegal' with `invalid'.
2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
* gnus-start.el (gnus-display-time-event-handler):

View file

@ -978,7 +978,7 @@ by nnmaildir-request-article.")
(throw 'return nil))
(when (save-match-data (string-match "[\0/\t]" gname))
(setf (nnmaildir--srv-error nnmaildir--cur-server)
(concat "Illegal characters (null, tab, or /) in group name: "
(concat "Invalid characters (null, tab, or /) in group name: "
gname))
(throw 'return nil))
(setq groups (nnmaildir--srv-groups nnmaildir--cur-server))
@ -1023,7 +1023,7 @@ by nnmaildir-request-article.")
(throw 'return nil))
(when (save-match-data (string-match "[\0/\t]" new-name))
(setf (nnmaildir--srv-error nnmaildir--cur-server)
(concat "Illegal characters (null, tab, or /) in group name: "
(concat "Invalid characters (null, tab, or /) in group name: "
new-name))
(throw 'return nil))
(if (string-equal gname new-name) (throw 'return t))