[claws-mail-cvs-commit] utils.c
Colin Leroy <[email protected]> Mon, 14 Sep 2009 07:11:24 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/claws/src/common
In directory ran:/tmp/cvs-serv21676/src/common
Modified Files:
Tag: gtk2
utils.c
Log Message:
2009-09-14 [colin] 3.7.2cvs31
* src/common/utils.c
Add "Re :" prefix from french Yahoo mail.
Patch by Didier Barvaux, fixes bug 1999
Index: utils.c
===================================================================
RCS file: /srv/cvs/claws-mail/claws/src/common/utils.c,v
retrieving revision 1.36.2.174
retrieving revision 1.36.2.175
diff -u -d -r1.36.2.174 -r1.36.2.175
--- utils.c 21 Aug 2009 15:56:29 -0000 1.36.2.174
+++ utils.c 14 Sep 2009 07:11:22 -0000 1.36.2.175
@@ -3720,6 +3720,7 @@
"Ad\\:", /* "Ad" (Norwegian) */
"\347\255\224\345\244\215\\:", /* "Re" (Chinese, UTF-8) */
"R\303\251f\\. \\:", /* "Réf. :" (French Lotus Notes) */
+ "Re \\:", /* "Re :" (French Yahoo Mail) */
/* add more */
};
const int PREFIXES = sizeof prefixes / sizeof prefixes[0];
@@ -3778,6 +3779,7 @@
"vs:", /* "Vs" (Norwegian) */
"ad:", /* "Ad" (Norwegian) */
"R\303\251f. :", /* "Réf. :" (French Lotus Notes) */
+ "Re :", /* "Re :" (French Yahoo Mail) */
/* add more */
};
const int PREFIXES = sizeof prefixes / sizeof prefixes[0];