[Xfce4-commits] <xfce4-terminal:master> Allow underscore and + in email address (bug #9392).

Nick Schermer noreply at xfce.org
Mon Dec 31 17:38:01 CET 2012


Updating branch refs/heads/master
         to 5bb54b66b941fccbfac2d333f64b15d89f509b28 (commit)
       from 64765fc11073ca9c99c245bfcd1e8bca655f4a7f (commit)

commit 5bb54b66b941fccbfac2d333f64b15d89f509b28
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Dec 31 17:35:10 2012 +0100

    Allow underscore and + in email address (bug #9392).

 terminal/terminal-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/terminal/terminal-widget.c b/terminal/terminal-widget.c
index 40a394a..02dcc24 100644
--- a/terminal/terminal-widget.c
+++ b/terminal/terminal-widget.c
@@ -41,7 +41,7 @@
 
 
 
-#define USERCHARS       "-[:alnum:]"
+#define USERCHARS       "-_+[:alnum:]"
 #define USERCHARS_CLASS "[" USERCHARS "]"
 #define PASSCHARS_CLASS "[-[:alnum:]\\Q,?;.:/!%$^*&~\"#'\\E]"
 #define HOSTCHARS_CLASS "[-[:alnum:]]"


More information about the Xfce4-commits mailing list