From 5940080c7a073d40e7f90dde4b8d0f802a22bd69 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 26 Dec 2018 17:26:44 -0700 Subject: * Remove old code to support Pine 4.42 (released November 21, 2001) and short-lived until release of Pine 4.43 (released November 28, 2001.) Also update message to mean what Alpine is trying to do (forwarding, not answering.) --- pith/send.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'pith/send.c') diff --git a/pith/send.c b/pith/send.c index a501b3b0..75cd2bac 100644 --- a/pith/send.c +++ b/pith/send.c @@ -1610,20 +1610,10 @@ update_answered_flags(REPLY_S *reply) if(!stream && reply->msgno) return; - /* - * This is here only for people who ran pine4.42 and are - * processing postponed mail from 4.42 now. Pine4.42 saved the - * original mailbox name in the canonical name's position in - * the postponed-msgs folder so it won't match the canonical - * name from the stream. - */ - if(!stream && (!reply->origmbox || - (reply->mailbox && - !strcmp(reply->origmbox, reply->mailbox)))) - stream = sp_stream_get(reply->mailbox, SP_MATCH); - /* TRANSLATORS: program is busy updating the Answered flags so warns user */ - we_cancel = busy_cue(_("Updating \"Answered\" Flags"), NULL, 0); + we_cancel = reply->forwarded + ? busy_cue(_("Setting \"Forwarded\" Keyword"), NULL, 0) + : busy_cue(_("Updating \"Answered\" Flags"), NULL, 0); if(!stream){ if((stream = pine_mail_open(NULL, reply->origmbox ? reply->origmbox -- cgit v1.2.3-54-g00ecf