Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!sun-barr!texsun!texbell!bellcore!needle1!ras From: ras@needle1.bellcore.com (Raymond A. Schnitzler) Newsgroups: comp.emacs Subject: Weiner's rmail & rmailsum - problem Keywords: Weiner rmail rmailsum rmail-summary-delete-forward Message-ID: <16351@bellcore.bellcore.com> Date: 23 May 89 19:03:01 GMT Sender: news@bellcore.bellcore.com Reply-To: ras@needle1.UUCP (Raymond A. Schnitzler) Organization: Bellcore, Red Bank, NJ Lines: 17 I came upon what seems to be a problem with Bob Weiner's rmail & rmailsum. If I do a "rmail-summary-delete-forward" (in the summary window), rmail complains if the next message is not among those in the summary list. (That is, it seems to complain when, after I delete msg 21 and it goes to 22, if it can't find msg 22 in the summary list.) The problem seems to be that rmail-delete-forward, which is called by rmail-summary-delete-forward, forgets that there was a summary (which might not list every message) involved. Does anyone have any suggestions on where the fix would best be applied? Before I go digging in and hacking, I want to determine the most appropriate place to handle this (e.g., rmail vs rmailsum).