(ietf-drums-parse-address): Attempt parsing
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 17 Apr 2006 11:08:55 +0000 (11:08 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 17 Apr 2006 11:08:55 +0000 (11:08 +0000)
addresses that contain invalid characters.

lisp/ChangeLog
lisp/ietf-drums.el

index c99f48d..c4989bf 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
+       addresses that contain invalid characters.
+
 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * message.el (message-put-addresses-in-ecomplete): Use
index 2aef1dd..d846f8e 100644 (file)
@@ -200,7 +200,9 @@ backslash and doublequote.")
                  (buffer-substring
                   (1+ (point))
                   (progn (forward-sexp 1) (1- (point))))))))
-        (t (error "Unknown symbol: %c" c))))
+        (t
+         (message "Unknown symbol: %c" c)
+         (forward-char 1))))
       ;; If we found no display-name, then we look for comments.
       (if display-name
          (setq display-string