CVS: sylpheedclaws/sylpheed-claws/src/common utils.c,1.36.2.62,1.36.2.63
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/common
In directory sunsite.dk:/tmp/cvs-serv24815/src/common
Modified Files:
Tag: gtk2
utils.c
Log Message:
2006-05-29 [colin] 2.2.0cvs64
* src/compose.c
* src/common/utils.c
Fix extraneous tab at start of addresses
* src/mainwindow.c
Fix warnings (thanks to Fabien)
Fix crash at exit when composing messages
exist
* src/pop.c
Fix progress bar when deleting expired mails
Thanks to Hiro
* src/summaryview.c
* src/gtk/gtksctree.c
Fix re-sorting slowness
Index: utils.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/common/utils.c,v
retrieving revision 1.36.2.62
retrieving revision 1.36.2.63
diff -u -d -r1.36.2.62 -r1.36.2.63
--- utils.c 2006/05/24 09:23:33 1.36.2.62
+++ utils.c 2006/05/29 16:42:30 1.36.2.63
@@ -4385,6 +4385,8 @@
start++;
if (start[0] == ';')
start++;
+ while (start[0] == '\n' || start[0] == '\r')
+ start++;
while (start[0] == ' ' || start[0] == '\t')
start++;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]