Make Message Bookmarks with mark

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

Sometimes I need to make a "bookmark" in a folder -- to save a message number that I can come back to later. I usually use a sequence named here, though a different name might be easier for you to remember. The command version named here runs mark -sequence here -zero to put the current message in the here sequence. (Of course, you can use different sequence and command names.) To come back to the bookmark, use any MH command with the sequence name.

For example, if I read a message that needs some research to answer, I add a "bookmark" by typing here. After I find the answers, I reply to the bookmarked message:

% show
    ...message appears...
% here
% ...read other messages...
% repl here
To make here as a version of mark, see the Section Making a New Command Version. To make an alias or function, see the Section Writing Command Versions as Aliases or Functions.

Add this entry to your MH profile, or add the arguments to your alias or function:

here: -sequence here -zero
The -zero switch removes any old message number in that folder's here sequence. You can make several different bookmarks by making several different versions that use different sequence names.

[Table of Contents] [Index] [Previous: Versions of repl] [Next: msg: `While You Were Out' Messages with comp]


Last change $Date: 1996/06/06 15:11:44 $

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: Jerry Peek <jpeek@jpeek.com>