~ubuntu-branches/ubuntu/trusty/mh-book/trusty

« back to all changes in this revision

Viewing changes to mh/vercha.htm

  • Committer: Bazaar Package Importer
  • Author(s): Peter S Galbraith
  • Date: 2001-03-26 12:42:56 UTC
  • Revision ID: james.westby@ubuntu.com-20010326124256-philz6gf517qz8bo
Tags: upstream-9910
ImportĀ upstreamĀ versionĀ 9910

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD>
 
3
<META NAME="Author" CONTENT="Jerry Peek">
 
4
<TITLE>MH &amp; nmh: Fast Folder Changes with fo</TITLE>
 
5
</HEAD>
 
6
<!-- $Id: vercha.htm,v 6.0 1999/10/10 05:14:05 jpeek Exp $ -->
 
7
 
 
8
<BODY BGCOLOR="#FFFFFF">
 
9
<A NAME="index1"></A>
 
10
<H1>Fast Folder Changes with fo</H1>
 
11
[<A HREF="versca.htm">previous</A>]
 
12
[<A HREF="verpic.htm">next</A>]
 
13
[<A HREF="tocs/jump.htm">table of contents</A>] [<A HREF="indexes/map.htm">index</A>]
 
14
<P>
 
15
 
 
16
This version of <I>folder</I> called <I>fo</I> just does
 
17
<I>folder -fast</I>.
 
18
You can also add parameters on the <I>fo</I> command line to:
 
19
<UL>
 
20
<LI>
 
21
Check the name of your current folder.
 
22
<LI>
 
23
Change the current message number.
 
24
<LI>
 
25
Change to a new folder.
 
26
<LI>
 
27
A combination of the above.
 
28
</UL>
 
29
Here's how to make the last message current and see the folder name:
 
30
<PRE>
 
31
% <B>fo last</B>
 
32
inbox
 
33
</PRE>
 
34
To make <I>fo</I> as a version of <I>folder</I>, see the Section
 
35
<A HREF="makcom.htm">Making a New Command Version</A>.
 
36
To make an alias or function, see the Section
 
37
<A HREF="wcvaaof.htm">Writing Command Versions as Aliases or Functions</A>.
 
38
<P>
 
39
Add this entry to your MH profile, or add the arguments to your alias
 
40
or function:
 
41
<PRE>
 
42
fo: -fast
 
43
</PRE>
 
44
<BLOCKQUOTE>
 
45
<P>
 
46
<B>NOTE:</B>
 
47
This won't work on early versions of MH.
 
48
See the CAUTION in
 
49
Section <A HREF="fol.htm#folfas">folder -fast</A>.
 
50
</BLOCKQUOTE>
 
51
<P>
 
52
<P>
 
53
 
 
54
<P ALIGN=CENTER>
 
55
[<A HREF="tocs/jump.htm">Table of Contents</A>] [<A HREF="indexes/map.htm">Index</A>]
 
56
[<A HREF="versca.htm">Previous: Versions of scan</A>]
 
57
[<A HREF="verpic.htm">Next: Versions of pick: Repeatable Custom Searches</A>]
 
58
</P>
 
59
<HR>
 
60
<STRONG>Revised by Jerry Peek.</STRONG>
 
61
<EM>Last change $Date: 1999/10/10 05:14:05 $</EM>
 
62
<P>
 
63
This file is from the third edition of the book <I>MH &amp; xmh: Email
 
64
for Users &amp; Programmers</I>, ISBN 1-56592-093-7, by Jerry Peek.
 
65
Copyright &copy; 1991, 1992, 1995 by O'Reilly &amp; Associates, Inc.
 
66
This file is freely available; you can redistribute it and/or modify
 
67
it under the terms of the GNU General Public License as published by
 
68
the Free Software Foundation.  For more information, see
 
69
<A HREF="../copying.htm">the file <I>copying.htm</I></A>.
 
70
<P>
 
71
<ADDRESS>
 
72
Suggestions are welcome:
 
73
<A HREF="http://www.jpeek.com/">Jerry Peek</A>
 
74
<A HREF="mailto:jpeek@jpeek.com">&lt;jpeek@jpeek.com&gt;</A>
 
75
</ADDRESS>
 
76
</BODY>
 
77
</HTML>