Bug 2116

Summary: Rip spaces off server names in account configuration
Product: Claws Mail (GTK 2) Reporter: J <jerome>
Component: UIAssignee: users
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 3.7.10   
Hardware: PC   
OS: Linux   

Description J 2010-02-12 23:16:37 UTC
I've just been having a hard time trying to figure out why my SMTP configuration was incorrect. It appeared the server name I had copied from the web had an additionnal space appended at the end...
Comment 1 users 2011-11-21 23:59:35 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2011-11-21 [pawel]	3.7.10cvs98

	* src/prefs_account.c
		Fix bug #2116 'Rip spaces off server names in account
		configuration'
		g_strstrip() domain names to be sure they are valid
Comment 2 J 2011-11-24 14:10:27 UTC
Works for me with latest CVS : when entering a server name with spaces before and/or after, the spaces get stripped.

Thanks !