Re: [tin 1.7.x] repost 'x' doesn't work anymore
Urs Janßen <[email protected]>
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Organization | tin.org |
| Message-ID | <[email protected]> |
the following patch fixes the repost bug
--- feed.c 2005-05-04 11:46:33.000000000 +0200
+++ feed.c 2005-05-13 01:52:35.000000000 +0200
@@ -242,7 +242,7 @@
case FEED_REPOST:
if (!can_post) { /* Get this over with before asking any Q's */
info_message(_(txt_cannot_post));
- return 0;
+ return NOT_ASSIGNED;
}
prompt = txt_repost;
break;
@@ -677,7 +677,7 @@
supersede = TRUE;
break;
- case FEED_REPOST:
+ case FEED_KEY_REPOST:
tmp = fmt_string(_(txt_repost_group), tinrc.default_repost_group);
supersede = FALSE;
break;