From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Tue, 25 May 2010 08:34:10 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Acme Mail Topicbox-Message-UUID: 29da6526-ead6-11e9-9d60-3106f5b1d025 sorry, i meant all messages meeting a pattern in the subject line. combining your suggestion with pattern marking works correctly: Edit ,x/pattern/ --+ s/^[0-9]+/(deleted)-&/ >> is there a way to mark *all* messages in a mail box for later >> processing - e.g. Delmesg. in nedmail one can do g/pattern/d >> unfortunately >> >> Edit ,x/pattern/ --+ >> >> marks only one. > > what about: > > Edit s:^[0-9].*$:(deleted-)&:g > > nupas Mail has a nonstandard Save in the main window. > iirc, adding commands to the main screen did take a bit > of code. so running ned might be easier for some tasks. > > - erik