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
|
diff -up emacs-vm-8.1.2/info/vm.texinfo.texinfo5 emacs-vm-8.1.2/info/vm.texinfo
--- emacs-vm-8.1.2/info/vm.texinfo.texinfo5 2012-03-05 18:43:21.000000000 +0100
+++ emacs-vm-8.1.2/info/vm.texinfo 2013-05-19 00:05:10.000000000 +0200
@@ -783,7 +783,8 @@ following formats:
@example
``pop:@var{HOST}:@var{PORT}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
-``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''@end example
+``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
+@end example
@noindent Remote mailboxes accessed by VM in this fashion are referred
to as @dfn{server folders} (and @dfn{POP folders} or @dfn{IMAP
@@ -996,8 +997,7 @@ The variable's value should be an associ
((@var{IMAPDROP} @var{NAME}) ...)
@end example
-@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop
- specification}).
+@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop specification}).
@var{NAME} is a string that should give a less cumbersome name that you
will use to refer to this maildrop when using @code{vm-visit-imap-folder}.
@@ -2342,7 +2342,7 @@ MIME encode it as necessary.
* MIME preview:: Previewing a MIME message before sending.
@end menu
-@node MIME attachments, MIME characters, MIME Composition, MIME Composition,
+@node MIME attachments, MIME characters, MIME Composition, MIME Composition
@unnumberedsec MIME attachments
@kindex C-c C-a
@@ -3328,13 +3328,15 @@ The fifth is `f' or ` ', for messages fi
The sixth is `w' or ` ', for messages written.
@*
The seventh is `e' or ` ', for messages that have been edited.
+@vindex vm-summary-attachment-indicator
@item P
indicator for a message with attachments.
-The variable @vindex vm-summary-attachment-indicator
+The variable
@code{vm-summary-attachment-indicator} is the inserted string, by default a @code{$}.
+@vindex vm-summary-postponed-indicator
@item p
indicator for a postponed message.
-The variable @vindex vm-summary-postponed-indicator
+The variable
@code{vm-summary-postponed-indicator} is the inserted string, by default a @code{P}.
@item c
number of characters in message (ignoring headers)
@@ -4588,7 +4590,7 @@ The project code base is maintained at t
@uref{http://launchpad.net/vm}. The ``VM Development Team'' can be
reached here using the email address @code{vm@@launchpad.net}.
-@unnumberedsubsec Savannah project site
+@unnumberedsec Savannah project site
The changes made in each of the releases is described in the @samp{NEWS}
file, which can be found in the source code repository. The changes made
|