SOURCES: kdepim-knode-google-msgid.patch (NEW) - fix for searching...
prism
prism at pld-linux.org
Sun Sep 4 02:47:43 CEST 2005
Author: prism Date: Sun Sep 4 00:47:43 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix for searching a message by msgid in google
---- Files affected:
SOURCES:
kdepim-knode-google-msgid.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/kdepim-knode-google-msgid.patch
diff -u /dev/null SOURCES/kdepim-knode-google-msgid.patch:1.1
--- /dev/null Sun Sep 4 02:47:43 2005
+++ SOURCES/kdepim-knode-google-msgid.patch Sun Sep 4 02:47:38 2005
@@ -0,0 +1,11 @@
+--- kdepim-3.4.2/knode/knnntpclient.cpp.old 2005-07-20 12:03:03.000000000 +0200
++++ kdepim-3.4.2/knode/knnntpclient.cpp 2005-09-04 02:35:04.000000000 +0200
+@@ -478,7 +478,7 @@
+ if ((code == 430) || (code == 423)) // 430 no such article found || 423 no such article number in this group
+ job->setErrorString(
+ errorPrefix + getCurrentLine() +
+- i18n("<br><br>The article you requested is not available on your news server;<br>you could try to get it from <a href=\"http://groups.google.com/groups?q=msgid:%1&ic=1\">groups.google.com</a>.")
++ i18n("<br><br>The article you requested is not available on your news server;<br>you could try to get it from <a href=\"http://groups.google.pl/groups?as_msgid=&selm=msgid:%1\">groups.google.pl</a>.")
+ .arg(target->messageID()->as7BitString(false)));
+ return;
+ }
================================================================
More information about the pld-cvs-commit
mailing list