mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
* nnmaildir.el: Replace illegal' with invalid'.
This commit is contained in:
parent
25f72ec049
commit
f3f7f80cee
2 changed files with 6 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue