This file is indexed.

/usr/share/doc/vm/html/Toolbar.html is in vm 8.2.0b-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ -->
<head>
<title>VM User&rsquo;s Manual: Toolbar</title>

<meta name="description" content="VM User&rsquo;s Manual: Toolbar">
<meta name="keywords" content="VM User&rsquo;s Manual: Toolbar">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
<link href="License.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html#Top" rel="up" title="Top">
<link href="Menus.html#Menus" rel="next" title="Menus">
<link href="Frames-and-Windows.html#Window-Configuration" rel="prev" title="Window Configuration">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<a name="Toolbar"></a>
<div class="header">
<p>
Next: <a href="Menus.html#Menus" accesskey="n" rel="next">Menus</a>, Previous: <a href="Frames-and-Windows.html#Frames-and-Windows" accesskey="p" rel="prev">Frames and Windows</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="License.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Toolbar-1"></a>
<h2 class="chapter">16 Toolbar</h2>

<p>VM can display a toolbar that allows you to run VM commands with
a single mouse click.  By default the toolbar is displayed on the
left of the Emacs frame and is only visible if you&rsquo;re running
under a window system like X Windows or Microsoft Windows.
</p>
<a name="index-vm_002duse_002dtoolbar"></a>
<p>To make VM not display the toolbar, set <code>vm-use-toolbar</code> to nil.
To configure what buttons are displayed on the toolbar, you must
change the value of <code>vm-use-toolbar</code>.  If non-<code>nil</code>, the value of
<code>vm-use-toolbar</code> should be a list of symbols and integers, which
specify which buttons appear on the toolbar and the layout of the
buttons.  These are the allowed symbols along with the buttons
they represent.
</p>
<dl compact="compact">
<dt><code>autofile</code></dt>
<dd><p>The AutoFile button.  Clicking on this button runs the command
<code>vm-toolbar-autofile-message</code>.  This command will save the current
message into the folder matched by <code>vm-auto-folder-alist</code>, if there
is a match.
</p></dd>
<dt><code>compose</code></dt>
<dd><p>The Compose button.  Clicking on this button runs the command
<code>vm-toolbar-compose-command</code>.  This command is normally just an
alias for the <code>vm-mail</code> command.  If you want the Compose button to
do something else, redefine <code>vm-toolbar-compose-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>delete/undelete</code></dt>
<dd><p>The Delete/Undelete button.  If the current message is marked for
deletion, this button displays as an Undelete button.  Otherwise
it displays as a Delete button.
</p></dd>
<dt><code>file</code></dt>
<dd><p>The File button.  Clicking on this button runs the command
<code>vm-toolbar-file-command</code>.  This command is normally just an
alias for the <code>vm-mail</code> command.  If you want the File button to
do something else, redefine <code>vm-toolbar-file-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>getmail</code></dt>
<dd><p>The Get Mail button.  Clicking on this button runs the command
<code>vm-toolbar-getmail-command</code>.  This command is normally just an
alias for the <code>vm-get-new-mail</code> command.  If you want the
Get Mail button to
do something else, redefine <code>vm-toolbar-getmail-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>help</code></dt>
<dd><p>The Helper button.  Clicking on this button runs the command
<code>vm-toolbar-helper-command</code>.  This command normally just runs
<code>vm-help</code>, but it also does context specific things under certain
conditions.  If the current message is a <acronym>MIME</acronym> message that needs
decoding, the Helper button becomes the Decode <acronym>MIME</acronym> button.  If the
current folder has an auto-save file that appears to be the result
of an Emacs or system crash, the Helper button becomes the Recover
button.  Clicking on the Recover button runs <code>vm-recover-folder</code>,
so you can recover your folder from an existing auto-save file.
</p></dd>
<dt><code>mime</code></dt>
<dd><p>The Decode <acronym>MIME</acronym> button.  Clicking on this button runs the command
<code>vm-toolbar-mime-command</code>.  This command is normally just an
alias for the <code>vm-decode-mime-message</code> command.
</p></dd>
<dt><code>next</code></dt>
<dd><p>The Next button.  Clicking on this button runs the command
<code>vm-toolbar-next-command</code>.  This command is normally just an
alias for the <code>vm-next-message</code> command.  If you want the Next button to
do something else, redefine <code>vm-toolbar-next-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>previous</code></dt>
<dd><p>The Previous button.  Clicking on this button runs the command
<code>vm-toolbar-previous-command</code>.  This command is normally just an
alias for the <code>vm-previous-message</code> command.  If you want the Previous button to
do something else, redefine <code>vm-toolbar-previous-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>print</code></dt>
<dd><p>The Print button.  Clicking on this button runs the command
<code>vm-toolbar-print-command</code>.  This command is normally just an
alias for the <code>vm-print-message</code> command.  If you want the
Print button to
do something else, redefine <code>vm-toolbar-print-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>quit</code></dt>
<dd><p>The Quit button.  Clicking on this button runs the command
<code>vm-toolbar-quit-command</code>.  This command is normally just an
alias for the <code>vm-quit</code> command.  If you want the Quit button to
do something else, redefine <code>vm-toolbar-quit-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>reply</code></dt>
<dd><p>The Reply button.  Clicking on this button runs the command
<code>vm-toolbar-reply-command</code>.  This command is normally just an
alias for the <code>vm-reply-include-text</code> command.  If you want
the Reply button to
do something else, redefine <code>vm-toolbar-reply-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>visit</code></dt>
<dd><p>The Visit button.  Clicking on this button runs the command
<code>vm-toolbar-visit-command</code>.  This command is normally just an
alias for the <code>vm-visit-folder</code> command.  If you want the Visit button to
do something else, redefine <code>vm-toolbar-visit-command</code> using
either <code>fset</code> or <code>defun</code>.
</p></dd>
<dt><code>nil</code></dt>
<dd><p>If nil appears in the list, it must appear exactly once.  The
buttons associated with symbols that appear after nil in the
list will be display flushright for top and bottom toolbars, and
flushbottom for left and right toolbars.
</p></dd>
</dl>

<p>If an positive integer appears in the the <code>vm-use-toolbar</code> list, it
specifies the number of pixels of blank space to display between
the button that comes before and the button that comes after the
integer.
</p>
<a name="index-vm_002dtoolbar_002dorientation"></a>
<p>The variable <code>vm-toolbar-orientation</code> controls on which side of the
frame the toolbar is displayed.  E.g.
</p>
<div class="example">
<pre class="example">(setq vm-toolbar-orientation 'top)
</pre></div>

<p>causes the toolbar to be displayed at the top of the frame.  The
<code>top</code> in the example can be replaced with <code>bottom</code>,
<code>right</code> and <code>left</code> to make the toolbar appear in those
places instead.
</p>
<a name="index-vm_002dtoolbar_002dpixmap_002ddirectory"></a>
<p>VM finds the images for the toolbar in the directory specified by
<code>vm-toolbar-pixmap-directory</code>.  This variable should already be set
properly by whoever installed VM on your system, so you should
not need to set it.
</p>
<hr>
<div class="header">
<p>
Next: <a href="Menus.html#Menus" accesskey="n" rel="next">Menus</a>, Previous: <a href="Frames-and-Windows.html#Frames-and-Windows" accesskey="p" rel="prev">Frames and Windows</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="License.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>