blob: 0d0ddbf69d93b6532a07e4b60cfe81cb65a46fa9 (
plain) (
blame)
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
|
--- doc/manual.sgml.head Tue Mar 4 08:49:49 2003
+++ doc/manual.sgml.head Sat Oct 25 16:38:09 2003
@@ -886,34 +886,34 @@
defined maps are:
<descrip>
-<tag/generic
+<tag/generic/
This is not a real menu, but is used as a fallback for all of the other
menus except for the pager and editor modes. If a key is not defined in
another menu, Mutt will look for a binding to use in this menu. This allows
you to bind a key to a certain function in multiple menus instead of having
multiple bind statements to accomplish the same task.
-<tag/alias
+<tag/alias/
The alias menu is the list of your personal aliases as defined in your
muttrc. It is the mapping from a short alias name to the full email
address(es) of the recipient(s).
-<tag/attach
+<tag/attach/
The attachment menu is used to access the attachments on received messages.
-<tag/browser
+<tag/browser/
The browser is used for both browsing the local directory structure, and for
listing all of your incoming mailboxes.
-<tag/editor
+<tag/editor/
The editor is the line-based editor the user enters text data.
-<tag/index
+<tag/index/
The index is the list of messages contained in a mailbox.
-<tag/compose
+<tag/compose/
The compose menu is the screen used when sending a new message.
-<tag/pager
+<tag/pager/
The pager is the mode used to display message/attachment data, and help
listings.
-<tag/pgp
+<tag/pgp/
The pgp menu is used to select the OpenPGP keys used for encrypting outgoing
messages.
-<tag/postpone
+<tag/postpone/
The postpone menu is similar to the index menu, except is used when
recalling a message the user was composing, but saved until later.
</descrip>
|