2005-06-21 [colin] 1.9.11cvs85
[claws.git] / src / textview.c
index 24b8199b0ccfea5634cde94b81227ef702c2bdb2..f70e83013e061ee53bd0766aeabf309e728a8e5b 100644 (file)
@@ -1078,7 +1078,7 @@ static gboolean get_email_part(const gchar *start, const gchar *scanpos,
                        && (((bp_ + 1) < ep_)    && isalnum(*(bp_ + 1)))) {
                                /* hyphens are allowed, but only in
                                   between alnums */
-                       } else if (!strchr(",;:=?./+<>!&", *bp_)) {
+                       } else if (!strchr(",;:=?./+<>!&\r\n\t", *bp_)) {
                                /* but anything not being a punctiation
                                   is ok */
                        } else {