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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<HTML>
<HEAD>
<META NAME="Author" CONTENT="Jerry Peek">
<TITLE>MH &amp; nmh: Fast Folder Changes with fo</TITLE>
</HEAD>
<!-- $Id: vercha.htm,v 6.0 1999/10/10 05:14:05 jpeek Exp $ -->

<BODY BGCOLOR="#FFFFFF">
<A NAME="index1"></A>
<H1>Fast Folder Changes with fo</H1>
[<A HREF="versca.htm">previous</A>]
[<A HREF="verpic.htm">next</A>]
[<A HREF="tocs/jump.htm">table of contents</A>] [<A HREF="indexes/map.htm">index</A>]
<P>

This version of <I>folder</I> called <I>fo</I> just does
<I>folder -fast</I>.
You can also add parameters on the <I>fo</I> command line to:
<UL>
<LI>
Check the name of your current folder.
<LI>
Change the current message number.
<LI>
Change to a new folder.
<LI>
A combination of the above.
</UL>
Here's how to make the last message current and see the folder name:
<PRE>
% <B>fo last</B>
inbox
</PRE>
To make <I>fo</I> as a version of <I>folder</I>, see the Section
<A HREF="makcom.htm">Making a New Command Version</A>.
To make an alias or function, see the Section
<A HREF="wcvaaof.htm">Writing Command Versions as Aliases or Functions</A>.
<P>
Add this entry to your MH profile, or add the arguments to your alias
or function:
<PRE>
fo: -fast
</PRE>
<BLOCKQUOTE>
<P>
<B>NOTE:</B>
This won't work on early versions of MH.
See the CAUTION in
Section <A HREF="fol.htm#folfas">folder -fast</A>.
</BLOCKQUOTE>
<P>
<P>

<P ALIGN=CENTER>
[<A HREF="tocs/jump.htm">Table of Contents</A>] [<A HREF="indexes/map.htm">Index</A>]
[<A HREF="versca.htm">Previous: Versions of scan</A>]
[<A HREF="verpic.htm">Next: Versions of pick: Repeatable Custom Searches</A>]
</P>
<HR>
<STRONG>Revised by Jerry Peek.</STRONG>
<EM>Last change $Date: 1999/10/10 05:14:05 $</EM>
<P>
This file is from the third edition of the book <I>MH &amp; xmh: Email
for Users &amp; Programmers</I>, ISBN 1-56592-093-7, by Jerry Peek.
Copyright &copy; 1991, 1992, 1995 by O'Reilly &amp; 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
<A HREF="../copying.htm">the file <I>copying.htm</I></A>.
<P>
<ADDRESS>
Suggestions are welcome:
<A HREF="http://www.jpeek.com/">Jerry Peek</A>
<A HREF="mailto:jpeek@jpeek.com">&lt;jpeek@jpeek.com&gt;</A>
</ADDRESS>
</BODY>
</HTML>