Using Sequences

[previous] [next] [table of contents] [index]

Note: HTML conversion may not be complete.

For the whole scoop on MH sequences, refer to the Section More About Sequences. As you've read, several of the mh-e commands can operate on a sequence, which is a shorthand for a range or group of messages. For example, you might want to forward several messages to a friend or colleague. Here's how to manipulate sequences.

Command                |  Description
_______________________|__________________________________________
%                      |  Put message in a sequence
?                      |  Print sequences that message belongs to
M-q                    |  List all sequences in folder
M-%                    |  Remove message from sequence
M-#                    |  Delete sequence
C-x n                  |  Restrict display to messages in sequence
C-x w                  |  Remove restriction; display all messages
M-x mh-update-sequences|  Push mh-e's state out to MH
_______________________|__________________________________________
To place a message in a sequence, use % to do it manually, or use the MH command pick (The Section Finding Messages with pick) or the mh-e version of pick (the Section Searching Through Messages) which create a sequence automatically. Give % a prefix argument and you can add all the messages in one sequence to another sequence (for example, C-u % SourceSequence RET).

Once you've placed some messages in a sequence, you may wish to narrow the field of view to just those messages in the sequence you've created. To do this, use C-x n. You are prompted for the name of the sequence. What this does is show only those messages that are in the selected sequence in the MH-Folder buffer. In addition, it limits further mh-e searches to just those messages. When you want to widen the view to all your messages again, use C-x w.

You can see which sequences a message is in with the ? command. Or, you can list all sequences in a selected folder (default is current folder) with M-q. If you want to remove a message from a sequence, use M-%, and if you want to delete an entire sequence, use M-#. In the latter case you are prompted for the sequence to delete. Note that this deletes only the sequence, not the messages in the sequence. If you want to delete the messages, use C-u d (see the Section Deleting Your Mail).

With the exceptions of C-x n and C-x w, the underlying MH command dealing with sequences is mark(1) (the Section More About Sequences).

[Table of Contents] [Index] [Previous: Searching Through Messages] [Next: Miscellaneous Commands]


(This section was written by Bill Wohler.)
Last change $Date: 1996/07/14 17:35:00 $

This file is from the third edition of the book MH & xmh: Email for Users & Programmers, ISBN 1-56592-093-7, by Jerry Peek. Copyright © 1991, 1992, 1995 by O'Reilly & Associates, Inc. This file is freely-available; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For more information, see the file copying.htm.

Suggestions are welcome: Bill Wohler <wohler@newt.com>