Ok, thanks so far.
I tried fiddling around with the macro definitions and came to a point
where I lack knowledge.
I defined
macro index .s
"<tag-prefix><sort-mailbox>u<save-message><sort-mailbox>t"\
"Save tagged messages to another mailbox"
This correctly un-collapses the tagged threads and changes to the
point where a filename must be entered. As I wanted it to do.
But mutt now proposes "sort" as a mailbox name.
If possible, I would like mutt to ask me for the mailbox name *I* can
type in (and not mutt proposing me sort) and then re-sort the mailbox
by completing this macro.
Is there a command like
<type-file-name-of-mailbox-to-save-messages-in>
which I could put after <save-message>?
Thanks for any further help.
--lpr
On Tue, 25 Jun 2002, David T-G wrote:
>
> Once you have all of the messages tagged, a very fast way to get to all
> of them without disturbing your state of collapse (what if some threads
> are collapsed and some open? esc-V and esc-V will then collapse all of
> them, which can be a bummer) is to simply change your sort order to
> "unsorted", tag-save all of your messages wherever you wish, and then
> change your sort order back to "threads". You'll then have a bunch of
> collapsed threads full of deleted messages, and a sync will clean them
> out (be sure to re-sort BEFORE syncing or, I believe, upon resorting all
> of your [remaining] threads will be expanded).