1NEXT(1) [nmh-1.3] NEXT(1)
2
3
4
6 next - show the next message
7
9 next [+folder] [-showproc program] [-showmimeproc program] [-header |
10 -noheader] [-checkmime | -nocheckmime] [switches for showproc or
11 showmimeproc] [-version] [-help]
12
14 Next performs a show on the next message in the specified (or current)
15 folder. Like show, it passes any switches on to the program showproc
16 or showmimeproc, which is called to list the message. This command is
17 almost exactly equivalent to “show next”. Consult the manual entry for
18 show(1) for all the details.
19
20
22 $HOME/.mh_profile The user profile
23
24
26 Path: To determine the user's nmh directory
27 Current-Folder: To find the default current folder
28 showproc: Program to show non-MIME messages
29 showmimeproc: Program to show MIME messages
30
31
33 show(1), prev(1)
34
35
37 `+folder' defaults to the current folder
38 `-checkmime'
39 `-header'
40
41
43 If a folder is specified, it will become the current folder. The mes‐
44 sage that is shown (i.e., the next message in sequence) will become the
45 current message.
46
47
49 next is really a link to the show program. As a result, if you make a
50 link to next and that link is not called next, your link will act like
51 show instead. To circumvent this, add a profile-entry for the link to
52 your nmh profile and add the argument next to the entry.
53
54
55
56MH.6.8 1 June 2008 NEXT(1)