Re: Article 10998is unavailable.
Peter J Ross <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 06 September 2008 07:50:59 Martin Trautmann wrote: > Hi all, > > here are two minor bugs, from my poor local news server (offering > articles which it claims later on as unavailable). > > 1) A space should be added between article number and "is" of this error > message I've attached a little patch for this. > 2) A posting should not be marked as "D" (read) als long as it was not > available. Hmm. It makes sense for me that an article deleted on the server should be marked deleted in the client. -- PJR :-) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
space.patch
(text/x-diff, 453 B)
Index: src/art.c
===================================================================
--- src/art.c (revision 298)
+++ src/art.c (working copy)
@@ -2312,7 +2312,7 @@
return NULL;
}
- slrn_error (_("Article " NNTP_FMT_ARTNUM "is unavailable."), h->number);
+ slrn_error (_("Article " NNTP_FMT_ARTNUM " is unavailable."), h->number);
if (kill_refs && ((h->flags & HEADER_READ) == 0) &&
((h->flags & HEADER_DONT_DELETE_MASK) == 0))