[pan2] https://bugzilla.gnome.org/show_bug.cgi?id=650042



commit 5ea1d0ed8d9ccf99ae280ec060ce03b6c9fcf40d
Author: Heinrich MÃller <sphemuel stud informatik uni-erlangen de>
Date:   Sat Dec 3 09:16:44 2011 +0100

    https://bugzilla.gnome.org/show_bug.cgi?id=650042

 pan/tasks/task-xover.cc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pan/tasks/task-xover.cc b/pan/tasks/task-xover.cc
index 40b292f..059fede 100644
--- a/pan/tasks/task-xover.cc
+++ b/pan/tasks/task-xover.cc
@@ -299,8 +299,10 @@ TaskXOver :: on_nntp_line (NNTP               * nntp,
       || author.empty() // missing author
       || date.empty() // missing date
       || mid.empty() // missing mid
-      || mid.front()!='<' // corrupt mid
-      || (!ref.empty() && ref.front()!='<'))
+      || mid.front()!='<') // corrupt mid
+      /// Concerning bug : https://bugzilla.gnome.org/show_bug.cgi?id=650042
+      /// Even if we didn't get a proper reference here, continue.
+      //|| (!ref.empty() && ref.front()!='<'))
     return;
 
   // if news server doesn't provide an xref, fake one



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]