;ELC   
;;; Compiled by nelhage@localhost.localdomain on Sun Dec 11 02:47:26 2005
;;; from file /home/nelhage/Desktop/vm-7.19/vm-autoload.el
;;; in Emacs version 22.0.50.7
;;; with all optimizations.

;;; This file uses opcodes which do not exist in Emacs 18.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19")))
    (error "`vm-autoload.el' was compiled for Emacs 19 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(autoload 'vm-version "vm-version" "\
Returns the value of the variable vm-version." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\210\300\366\367\303\211\211%\210\300\370\371\303\211\211%\210\300\372\373\303\211\211%\210\300\374\375\303\211\211%\210\300\376\377\303\211\211%\210\300\201@ \201A \303\211\211%\207" [autoload vm-xemacs-p "vm-version" nil vm-xemacs-mule-p "vm-version" vm-xemacs-file-coding-p "vm-version" vm-fsfemacs-p "vm-version" vm-fsfemacs-mule-p "vm-version" vm-note-emacs-version "vm-version" vm-mouse-fsfemacs-mouse-p "vm-version" vm-mouse-xemacs-mouse-p "vm-version" vm-menu-fsfemacs-menus-p "vm-version" vm-menu-fsfemacs19-menus-p "vm-version" vm-menu-xemacs-menus-p "vm-version" vm-menu-can-eval-item-name "vm-version" vm-multiple-frames-possible-p "vm-version" vm-mouse-support-possible-p "vm-version" vm-mouse-support-possible-here-p "vm-version" vm-menu-support-possible-p "vm-version" vm-toolbar-support-possible-p "vm-version" vm-multiple-fonts-possible-p "vm-version" vm-images-possible-here-p "vm-version" vm-image-type-available-p "vm-version" vm-pop-md5 "vm-crypto" vm-md5-region "vm-crypto" vm-md5-string "vm-crypto" vm-md5-raw-string "vm-crypto" vm-xor-string "vm-crypto" vm-setup-ssh-tunnel "vm-crypto" vm-generate-random-data-file "vm-crypto" vm-setup-stunnel-random-data-if-needed "vm-crypto" vm-tear-down-stunnel-random-data "vm-crypto" vm-stunnel-random-data-args "vm-crypto" vm-stunnel-configuration-args "vm-crypto" vm-stunnel-configuration-file "vm-crypto"] 6)
(autoload 'vm-delete-message "vm-delete" "\
Add the `deleted' attribute to the current message.

The message will be physically deleted from the current folder the next
time the current folder is expunged.

With a prefix argument COUNT, the current message and the next
COUNT - 1 messages are deleted.  A negative argument means
the current message and the previous |COUNT| - 1 messages are
deleted.

When invoked on marked messages (via `vm-next-command-uses-marks'),
only marked messages are deleted, other messages are ignored." t nil)
(autoload 'vm-delete-message-backward "vm-delete" "\
Like vm-delete-message, except the deletion direction is reversed." t nil)
(autoload 'vm-undelete-message "vm-delete" "\
Remove the `deleted' attribute from the current message.

With a prefix argument COUNT, the current message and the next
COUNT - 1 messages are undeleted.  A negative argument means
the current message and the previous |COUNT| - 1 messages are
deleted.

When invoked on marked messages (via `vm-next-command-uses-marks'),
only marked messages are undeleted, other messages are ignored." t nil)
(autoload 'vm-kill-subject "vm-delete" "\
Delete all messages with the same subject as the current message.
Message subjects are compared after ignoring parts matched by
the variables vm-subject-ignored-prefix and vm-subject-ignored-suffix.

The optional prefix argument ARG specifies the direction to move
if vm-move-after-killing is non-nil.  The default direction is
forward.  A positive prefix argument means move forward, a
negative arugment means move backward, a zero argument means
don't move at all." t nil)
(autoload 'vm-delete-duplicate-messages "vm-delete" "\
Delete duplicate messages in the current folder.
This command works by computing an MD5 hash for the body ofeach
non-deleted message in the folder and deleting messages that have
a hash that has already been seen.  Messages that already deleted
are never hashed, so VM will never delete the last copy of a
message in a folder.  'Deleting' means flagging for deletion; you
will have to expunge the messages with `vm-expunge-folder' to
really get rid of them, as usual.

When invoked on marked messages (via `vm-next-command-uses-marks'),
only duplicate messages among the marked messages are deleted,
unmarked messages are not hashed or considerd for deletion." t nil)
(autoload 'vm-expunge-folder "vm-delete" "\
Expunge messages with the `deleted' attribute.
For normal folders this means that the deleted messages are
removed from the message list and the message contents are
removed from the folder buffer.

For virtual folders, messages are removed from the virtual
message list.  If virtual mirroring is in effect for the virtual
folder, the corresponding real messages are also removed from real
message lists and the message contents are removed from real folders.

When invoked on marked messages (via `vm-next-command-uses-marks'),
only messages both marked and deleted are expunged, other messages are
ignored." t nil)
(autoload 'vm-no-frills-encapsulate-message "vm-digest" "\
Encapsulate a message M for forwarding, simply.
No message encapsulation standard is used.  The message is
inserted at point in the current buffer, surrounded by two dashed
start/end separator lines.  Point is not moved.

M should be a message struct for a real message, not a virtual message.
This is the message that will be encapsulated.
KEEP-LIST should be a list of regexps matching headers to keep.
DISCARD-REGEXP should be a regexp that matches headers to be discarded.
KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers
to be forwarded.  See the docs for vm-reorder-message-headers
to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil)
(autoload 'vm-mime-encapsulate-messages "vm-digest" "\
Encapsulate the messages in MESSAGE-LIST as per the MIME spec.
The resulting digest is inserted at point in the current buffer.
Point is not moved.

MESSAGE-LIST should be a list of message structs (real or virtual).
These are the messages that will be encapsulated.
KEEP-LIST should be a list of regexps matching headers to keep.
DISCARD-REGEXP should be a regexp that matches headers to be discarded.
KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers
to be forwarded.  See the docs for vm-reorder-message-headers
to find out how KEEP-LIST and DISCARD-REGEXP are used.

If ALWAYS-USE-DIGEST is non-nil, always encapsulate for a multipart/digest.
Otherwise if there is only one message to be encapsulated
leave off the multipart boundary strings.  The caller is assumed to
be using message/rfc822 or message/news encoding instead.

If multipart/digest encapsulation is done, the function returns
the multipart boundary parameter (string) that should be used in
the Content-Type header.  Otherwise nil is returned." nil nil)
(autoload 'vm-mime-burst-message "vm-digest" "\
Burst messages from the digest message M.
M should be a message struct for a real message.
MIME encoding is expected.  Somewhere within the MIME layout
there must be at least one part of type message/news, message/rfc822 or
multipart/digest.  If there are multiple parts matching those types,
all of them will be burst." nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-mime-burst-layout "vm-digest" nil] 6)
(autoload 'vm-rfc934-char-stuff-region "vm-digest" "\
Quote RFC 934 message separators between START and END.
START and END are buffer positions in the current buffer.
Lines beginning with `-' in the region have `- ' prepended to them." nil nil)
(autoload 'vm-rfc934-char-unstuff-region "vm-digest" "\
Unquote lines in between START and END as per RFC 934.
START and END are buffer positions in the current buffer.
Lines beginning with `- ' in the region have that string stripped
from them." nil nil)
(autoload 'vm-rfc934-encapsulate-messages "vm-digest" "\
Encapsulate the messages in MESSAGE-LIST as per RFC 934.
The resulting digest is inserted at point in the current buffer.
Point is not moved.

MESSAGE-LIST should be a list of message structs (real or virtual).
These are the messages that will be encapsulated.
KEEP-LIST should be a list of regexps matching headers to keep.
DISCARD-REGEXP should be a regexp that matches headers to be discarded.
KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers
to be forwarded.  See the docs for vm-reorder-message-headers
to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil)
(autoload 'vm-rfc1153-char-stuff-region "vm-digest" "\
Quote RFC 1153 message separators between START and END.
START and END are buffer positions in the current buffer.
Lines consisting only of 30 hyphens have the first hyphen
converted to a space." nil nil)
(autoload 'vm-rfc1153-char-unstuff-region "vm-digest" "\
Unquote lines in between START and END as per RFC 1153.
START and END are buffer positions in the current buffer.
Lines consisting only of a space following by 29 hyphens have the space
converted to a hyphen." nil nil)
(autoload 'vm-rfc1153-encapsulate-messages "vm-digest" "\
Encapsulate the messages in MESSAGE-LIST as per RFC 1153.
The resulting digest is inserted at point in the current buffer.
Point is not moved.

MESSAGE-LIST should be a list of message structs (real or virtual).
These are the messages that will be encapsulated.
KEEP-LIST should be a list of regexps matching headers to keep.
DISCARD-REGEXP should be a regexp that matches headers to be discarded.
KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers
to be forwarded.  See the docs for vm-reorder-message-headers
to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil)
(autoload 'vm-rfc1153-or-rfc934-burst-message "vm-digest" "\
Burst messages from the digest message M.
M should be a message struct for a real message.
If RFC1153 is non-nil, assume the digest is of the form specified by
RFC 1153.  Otherwise assume RFC 934 digests." nil nil)
(autoload 'vm-rfc934-burst-message "vm-digest" "\
Burst messages from the RFC 934 digest message M.
M should be a message struct for a real message." nil nil)
(autoload 'vm-rfc1153-burst-message "vm-digest" "\
Burst messages from the RFC 1153 digest message M.
M should be a message struct for a real message." nil nil)
(autoload 'vm-burst-digest "vm-digest" "\
Burst the current message (a digest) into its individual messages.
The digest's messages are assimilated into the folder as new mail
would be.

Optional argument DIGEST-TYPE is a string that tells VM what kind
of digest the current message is.  If it is not given the value
defaults to the value of vm-digest-burst-type.  When called
interactively DIGEST-TYPE will be read from the minibuffer.

If invoked on marked messages (via vm-next-command-uses-marks),
all marked messages will be burst." t nil)
(autoload 'vm-burst-rfc934-digest "vm-digest" "\
Burst an RFC 934 style digest" t nil)
(autoload 'vm-burst-rfc1153-digest "vm-digest" "\
Burst an RFC 1153 style digest" t nil)
(autoload 'vm-burst-mime-digest "vm-digest" "\
Burst a MIME digest" t nil)
(autoload 'vm-burst-digest-to-temp-folder "vm-digest" "\
Burst the current message (a digest) into a temporary folder.
The digest's messages are copied to a buffer and vm-mode is
invoked on the buffer.  There is no file associated with this
buffer.  You can use `vm-write-file' to save the buffer, or
`vm-save-message' to save individual messages to a real folder.

Optional argument DIGEST-TYPE is a string that tells VM what kind
of digest the current message is.  If it is not given the value
defaults to the value of vm-digest-burst-type.  When called
interactively DIGEST-TYPE will be read from the minibuffer.

If invoked on marked messages (via vm-next-command-uses-marks),
all marked messages will be burst." t nil)
(autoload 'vm-guess-digest-type "vm-digest" "\
Guess the digest type of the message M.
M should be the message struct of a real message.
Returns either \"rfc934\", \"rfc1153\" or \"mime\"." nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-digest-get-header-contents "vm-digest" nil] 6)
(autoload 'vm-easy-menu-define "vm-easymenu" "\
Define a menu bar submenu in maps MAPS, according to MENU.
The menu keymap is stored in symbol SYMBOL, both as its value
and as its function definition.   DOC is used as the doc string for SYMBOL.

The first element of MENU must be a string.  It is the menu bar item name.
The rest of the elements are menu items.

A menu item is usually a vector of three elements:  [NAME CALLBACK ENABLE]

NAME is a string--the menu item name.

CALLBACK is a command to run when the item is chosen,
or a list to evaluate when the item is chosen.

ENABLE is an expression; the item is enabled for selection
whenever this expression's value is non-nil.

Alternatively, a menu item may have the form: 

   [ NAME CALLBACK [ KEYWORD ARG ] ... ]

Where KEYWORD is one of the symbol defined below.

   :keys KEYS

KEYS is a string; a complex keyboard equivalent to this menu item.
This is normally not needed because keyboard equivalents are usually
computed automatically.

   :active ENABLE

ENABLE is an expression; the item is enabled for selection
whenever this expression's value is non-nil.

   :suffix NAME

NAME is a string; the name of an argument to CALLBACK.

   :style 
   
STYLE is a symbol describing the type of menu item.  The following are
defined:  

toggle: A checkbox.  
        Currently just prepend the name with the string \"Toggle \".
radio: A radio button. 
nil: An ordinary menu item.

   :selected SELECTED

SELECTED is an expression; the checkbox or radio button is selected
whenever this expression's value is non-nil.
Currently just disable radio buttons, no effect on checkboxes.

A menu item can be a string.  Then that string appears in the menu as
unselectable text.  A string consisting solely of hyphens is displayed
as a solid horizontal line.

A menu item can be a list.  It is treated as a submenu.
The first element should be the submenu name.  That's used as the
menu item in the top-level menu.  The cdr of the submenu list
is a list of menu items, as above." nil t)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\207" [autoload vm-easy-menu-do-define "vm-easymenu" nil vm-easy-menu-create-keymaps "vm-easymenu"] 6)
(autoload 'vm-easy-menu-change "vm-easymenu" "\
Change menu found at PATH as item NAME to contain ITEMS.
PATH is a list of strings for locating the menu containing NAME in the
menu bar.  ITEMS is a list of menu items, as in `vm-easy-menu-define'.
These items entirely replace the previous items in that map.

Call this from `activate-menubar-hook' to implement dynamic menus." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\207" [autoload vm-easy-menu-remove "vm-easymenu" nil vm-easy-menu-add "vm-easymenu"] 6)
(autoload 'vm-edit-message "vm-edit" "\
Edit the current message.  Prefix arg means mark as unedited instead.
If editing, the current message is copied into a temporary buffer, and
this buffer is selected for editing.  The major mode of this buffer is
controlled by the variable vm-edit-message-mode.  The hooks specified
in vm-edit-message-hook are run just prior to returning control to the user
for editing.

Use C-c ESC when you have finished editing the message.  The message
will be inserted into its folder replacing the old version of the
message.  If you don't want your edited version of the message to
replace the original, use C-c C-] and the edit will be aborted." t nil)
(autoload 'vm-edit-message-other-frame "vm-edit" "\
Like vm-edit-message, but run in a newly created frame." t nil)
(autoload 'vm-discard-cached-data "vm-edit" "\
Discard cached information about the current message.
When VM gathers information from the headers of a message, it stores it
internally for future reference.  This command causes VM to forget this
information, and VM will be forced to search the headers of the message
again for these data.  VM will also have to decide again which headers
should be displayed and which should not.  Therefore this command is
useful if you change the value of vm-visible-headers or
vm-invisible-header-regexp in the midst of a VM session.

Numeric prefix argument N means to discard data from the current message
plus the next N-1 messages.  A negative N means discard data from the
current message and the previous N-1 messages.

When invoked on marked messages (via vm-next-command-uses-marks),
data is discarded only from the marked messages in the current folder." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-discard-cached-data-internal "vm-edit" nil] 6)
(autoload 'vm-edit-message-end "vm-edit" "\
End the edit of a message and copy the result to its folder." t nil)
(autoload 'vm-edit-message-abort "vm-edit" "\
Abort the edit of a message, forgetting changes to the message." t nil)
(autoload 'vm-number-messages "vm-folder" "\
Set the number-of and padded-number-of slots of messages
in vm-message-list.

If non-nil, START-POINT should point to a cons cell in
vm-message-list and the numbering will begin there, else the
numbering will begin at the head of vm-message-list.  If
START-POINT is non-nil the reverse-link-of slot of the message in
the cons must be valid and the message pointed to (if any) must
have a non-nil number-of slot, because it is used to determine
what the starting message number should be.

If non-nil, END-POINT should point to a cons cell in
vm-message-list and the numbering will end with the message just
before this cell.  A nil value means numbering will be done until
the end of vm-message-list is reached." nil nil)
(autoload 'vm-set-numbering-redo-start-point "vm-folder" "\
Set vm-numbering-redo-start-point to START-POINT if appropriate.
Also mark the current buffer as needing a display update.

START-POINT should be a cons in vm-message-list or just t.
 (t means start from the beginning of vm-message-list.)
If START-POINT is closer to the head of vm-message-list than
vm-numbering-redo-start-point or is equal to t, then
vm-numbering-redo-start-point is set to match it." nil nil)
(autoload 'vm-set-numbering-redo-end-point "vm-folder" "\
Set vm-numbering-redo-end-point to END-POINT if appropriate.
Also mark the current buffer as needing a display update.

END-POINT should be a cons in vm-message-list or just t.
 (t means number all the way to the end of vm-message-list.)
If END-POINT is closer to the end of vm-message-list or is equal
to t, then vm-numbering-redo-start-point is set to match it.
The number-of slot is used to determine proximity to the end of
vm-message-list, so this slot must be valid in END-POINT's message
and the message in the cons pointed to by vm-numbering-redo-end-point." nil nil)
(autoload 'vm-do-needed-renumbering "vm-folder" "\
Number messages in vm-message-list as specified by
vm-numbering-redo-start-point and vm-numbering-redo-end-point.

vm-numbering-redo-start-point = t means start at the head
of vm-message-list.
vm-numbering-redo-end-point = t means number all the way to the
end of vm-message-list.

Otherwise the variables' values should be conses in vm-message-list
or nil." nil nil)
(autoload 'vm-set-summary-redo-start-point "vm-folder" "\
Set vm-summary-redo-start-point to START-POINT if appropriate.
Also mark the current buffer as needing a display update.

START-POINT should be a cons in vm-message-list or just t.
 (t means start from the beginning of vm-message-list.)
If START-POINT is closer to the head of vm-message-list than
vm-summary-redo-start-point or is equal to t, then
vm-summary-redo-start-point is set to match it." nil nil)
(autoload 'vm-mark-for-summary-update "vm-folder" "\
Mark message M for a summary update.
Also mark M's buffer as needing a display update. Any virtual
messages of M and their buffers are similarly marked for update.
If M is a virtual message and virtual mirroring is in effect for
M (i.e. attribute-of eq attributes-of M's real message), M's real
message and its buffer are scheduled for an update.

Optional arg DONT-KILL-CACHE non-nil means don't invalidate the
summary-of slot for any messages marked for update.  This is
meant to be used by functions that update message information
that is not cached in the summary-of slot, e.g. message numbers
and thread indentation." nil nil)
(autoload 'vm-force-mode-line-update "vm-folder" "\
Force a mode line update in all frames." nil nil)
(autoload 'vm-do-needed-mode-line-update "vm-folder" "\
Do a modeline update for the current folder buffer.
This means setting up all the various vm-ml attribute variables
in the folder buffer and copying necessary variables to the
folder buffer's summary and presentation buffers, and then
forcing Emacs to update all modelines.

If a virtual folder being updated has no messages, then
erase-buffer is called on its buffer.

If any type of folder is empty, erase-buffer is called
on its presentation buffer, if any." nil nil)
(autoload 'vm-update-summary-and-mode-line "vm-folder" "\
Update summary and mode line for all VM folder and summary buffers.
Really this updates all the visible status indicators.

Message lists are renumbered.
Summary entries are wiped and regenerated.
Mode lines are updated.
Toolbars are updated." nil nil)
(autoload 'vm-reverse-link-messages "vm-folder" "\
Set reverse links for all messages in vm-message-list." nil nil)
(autoload 'vm-match-ordered-header "vm-folder" "\
Try to match a header in ALIST and return the matching cell.
This is used by header ordering code.

ALIST looks like this ((\"From\") (\"To\")).  This function returns
the alist element whose car matches the header starting at point.
The header ordering code uses the cdr of the element
returned to hold headers to be output later." nil nil)
(autoload 'vm-match-header "vm-folder" "\
Match a header and save some state information about the matched header.
Optional first arg HEADER-NAME means match the header only
if it matches HEADER-NAME.  HEADER-NAME should be a string
containing a header name.  The string should end with a colon if just
that name should be matched.  A string that does not end in a colon
will match all headers that begin with that string.

State information is stored in vm-matched-header-vector bound to a vector
of this form.

 [ header-start header-end
   header-name-start header-name-end
   header-contents-start header-contents-end ]

Elements are integers.
There are functions to access and use this info." nil nil)
(autoload 'vm-matched-header "vm-folder" "\
Returns the header last matched by vm-match-header.
Trailing newline is included." nil nil)
(autoload 'vm-matched-header-name "vm-folder" "\
Returns the name of the header last matched by vm-match-header." nil nil)
(autoload 'vm-matched-header-contents "vm-folder" "\
Returns the contents of the header last matched by vm-match-header.
Trailing newline is not included." nil nil)
(autoload 'vm-matched-header-start "vm-folder" "\
Returns the start position of the header last matched by vm-match-header." nil nil)
(autoload 'vm-matched-header-end "vm-folder" "\
Returns the end position of the header last matched by vm-match-header." nil nil)
(autoload 'vm-matched-header-name-start "vm-folder" "\
Returns the start position of the name of the header last matched
by vm-match-header." nil nil)
(autoload 'vm-matched-header-name-end "vm-folder" "\
Returns the end position of the name of the header last matched
by vm-match-header." nil nil)
(autoload 'vm-matched-header-contents-start "vm-folder" "\
Returns the start position of the contents of the header last matched
by vm-match-header." nil nil)
(autoload 'vm-matched-header-contents-end "vm-folder" "\
Returns the end position of the contents of the header last matched
by vm-match-header." nil nil)
(autoload 'vm-get-folder-type "vm-folder" "\
Return a symbol indicating the folder type of the current buffer.
This function works by examining the beginning of a folder.
If optional arg FILE is present the type of FILE is returned instead.
If FILE is being visited, the type of the buffer is returned.
If optional second and third arg START and END are provided,
vm-get-folder-type will examine the text between those buffer
positions.  START and END default to 1 and (buffer-size) + 1.
If IGNORED-VISITED is non-nil, even if FILE is being visited, its
buffer is ignored and the disk copy of FILE is examined.

Returns
  nil       if folder has no type (empty)
  unknown   if the type is not known to VM
  mmdf      for MMDF folders
  babyl     for BABYL folders
  From_     for BSD UNIX From_ folders
  BellFrom_ for old SysV From_ folders
  From_-with-Content-Length
            for new SysV folders that use the Content-Length header

If vm-trust-From_-with-Content-Length is non-nil,
From_-with-Content-Length is returned if the first message in the
folder has a Content-Length header and the folder otherwise looks
like a From_ folder.

Since BellFrom_ and From_ folders cannot be reliably distinguished
from each other, you must tell VM which one your system uses by
setting the variable vm-default-From_-folder-type to either From_ or
BellFrom_.  For folders that could be From_ or BellFrom_ folders,
the value of vm-default-From_folder-type will be returned." nil nil)
(autoload 'vm-convert-folder-type "vm-folder" "\
Convert buffer from OLD-TYPE to NEW-TYPE.
OLD-TYPE and NEW-TYPE should be symbols returned from vm-get-folder-type.
This should be called on non-live buffers like crash boxes.
This will confuse VM if called on a folder buffer in vm-mode." nil nil)
(autoload 'vm-convert-folder-header "vm-folder" "\
Convert the folder header form OLD-TYPE to NEW-TYPE.
The folder header is the text at the beginning of a folder that
is a legal part of the folder but is not part of the first
message.  This is for dealing with BABYL files." nil nil)
(autoload 'vm-skip-past-folder-header "vm-folder" "\
Move point past the folder header.
The folder header is the text at the beginning of a folder that
is a legal part of the folder but is not part of the first
message.  This is for dealing with BABYL files." nil nil)
(autoload 'vm-convert-folder-type-headers "vm-folder" "\
Convert headers in the message around point from OLD-TYPE to NEW-TYPE.
This means to add/delete Content-Length and any other
headers related to folder-type as needed for folder type
conversions.  This function expects point to be at the beginning
of the header section of a message, and it only deals with that
message." nil nil)
(autoload 'vm-munge-message-separators "vm-folder" "\
Munge message separators of FOLDER-TYPE found between START and END.
This function is used to eliminate message separators for a particular
folder type that happen to occur in a message.  \">\" is prepended to such
separators." nil nil)
(autoload 'vm-compatible-folder-p "vm-folder" "\
Return non-nil if FILE is a compatible folder with the current buffer.
The current folder must have vm-folder-type initialized.
FILE is compatible if
  - it is empty
  - the current folder is empty
  - the two folder types are equal" nil nil)
(autoload 'vm-leading-message-separator "vm-folder" "\
Returns a leading message separator for the current folder.
Defaults to returning a separator for the current folder type.

Optional first arg FOLDER-TYPE means return a separator for that
folder type instead.

Optional second arg MESSAGE should be a message struct.  This is used
generating BABYL separators, because they contain message attributes
and labels that must must be copied from the message.

Optional third arg FOR-OTHER-FOLDER non-nil means that this separator will
be used a `foreign' folder.  This means that the `deleted'
attributes should not be copied for BABYL folders." nil nil)
(autoload 'vm-trailing-message-separator "vm-folder" "\
Returns a trailing message separator for the current folder.
Defaults to returning a separator for the current folder type.

Optional first arg FOLDER-TYPE means return a separator for that
folder type instead." nil nil)
(autoload 'vm-folder-header "vm-folder" "\
Returns a folder header for the current folder.
Defaults to returning a folder header for the current folder type.

Optional first arg FOLDER-TYPE means return a folder header for that
folder type instead.

Optional second arg LABEL-OBARRAY should be an obarray of labels
that have been used in this folder.  This is used for BABYL folders." nil nil)
(autoload 'vm-find-leading-message-separator "vm-folder" "\
Find the next leading message separator in a folder.
Returns non-nil if the separator is found, nil otherwise." nil nil)
(autoload 'vm-find-trailing-message-separator "vm-folder" "\
Find the next trailing message separator in a folder." nil nil)
(autoload 'vm-skip-past-leading-message-separator "vm-folder" "\
Move point past a leading message separator at point." nil nil)
(autoload 'vm-skip-past-trailing-message-separator "vm-folder" "\
Move point past a trailing message separator at point." nil nil)
(autoload 'vm-build-message-list "vm-folder" "\
Build a chain of message structures, stored them in vm-message-list.
Finds the start and end of each message and fills in the relevant
fields in the message structures.

Also finds the beginning of the header section and the end of the
text section and fills in these fields in the message structures.

vm-text-of and vm-vheaders-of fields don't get filled until they
are needed.

If vm-message-list already contained messages, the end of the last
known message is found and then the parsing of new messages begins
there and the message are appended to vm-message-list.

vm-folder-type is initialized here." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\210\300\366\367\303\211\211%\210\300\370\371\303\211\211%\210\300\372\373\303\211\211%\210\300\374\375\303\211\211%\210\300\376\377\303\211\211%\210\300\201@ \201A \303\211\211%\210\300\201B \201C \303\211\211%\210\300\201D \201E \303\211\211%\210\300\201F \201G \303\211\211%\210\300\201H \201I \303\211\211%\210\300\201J \201K \303\211\211%\210\300\201L \201M \303\211\211%\210\300\201N \201O \303\211\211%\210\300\201P \201Q \303\211\211%\210\300\201R \201S \303\211\211%\210\300\201T \201U \303\211\211%\210\300\201V \201W \303\211\211%\210\300\201X \201Y \303\211\211%\210\300\201Z \201[ \303\211\211%\207" [autoload vm-build-header-order-alist "vm-folder" nil vm-reorder-message-headers "vm-folder" vm-read-attributes "vm-folder" vm-read-babyl-attributes "vm-folder" vm-set-default-attributes "vm-folder" vm-compute-totals "vm-folder" vm-emit-totals-blurb "vm-folder" vm-convert-v4-attributes "vm-folder" vm-gobble-last-modified "vm-folder" vm-gobble-labels "vm-folder" vm-startup-apply-labels "vm-folder" vm-gobble-bookmark "vm-folder" vm-startup-apply-bookmark "vm-folder" vm-gobble-pop-retrieved "vm-folder" vm-gobble-imap-retrieved "vm-folder" vm-gobble-visible-header-variables "vm-folder" vm-startup-apply-header-variables "vm-folder" vm-gobble-message-order "vm-folder" vm-startup-apply-message-order "vm-folder" vm-gobble-summary "vm-folder" vm-startup-apply-summary "vm-folder" vm-stuff-attributes "vm-folder" vm-stuff-folder-attributes "vm-folder" vm-stuff-babyl-attributes "vm-folder" vm-babyl-attributes-string "vm-folder" vm-babyl-labels-string "vm-folder" vm-stuff-virtual-attributes "vm-folder" vm-stuff-labels "vm-folder" vm-stuff-bookmark "vm-folder" vm-stuff-last-modified "vm-folder" vm-stuff-pop-retrieved "vm-folder" vm-stuff-imap-retrieved "vm-folder" vm-stuff-summary "vm-folder" vm-stuff-header-variables "vm-folder" vm-stuff-message-order "vm-folder" vm-remove-message-order "vm-folder" vm-make-index-file-name "vm-folder" vm-read-index-file-maybe "vm-folder" vm-read-index-file "vm-folder" vm-check-index-file-validity "vm-folder" vm-generate-index-file-validity-check "vm-folder" vm-write-index-file-maybe "vm-folder" vm-write-index-file "vm-folder" vm-delete-index-file "vm-folder" vm-change-all-new-to-unread "vm-folder"] 6)
(autoload 'vm-unread-message "vm-folder" "\
Set the `unread' attribute for the current message.  If the message is
already new or unread, then it is left unchanged.

Numeric prefix argument N means to unread the current message plus the
next N-1 messages.  A negative N means unread the current message and
the previous N-1 messages.

When invoked on marked messages (via vm-next-command-uses-marks),
all marked messages are affected, other messages are ignored." t nil)
(autoload 'vm-quit-just-bury "vm-folder" "\
Bury the current VM folder and summary buffers.
The folder is not altered and Emacs is still visiting it.  You
can switch back to it with switch-to-buffer or by using the
Buffer Menu." t nil)
(autoload 'vm-quit-just-iconify "vm-folder" "\
Iconify the frame and bury the current VM folder and summary buffers.
The folder is not altered and Emacs is still visiting it." t nil)
(autoload 'vm-quit-no-change "vm-folder" "\
Quit visiting the current folder without saving changes made to the folder." t nil)
(autoload 'vm-quit "vm-folder" "\
Quit visiting the current folder, saving changes.  Deleted messages are not expunged." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\322\303%\210\300\323\324\303\322\303%\210\300\325\326\303\211\211%\207" [autoload vm-start-itimers-if-needed "vm-folder" nil vm-timer-using "vm-folder" vm-check-mail-itimer-function "vm-folder" vm-get-mail-itimer-function "vm-folder" vm-flush-itimer-function "vm-folder" vm-flush-cached-data "vm-folder" vm-write-file-hook "vm-folder" vm-save-buffer "vm-folder" t vm-write-file "vm-folder" vm-unblock-new-mail "vm-folder"] 6)
(autoload 'vm-save-folder "vm-folder" "\
Save current folder to disk.
Deleted messages are not expunged.
Prefix arg is handled the same as for the command `save-buffer'.

When applied to a virtual folder, this command runs itself on
each of the underlying real folders associated with the virtual
folder." t nil)
(autoload 'vm-save-and-expunge-folder "vm-folder" "\
Expunge folder, then save it to disk.
Prefix arg is handled the same as for the command save-buffer.
Expunge won't be done if folder is read-only.

When applied to a virtual folder, this command works as if you had
run vm-expunge-folder followed by vm-save-folder." t nil)
(byte-code "\300\301\302\303\304\303%\210\300\305\306\303\304\303%\210\300\307\310\303\211\211%\210\300\311\312\303\211\211%\210\300\313\314\303\211\211%\210\300\315\316\303\211\211%\207" [autoload vm-revert-buffer "vm-folder" nil t vm-recover-file "vm-folder" vm-handle-file-recovery-or-reversion "vm-folder" vm-handle-file-recovery "vm-folder" vm-handle-file-reversion "vm-folder" vm-after-revert-buffer-hook "vm-folder"] 6)
(autoload 'vm-help "vm-folder" "\
Display help for various VM activities." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\207" [autoload vm-spool-move-mail "vm-folder" nil vm-gobble-crash-box "vm-folder" vm-compute-spool-files "vm-folder" vm-spool-check-mail "vm-folder" vm-count-messages-in-file "vm-folder" vm-movemail-specific-spool-file-p "vm-folder" vm-check-for-spooled-mail "vm-folder" vm-get-spooled-mail "vm-folder" vm-get-spooled-mail-normal "vm-folder" vm-safe-popdrop-string "vm-folder" vm-safe-imapdrop-string "vm-folder"] 6)
(autoload 'vm-get-new-mail "vm-folder" "\
Move any new mail that has arrived in any of the spool files for the
current folder into the folder.  New mail is appended to the disk
and buffer copies of the folder.

Prefix arg means to gather mail from a user specified folder, instead of
the usual spool files.  The file name will be read from the minibuffer.
Unlike when getting mail from a spool file, the source file is left
undisturbed after its messages have been copied.

When applied to a virtual folder, this command runs itself on
each of the underlying real folders associated with this virtual
folder.  A prefix argument has no effect when this command is
applied to virtual folder; mail is always gathered from the spool
files." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\312\303%\210\300\313\314\303\211\211%\210\300\315\316\303\211\211%\207" [autoload vm-assimilate-new-messages "vm-folder" nil vm-select-marked-or-prefixed-messages "vm-folder" vm-display-startup-message "vm-folder" vm-toggle-read-only "vm-folder" t vm-mode-internal "vm-folder" vm-link-to-virtual-buffers "vm-folder"] 6)
(autoload 'vm-change-folder-type "vm-folder" "\
Change folder type to TYPE.
TYPE may be one of the following symbol values:

    From_
    From_-with-Content-Length
    BellFrom_
    mmdf
    babyl

Interactively TYPE will be read from the minibuffer." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\330%\210\300\331\332\303\211\330%\210\300\333\334\303\211\330%\210\300\335\336\303\211\330%\210\300\337\340\303\211\330%\210\300\341\342\303\211\330%\210\300\343\344\303\211\330%\210\300\345\346\303\211\330%\210\300\347\350\303\211\330%\210\300\351\352\303\211\330%\210\300\353\354\303\211\330%\210\300\355\356\303\211\330%\210\300\357\360\303\211\330%\210\300\361\362\303\211\330%\210\300\363\364\303\211\330%\210\300\365\366\303\211\330%\210\300\367\370\303\211\330%\210\300\371\372\303\211\330%\210\300\373\374\303\211\211%\210\300\375\376\303\211\211%\207" [autoload vm-register-global-garbage-files "vm-folder" nil vm-register-folder-garbage-files "vm-folder" vm-register-folder-garbage "vm-folder" vm-register-message-garbage-files "vm-folder" vm-register-message-garbage "vm-folder" vm-garbage-collect-global "vm-folder" vm-garbage-collect-folder "vm-folder" vm-garbage-collect-message "vm-folder" vm-imap-capability "vm-imap" vm-imap-auth-method "vm-imap" vm-folder-imap-maildrop-spec "vm-imap" t vm-folder-imap-process "vm-imap" vm-folder-imap-uid-validity "vm-imap" vm-folder-imap-uid-list "vm-imap" vm-folder-imap-mailbox-count "vm-imap" vm-folder-imap-read-write "vm-imap" vm-folder-imap-can-delete "vm-imap" vm-folder-imap-body-peek "vm-imap" vm-folder-imap-permanent-flags "vm-imap" vm-set-folder-imap-maildrop-spec "vm-imap" vm-set-folder-imap-process "vm-imap" vm-set-folder-imap-uid-validity "vm-imap" vm-set-folder-imap-uid-list "vm-imap" vm-set-folder-imap-mailbox-count "vm-imap" vm-set-folder-imap-read-write "vm-imap" vm-set-folder-imap-can-delete "vm-imap" vm-set-folder-imap-body-peek "vm-imap" vm-set-folder-imap-permanent-flags "vm-imap" vm-imap-move-mail "vm-imap" vm-imap-check-mail "vm-imap"] 6)
(autoload 'vm-expunge-imap-messages "vm-imap" "\
Deletes all messages from IMAP mailbox that have already been retrieved
into the current folder.  VM sets the \\Deleted flag on all such messages
on all the relevant IMAP servers and then immediately expunges." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\210\300\366\367\303\211\211%\210\300\370\371\303\211\211%\210\300\372\373\303\211\211%\210\300\374\375\303\211\211%\210\300\376\377\303\211\211%\210\300\201@ \201A \303\211\211%\210\300\201B \201C \303\211\211%\210\300\201D \201E \303\211\211%\210\300\201F \201G \303\211\211%\210\300\201H \201I \303\211\211%\210\300\201J \201K \303\211\211%\210\300\201L \201M \303\211\211%\210\300\201N \201O \303\211\211%\210\300\201P \201Q \303\211\211%\210\300\201R \201S \303\211\211%\210\300\201T \201U \303\211\211%\210\300\201V \201W \303\211\211%\210\300\201X \201Y \303\211\211%\210\300\201Z \201[ \303\211\211%\210\300\201\\ \201] \303\211\211%\210\300\201^ \201_ \303\211\211%\210\300\201` \201a \303\211\211%\210\300\201b \201c \303\211\211%\210\300\201d \201e \303\211\211%\210\300\201f \201g \303\211\211%\210\300\201h \201i \303\211\211%\210\300\201j \201k \303\211\211%\210\300\201l \201m \303\211\211%\210\300\201n \201o \303\211\211%\210\300\201p \201q \303\211\211%\210\300\201r \201s \303\211\211%\210\300\201t \201u \303\211\211%\210\300\201v \201w \303\211\211%\210\300\201x \201y \303\211\211%\210\300\201z \201{ \303\211\211%\210\300\201| \201} \303\211\211%\210\300\201~ \201 \303\211\211%\210\300\201\200 \201\201 \303\211\211%\210\300\201\202 \201\203 \303\211\211%\210\300\201\204 \201\205 \303\211\211%\210\300\201\206 \201\207 \303\211\211%\207" [autoload vm-imap-make-session "vm-imap" nil vm-imap-end-session "vm-imap" vm-imap-stat-timer "vm-imap" vm-imap-stat-did-report "vm-imap" vm-imap-stat-x-box "vm-imap" vm-imap-stat-x-currmsg "vm-imap" vm-imap-stat-x-maxmsg "vm-imap" vm-imap-stat-x-got "vm-imap" vm-imap-stat-x-need "vm-imap" vm-imap-stat-y-box "vm-imap" vm-imap-stat-y-currmsg "vm-imap" vm-imap-stat-y-maxmsg "vm-imap" vm-imap-stat-y-got "vm-imap" vm-imap-stat-y-need "vm-imap" vm-set-imap-stat-timer "vm-imap" vm-set-imap-stat-did-report "vm-imap" vm-set-imap-stat-x-box "vm-imap" vm-set-imap-stat-x-currmsg "vm-imap" vm-set-imap-stat-x-maxmsg "vm-imap" vm-set-imap-stat-x-got "vm-imap" vm-set-imap-stat-x-need "vm-imap" vm-set-imap-stat-y-box "vm-imap" vm-set-imap-stat-y-currmsg "vm-imap" vm-set-imap-stat-y-maxmsg "vm-imap" vm-set-imap-stat-y-got "vm-imap" vm-set-imap-stat-y-need "vm-imap" vm-imap-start-status-timer "vm-imap" vm-imap-stop-status-timer "vm-imap" vm-imap-report-retrieval-status "vm-imap" vm-imap-check-connection "vm-imap" vm-imap-send-command "vm-imap" vm-imap-select-mailbox "vm-imap" vm-imap-get-uid-list "vm-imap" vm-imap-get-flags-list "vm-imap" vm-imap-ask-about-large-message "vm-imap" vm-imap-retrieve-to-target "vm-imap" vm-imap-delete-message "vm-imap" vm-imap-get-message-size "vm-imap" vm-imap-read-capability-response "vm-imap" vm-imap-read-greeting "vm-imap" vm-imap-read-ok-response "vm-imap" vm-imap-cleanup-region "vm-imap" vm-imapdrop-sans-password "vm-imap" vm-imapdrop-sans-password-and-mailbox "vm-imap" vm-imap-read-response "vm-imap" vm-imap-read-object "vm-imap" vm-imap-response-matches "vm-imap" vm-imap-bail-if-server-says-farewell "vm-imap" vm-imap-protocol-error "vm-imap" vm-imap-scan-list-for-flag "vm-imap" vm-imap-plist-get "vm-imap" vm-imap-clear-invalid-retrieval-entries "vm-imap" vm-imap-quote-string "vm-imap" vm-imap-quote-buffer "vm-imap" vm-establish-new-folder-imap-session "vm-imap" vm-imap-get-uid-data "vm-imap" vm-imap-get-message-flags "vm-imap" vm-imap-store-message-flags "vm-imap" vm-imap-save-message "vm-imap" vm-imap-get-synchronization-data "vm-imap" vm-imap-synchronize-folder "vm-imap" vm-imap-folder-check-for-mail "vm-imap" vm-imap-find-spec-for-buffer "vm-imap" vm-imap-make-filename-for-spec "vm-imap" vm-imap-normalize-spec "vm-imap" vm-imap-parse-spec-to-list "vm-imap" vm-imap-spec-list-to-host-alist "vm-imap"] 6)
(autoload 'vm-read-imap-folder-name "vm-imap" "\
Read an IMAP server and mailbox, return an IMAP mailbox spec." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\207" [autoload vm-imap-directory-separator "vm-imap" nil vm-imap-mailbox-list "vm-imap" vm-imap-read-boolean-response "vm-imap" vm-imap-create-mailbox "vm-imap" vm-imap-delete-mailbox "vm-imap" vm-imap-rename-mailbox "vm-imap"] 6)
(autoload 'vm-create-imap-folder "vm-imap" "\
Create a folder on an IMAP server.
First argument FOLDER is read from the minibuffer if called
interactively.  Non-interactive callers must provide an IMAP
maildrop specification for the folder as described in the
documentation for `vm-spool-files'." t nil)
(autoload 'vm-delete-imap-folder "vm-imap" "\
Delete a folder on an IMAP server.
First argument FOLDER is read from the minibuffer if called
interactively.  Non-interactive callers must provide an IMAP
maildrop specification for the folder as described in the
documentation for `vm-spool-files'." t nil)
(autoload 'vm-rename-imap-folder "vm-imap" "\
Rename a folder on an IMAP server.
Argument SOURCE and DEST are read from the minibuffer if called
interactively.  Non-interactive callers must provide full IMAP
maildrop specifications for SOURCE and DEST as described in the
documentation for `vm-spool-files'." t nil)
(autoload 'vm-show-copying-restrictions "vm-license" nil t nil)
(autoload 'vm-show-no-warranty "vm-license" "\
Display \"NO WARRANTY\" section of the GNU General Public License." t nil)
(byte-code "\300\301\302\303\211\304%\210\300\305\306\303\211\304%\210\300\307\310\303\211\304%\210\300\311\312\303\211\304%\210\300\313\314\303\211\304%\210\300\315\316\303\211\304%\210\300\317\320\303\211\304%\210\300\321\322\303\211\304%\210\300\323\324\303\211\304%\210\300\325\326\303\211\304%\210\300\327\330\303\211\304%\210\300\331\332\303\211\304%\210\300\333\334\303\211\304%\207" [autoload vm-marker "vm-macro" nil t vm-select-folder-buffer "vm-macro" vm-select-folder-buffer-if-possible "vm-macro" vm-error-if-folder-read-only "vm-macro" vm-error-if-virtual-folder "vm-macro" vm-build-threads-if-unbuilt "vm-macro" vm-binary-coding-system "vm-macro" vm-line-ending-coding-system "vm-macro" vm-save-restriction "vm-macro" vm-save-buffer-excursion "vm-macro" vm-assert "vm-macro" vm-increment "vm-macro" vm-decrement "vm-macro"] 6)
(autoload 'vm-clear-all-marks "vm-mark" "\
Removes all message marks in the current folder." t nil)
(autoload 'vm-toggle-all-marks "vm-mark" "\
Toggles all message marks in the current folder.
Messages that are unmarked will become marked and messages that are
marked will become unmarked." t nil)
(autoload 'vm-mark-all-messages "vm-mark" "\
Mark all messages in the current folder." t nil)
(autoload 'vm-mark-message "vm-mark" "\
Mark the current message.
Numeric prefix argument N means mark the current message and the next
N-1 messages.  A negative N means mark the current message and the
previous N-1 messages." t nil)
(autoload 'vm-unmark-message "vm-mark" "\
Remove the mark from the current message.
Numeric prefix argument N means unmark the current message and the next
N-1 messages.  A negative N means unmark the current message and the
previous N-1 messages." t nil)
(autoload 'vm-mark-summary-region "vm-mark" "\
Mark all messages with summary lines contained in the region." t nil)
(autoload 'vm-unmark-summary-region "vm-mark" "\
Remove marks from messages with summary lines contained in the region." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\207" [autoload vm-mark-or-unmark-summary-region "vm-mark" nil vm-mark-or-unmark-messages-with-selector "vm-mark"] 6)
(autoload 'vm-mark-matching-messages "vm-mark" "\
Mark messages matching some criterion.
You can use any of the virtual folder selectors, except for the
`and', `or' and `not' selectors.  See the documentation for the
variable vm-virtual-folder-alist for more information." t nil)
(autoload 'vm-unmark-matching-messages "vm-mark" "\
Unmark messages matching some criterion.
You can use any of the virtual folder selectors, except for the
`and', `or' and `not' selectors.  See the documentation for the
variable vm-virtual-folder-alist for more information." t nil)
(autoload 'vm-mark-thread-subtree "vm-mark" "\
Mark all messages in the thread tree rooted at the current message." t nil)
(autoload 'vm-unmark-thread-subtree "vm-mark" "\
Unmark all messages in the thread tree rooted at the current message." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-mark-or-unmark-thread-subtree "vm-mark" nil] 6)
(autoload 'vm-mark-messages-same-subject "vm-mark" "\
Mark all messages with the same subject as the current message." t nil)
(autoload 'vm-unmark-messages-same-subject "vm-mark" "\
Unmark all messages with the same subject as the current message." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-mark-or-unmark-messages-same-subject "vm-mark" nil] 6)
(autoload 'vm-mark-messages-same-author "vm-mark" "\
Mark all messages with the same author as the current message." t nil)
(autoload 'vm-unmark-messages-same-author "vm-mark" "\
Unmark all messages with the same author as the current message." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\207" [autoload vm-mark-or-unmark-messages-same-author "vm-mark" nil vm-mark-or-unmark-messages-with-virtual-folder "vm-mark"] 6)
(autoload 'vm-mark-matching-messages-with-virtual-folder "vm-mark" "\
Mark messages that are matched by the selectors of virtual folder NAME." t nil)
(autoload 'vm-unmark-matching-messages-with-virtual-folder "vm-mark" "\
Unmark messages that are matched by the selectors of virtual folder NAME." t nil)
(autoload 'vm-next-command-uses-marks "vm-mark" "\
Does nothing except insure that the next VM command will operate only
on the marked messages in the current folder.  This only works for
commands bound to key, menu or button press events.  M-x vm-command will
not work." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\306\303%\207" [autoload vm-marked-messages "vm-mark" nil vm-mark-help "vm-mark" t] 6)
(autoload 'vm-menu-run-command "vm-menu" "\
Run COMMAND almost interactively, with ARGS.
call-interactive can't be used unfortunately, but this-command is
set to the command name so that window configuration will be done." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\324\303%\210\300\325\326\303\211\211%\210\300\327\330\303\324\303%\210\300\331\332\303\324\303%\210\300\333\334\303\211\211%\210\300\335\336\303\211\211%\210\300\337\340\303\211\211%\210\300\341\342\303\211\211%\210\300\343\344\303\324\303%\210\300\345\346\303\324\303%\210\300\347\350\303\211\211%\210\300\351\352\303\324\303%\210\300\353\354\303\324\303%\210\300\355\356\303\324\303%\210\300\357\360\303\324\303%\210\300\361\362\303\324\303%\210\300\363\364\303\324\303%\210\300\365\366\303\211\211%\210\300\367\370\303\211\211%\210\300\371\372\303\324\303%\210\300\373\374\303\211\211%\210\300\375\376\303\211\211%\210\300\377\201@ \303\211\211%\210\300\201A \201B \303\211\211%\210\300\201C \201D \303\211\211%\210\300\201E \201F \303\211\211%\210\300\201G \201H \303\211\211%\207" [autoload vm-menu-can-revert-p "vm-menu" nil vm-menu-can-recover-p "vm-menu" vm-menu-can-save-p "vm-menu" vm-menu-can-get-new-mail-p "vm-menu" vm-menu-can-undo-p "vm-menu" vm-menu-can-decode-mime-p "vm-menu" vm-menu-can-expunge-pop-messages-p "vm-menu" vm-menu-can-expunge-imap-messages-p "vm-menu" vm-menu-yank-original "vm-menu" t vm-menu-can-send-mail-p "vm-menu" vm-menu-create-subject-virtual-folder "vm-menu" vm-menu-create-author-virtual-folder "vm-menu" vm-menu-xemacs-global-menubar "vm-menu" vm-menu-fsfemacs-global-menubar "vm-menu" vm-menu-initialize-vm-mode-menu-map "vm-menu" vm-menu-make-xemacs-menubar "vm-menu" vm-menu-popup-mode-menu "vm-menu" vm-menu-popup-context-menu "vm-menu" vm-menu-goto-event "vm-menu" vm-menu-popup-url-browser-menu "vm-menu" vm-menu-popup-mailto-url-browser-menu "vm-menu" vm-menu-popup-mime-dispose-menu "vm-menu" vm-menu-popup-attachment-menu "vm-menu" vm-menu-popup-image-menu "vm-menu" vm-menu-popup-fsfemacs-menu "vm-menu" vm-menu-mode-menu "vm-menu" vm-menu-set-menubar-dirty-flag "vm-menu" vm-menu-toggle-menubar "vm-menu" vm-menu-install-menubar "vm-menu" vm-menu-install-menubar-item "vm-menu" vm-menu-install-vm-mode-menu "vm-menu" vm-menu-install-mail-mode-menu "vm-menu" vm-menu-install-menus "vm-menu" vm-menu-install-known-virtual-folders-menu "vm-menu" vm-menu-install-visited-folders-menu "vm-menu"] 6)
(autoload 'vm-menu-hm-delete-folder "vm-menu" "\
Query deletes a folder." t nil)
(autoload 'vm-menu-hm-rename-folder "vm-menu" "\
Rename a folder." t nil)
(autoload 'vm-menu-hm-create-dir "vm-menu" "\
Create a subdir in PARENT-DIR." t nil)
(autoload 'vm-menu-hm-make-folder-menu "vm-menu" "\
Makes a menu with the mail folders of the directory `vm-folder-directory'." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-menu-hm-install-menu "vm-menu" nil] 6)
(autoload 'vm-menu-hm-tree-ls-in-temp-buffer "vm-menu" "\
List the directory DIR in the TEMP-BUFFER." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\207" [autoload vm-menu-hm-tree-make-file-list-1 "vm-menu" nil vm-menu-hm-tree-menu-file-truename "vm-menu"] 6)
(autoload 'vm-menu-hm-tree-make-file-list "vm-menu" "\
Makes a list with the files and subdirectories of DIR.
The list looks like: ((dirname1 file1 file2) 
                      file3
                      (dirname2 (dirname3 file4 file5) file6))" nil nil)
(autoload 'vm-menu-hm-tree-hide-file-p "vm-menu" "\
t, if one of the regexps in RE-HIDDEN-FILE-LIST matches the FILENAME." nil nil)
(autoload 'vm-menu-hm-tree-make-menu "vm-menu" "\
Returns a menu list.
Each item of the menu list has the form 
 [\"subdir\" (FUNCTION \"dir\") SELECTABLE].
Hidden directories (with a leading point) are suppressed, 
if NO-HIDDEN-DIRS are non nil. Also all files which are
matching a regexp in RE-HIDDEN-FILE-LIST are suppressed.
If INCLUDE-CURRENT-DIR non nil, then an additional command
for the current directory (.) is inserted." nil nil)
(byte-code "\300\301\302\303\211\304%\210\300\305\306\303\211\304%\210\300\307\310\303\211\304%\210\300\311\312\303\211\304%\210\300\313\314\303\211\304%\210\300\315\316\303\211\304%\210\300\317\320\303\211\304%\210\300\321\322\303\211\304%\210\300\323\324\303\211\304%\210\300\325\326\303\211\304%\210\300\327\330\303\211\304%\210\300\331\332\303\211\304%\210\300\333\334\303\211\304%\210\300\335\336\303\211\304%\210\300\337\340\303\211\304%\210\300\341\342\303\211\304%\210\300\343\344\303\211\304%\210\300\345\346\303\211\304%\210\300\347\350\303\211\304%\210\300\351\352\303\211\304%\210\300\353\354\303\211\304%\210\300\355\356\303\211\304%\210\300\357\360\303\211\304%\210\300\361\362\303\211\304%\210\300\363\364\303\211\304%\210\300\365\366\303\211\304%\210\300\367\370\303\211\304%\210\300\371\372\303\211\304%\210\300\373\374\303\211\304%\210\300\375\376\303\211\304%\210\300\377\201@ \303\211\304%\210\300\201A \201B \303\211\304%\210\300\201C \201D \303\211\304%\210\300\201E \201F \303\211\304%\210\300\201G \201H \303\211\304%\210\300\201I \201J \303\211\304%\210\300\201K \201L \303\211\304%\210\300\201M \201N \303\211\304%\210\300\201O \201P \303\211\304%\210\300\201Q \201R \303\211\304%\210\300\201S \201T \303\211\304%\210\300\201U \201V \303\211\304%\210\300\201W \201X \303\211\304%\210\300\201Y \201Z \303\211\304%\210\300\201[ \201\\ \303\211\304%\210\300\201] \201^ \303\211\304%\210\300\201_ \201` \303\211\304%\210\300\201a \201b \303\211\304%\210\300\201c \201d \303\211\304%\210\300\201e \201f \303\211\304%\210\300\201g \201h \303\211\304%\210\300\201i \201j \303\211\304%\210\300\201k \201l \303\211\304%\210\300\201m \201n \303\211\304%\210\300\201o \201p \303\211\304%\210\300\201q \201r \303\211\304%\210\300\201s \201t \303\211\304%\210\300\201u \201v \303\211\304%\210\300\201w \201x \303\211\304%\210\300\201y \201z \303\211\304%\210\300\201{ \201| \303\211\304%\210\300\201} \201~ \303\211\304%\210\300\201 \201\200 \303\211\304%\210\300\201\201 \201\202 \303\211\304%\210\300\201\203 \201\204 \303\211\304%\210\300\201\205 \201\206 \303\211\304%\210\300\201\207 \201\210 \303\211\304%\210\300\201\211 \201\212 \303\211\304%\210\300\201\213 \201\214 \303\211\304%\210\300\201\215 \201\216 \303\211\304%\210\300\201\217 \201\220 \303\211\304%\210\300\201\221 \201\222 \303\211\304%\210\300\201\223 \201\224 \303\211\304%\210\300\201\225 \201\226 \303\211\304%\210\300\201\227 \201\230 \303\211\304%\210\300\201\231 \201\232 \303\211\304%\210\300\201\233 \201\234 \303\211\304%\210\300\201\235 \201\236 \303\211\304%\210\300\201\237 \201\240 \303\211\304%\210\300\201\241 \201\242 \303\211\304%\210\300\201\243 \201\244 \303\211\304%\210\300\201\245 \201\246 \303\211\304%\210\300\201\247 \201\250 \303\211\304%\210\300\201\251 \201\252 \303\211\304%\210\300\201\253 \201\254 \303\211\304%\210\300\201\255 \201\256 \303\211\304%\210\300\201\257 \201\260 \303\211\304%\210\300\201\261 \201\262 \303\211\304%\210\300\201\263 \201\264 \303\211\304%\210\300\201\265 \201\266 \303\211\304%\210\300\201\267 \201\270 \303\211\304%\210\300\201\271 \201\272 \303\211\304%\210\300\201\273 \201\274 \303\211\304%\210\300\201\275 \201\276 \303\211\304%\210\300\201\277 \201\300 \303\211\304%\210\300\201\301 \201\302 \303\211\304%\210\300\201\303 \201\304 \303\211\304%\210\300\201\305 \201\306 \303\211\304%\210\300\201\307 \201\310 \303\211\304%\210\300\201\311 \201\312 \303\211\304%\210\300\201\313 \201\314 \303\211\304%\210\300\201\315 \201\316 \303\211\304%\210\300\201\317 \201\320 \303\211\304%\210\300\201\321 \201\322 \303\211\211%\210\300\201\323 \201\324 \303\211\304%\210\300\201\325 \201\326 \303\211\304%\210\300\201\327 \201\330 \303\211\304%\210\300\201\331 \201\332 \303\211\304%\210\300\201\333 \201\334 \303\211\304%\210\300\201\335 \201\336 \303\211\304%\210\300\201\337 \201\340 \303\211\304%\210\300\201\341 \201\342 \303\211\304%\210\300\201\343 \201\344 \303\211\304%\210\300\201\345 \201\346 \303\211\304%\210\300\201\347 \201\350 \303\211\304%\210\300\201\351 \201\352 \303\211\304%\210\300\201\353 \201\354 \303\211\304%\210\300\201\355 \201\356 \303\211\304%\210\300\201\357 \201\360 \303\211\304%\210\300\201\361 \201\362 \303\211\304%\210\300\201\363 \201\364 \303\211\304%\210\300\201\365 \201\366 \303\211\304%\210\300\201\367 \201\370 \303\211\304%\210\300\201\371 \201\372 \303\211\304%\210\300\201\373 \201\374 \303\211\304%\210\300\201\375 \201\376 \303\211\304%\210\300\201\377 \201 \303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201	\201\n\303\211\304%\210\300\201\201\f\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\304%\210\300\201\201\303\211\211%\210\300\201\201\303\211\211%\210\300\201\201\303\211\211%\210\300\201\201 \303\211\211%\210\300\201!\201\"\303\211\211%\210\300\201#\201$\303\211\211%\210\300\201%\201&\303\211\211%\210\300\201'\201(\303\211\211%\210\300\201)\201*\303\211\211%\210\300\201+\201,\303\211\211%\210\300\201-\201.\303\211\211%\210\300\201/\2010\303\211\211%\210\300\2011\2012\303\211\211%\210\300\2013\2014\303\211\211%\210\300\2015\2016\303\211\211%\210\300\2017\2018\303\211\211%\210\300\2019\201:\303\211\211%\210\300\201;\201<\303\211\211%\210\300\201=\201>\303\211\211%\210\300\201?\201@\303\211\211%\210\300\201A\201B\303\211\211%\210\300\201C\201D\303\211\211%\210\300\201E\201F\303\211\211%\210\300\201G\201H\303\211\211%\210\300\201I\201J\303\211\211%\210\300\201K\201L\303\211\211%\210\300\201M\201N\303\211\211%\210\300\201O\201P\303\211\211%\210\300\201Q\201R\303\211\211%\210\300\201S\201T\303\211\211%\210\300\201U\201V\303\211\211%\210\300\201W\201X\303\211\211%\210\300\201Y\201Z\303\211\211%\210\300\201[\201\\\303\211\211%\210\300\201]\201^\303\211\211%\210\300\201_\201`\303\211\211%\210\300\201a\201b\303\211\211%\210\300\201c\201d\303\211\211%\210\300\201e\201f\303\211\211%\210\300\201g\201h\303\211\211%\210\300\201i\201j\303\211\211%\210\300\201k\201l\303\211\211%\210\300\201m\201n\303\211\211%\210\300\201o\201p\303\211\211%\210\300\201q\201r\303\211\211%\210\300\201s\201t\303\211\211%\210\300\201u\201v\303\211\211%\210\300\201w\201x\303\211\211%\210\300\201y\201z\303\211\211%\210\300\201{\201|\303\211\211%\210\300\201}\201~\303\211\211%\210\300\201\201\200\303\211\211%\210\300\201\201\201\202\303\211\211%\210\300\201\203\201\204\303\211\211%\210\300\201\205\201\206\303\211\211%\210\300\201\207\201\210\303\211\211%\210\300\201\211\201\212\303\211\211%\210\300\201\213\201\214\303\211\211%\210\300\201\215\201\216\303\211\211%\210\300\201\217\201\220\303\211\211%\210\300\201\221\201\222\303\211\211%\210\300\201\223\201\224\303\211\211%\210\300\201\225\201\226\303\211\211%\210\300\201\227\201\230\303\211\211%\210\300\201\231\201\232\303\211\211%\210\300\201\233\201\234\303\211\211%\210\300\201\235\201\236\303\211\211%\210\300\201\237\201\240\303\211\211%\210\300\201\241\201\242\303\211\211%\210\300\201\243\201\244\303\211\211%\210\300\201\245\201\246\303\211\211%\210\300\201\247\201\250\303\211\211%\210\300\201\251\201\252\303\211\211%\210\300\201\253\201\254\303\211\211%\210\300\201\255\201\256\303\211\211%\210\300\201\257\201\260\303\211\211%\210\300\201\261\201\262\303\211\211%\210\300\201\263\201\264\303\211\211%\210\300\201\265\201\266\303\211\211%\210\300\201\267\201\270\303\211\211%\210\300\201\271\201\272\303\211\211%\210\300\201\273\201\274\303\211\211%\210\300\201\275\201\276\303\211\211%\210\300\201\277\201\300\303\211\211%\210\300\201\301\201\302\303\211\211%\210\300\201\303\201\304\303\211\211%\210\300\201\305\201\306\303\211\211%\210\300\201\307\201\310\303\211\211%\210\300\201\311\201\312\303\211\211%\210\300\201\313\201\314\303\211\211%\210\300\201\315\201\316\303\211\211%\210\300\201\317\201\320\303\211\211%\210\300\201\321\201\322\303\211\211%\210\300\201\323\201\324\303\211\211%\210\300\201\325\201\326\303\211\211%\207" [autoload vm-location-data-of "vm-message" nil t vm-start-of "vm-message" vm-headers-of "vm-message" vm-vheaders-of "vm-message" vm-text-of "vm-message" vm-text-end-of "vm-message" vm-end-of "vm-message" vm-softdata-of "vm-message" vm-number-of "vm-message" vm-padded-number-of "vm-message" vm-mark-of "vm-message" vm-su-start-of "vm-message" vm-su-end-of "vm-message" vm-real-message-sym-of "vm-message" vm-real-message-of "vm-message" vm-reverse-link-of "vm-message" vm-message-type-of "vm-message" vm-message-id-number-of "vm-message" vm-buffer-of "vm-message" vm-thread-indentation-of "vm-message" vm-thread-list-of "vm-message" vm-babyl-frob-flag-of "vm-message" vm-saved-virtual-attributes-of "vm-message" vm-saved-virtual-mirror-data-of "vm-message" vm-virtual-summary-of "vm-message" vm-mime-layout-of "vm-message" vm-mime-encoded-header-flag-of "vm-message" vm-su-summary-mouse-track-overlay-of "vm-message" vm-message-access-method-of "vm-message" vm-attributes-of "vm-message" vm-new-flag "vm-message" vm-unread-flag "vm-message" vm-deleted-flag "vm-message" vm-filed-flag "vm-message" vm-replied-flag "vm-message" vm-written-flag "vm-message" vm-forwarded-flag "vm-message" vm-edited-flag "vm-message" vm-redistributed-flag "vm-message" vm-cache-of "vm-message" vm-byte-count-of "vm-message" vm-weekday-of "vm-message" vm-monthday-of "vm-message" vm-month-of "vm-message" vm-year-of "vm-message" vm-hour-of "vm-message" vm-zone-of "vm-message" vm-full-name-of "vm-message" vm-from-of "vm-message" vm-message-id-of "vm-message" vm-line-count-of "vm-message" vm-subject-of "vm-message" vm-vheaders-regexp-of "vm-message" vm-to-of "vm-message" vm-to-names-of "vm-message" vm-month-number-of "vm-message" vm-sortable-datestring-of "vm-message" vm-sortable-subject-of "vm-message" vm-summary-of "vm-message" vm-parent-of "vm-message" vm-references-of "vm-message" vm-retrieved-headers-of "vm-message" vm-retrieved-body-of "vm-message" vm-pop-uidl-of "vm-message" vm-imap-uid-of "vm-message" vm-imap-uid-validity-of "vm-message" vm-mirror-data-of "vm-message" vm-edit-buffer-of "vm-message" vm-virtual-messages-of "vm-message" vm-stuff-flag-of "vm-message" vm-labels-of "vm-message" vm-label-string-of "vm-message" vm-attribute-modflag-of "vm-message" vm-set-location-data-of "vm-message" vm-set-start-of "vm-message" vm-set-headers-of "vm-message" vm-set-vheaders-of "vm-message" vm-set-text-of "vm-message" vm-set-text-end-of "vm-message" vm-set-end-of "vm-message" vm-set-softdata-of "vm-message" vm-set-number-of "vm-message" vm-set-padded-number-of "vm-message" vm-set-mark-of "vm-message" vm-set-su-start-of "vm-message" vm-set-su-end-of "vm-message" vm-set-real-message-sym-of "vm-message" vm-set-reverse-link-of "vm-message" vm-set-reverse-link-sym-of "vm-message" vm-set-message-type-of "vm-message" vm-set-message-id-number-of "vm-message" vm-set-buffer-of "vm-message" vm-set-thread-indentation-of "vm-message" vm-set-thread-list-of "vm-message" vm-set-babyl-frob-flag-of "vm-message" vm-set-saved-virtual-attributes-of "vm-message" vm-set-saved-virtual-mirror-data-of "vm-message" vm-set-virtual-summary-of "vm-message" vm-set-mime-layout-of "vm-message" vm-set-mime-encoded-header-flag-of "vm-message" vm-set-su-summary-mouse-track-overlay-of "vm-message" vm-set-message-access-method-of "vm-message" vm-set-attributes-of "vm-message" vm-set-edited-flag-of "vm-message" vm-set-cache-of "vm-message" vm-set-byte-count-of "vm-message" vm-set-weekday-of "vm-message" vm-set-monthday-of "vm-message" vm-set-month-of "vm-message" vm-set-year-of "vm-message" vm-set-hour-of "vm-message" vm-set-zone-of "vm-message" vm-set-full-name-of "vm-message" vm-set-from-of "vm-message" vm-set-message-id-of "vm-message" vm-set-line-count-of "vm-message" vm-set-subject-of "vm-message" vm-set-vheaders-regexp-of "vm-message" vm-set-to-of "vm-message" vm-set-to-names-of "vm-message" vm-set-month-number-of "vm-message" vm-set-sortable-datestring-of "vm-message" vm-set-sortable-subject-of "vm-message" vm-set-summary-of "vm-message" vm-set-parent-of "vm-message" vm-set-references-of "vm-message" vm-set-retrieved-header-of "vm-message" vm-set-retrieved-body-of "vm-message" vm-set-pop-uidl-of "vm-message" vm-set-imap-uid-of "vm-message" vm-set-imap-uid-validity-of "vm-message" vm-set-mirror-data-of "vm-message" vm-set-edit-buffer-of "vm-message" vm-set-virtual-messages-of "vm-message" vm-set-virtual-messages-sym-of "vm-message" vm-set-stuff-flag-of "vm-message" vm-set-labels-of "vm-message" vm-set-label-string-of "vm-message" vm-set-attribute-modflag-of "vm-message" vm-make-message "vm-message" vm-find-and-set-text-of "vm-message" vm-virtual-message-p "vm-message" vm-mime-error "vm-mime" vm-make-layout "vm-mime" vm-mm-layout-type "vm-mime" vm-mm-layout-qtype "vm-mime" vm-mm-layout-encoding "vm-mime" vm-mm-layout-id "vm-mime" vm-mm-layout-description "vm-mime" vm-mm-layout-disposition "vm-mime" vm-mm-layout-qdisposition "vm-mime" vm-mm-layout-header-start "vm-mime" vm-mm-layout-header-end "vm-mime" vm-mm-layout-body-start "vm-mime" vm-mm-layout-body-end "vm-mime" vm-mm-layout-parts "vm-mime" vm-mm-layout-cache "vm-mime" vm-mm-layout-message-symbol "vm-mime" vm-mm-layout-message "vm-mime" vm-mm-layout-display-error "vm-mime" vm-mm-layout-is-converted "vm-mime" vm-mm-layout-unconverted-layout "vm-mime" vm-set-mm-layout-type "vm-mime" vm-set-mm-layout-qtype "vm-mime" vm-set-mm-layout-encoding "vm-mime" vm-set-mm-layout-id "vm-mime" vm-set-mm-layout-description "vm-mime" vm-set-mm-layout-disposition "vm-mime" vm-set-mm-layout-qdisposition "vm-mime" vm-set-mm-layout-header-start "vm-mime" vm-set-mm-layout-header-end "vm-mime" vm-set-mm-layout-body-start "vm-mime" vm-set-mm-layout-body-end "vm-mime" vm-set-mm-layout-parts "vm-mime" vm-set-mm-layout-cache "vm-mime" vm-set-mm-layout-display-error "vm-mime" vm-set-mm-layout-is-converted "vm-mime" vm-set-mm-layout-unconverted-layout "vm-mime" vm-mime-make-message-symbol "vm-mime" vm-mime-make-cache-symbol "vm-mime" vm-mm-layout "vm-mime" vm-mm-encoded-header "vm-mime" vm-mime-Q-decode-region "vm-mime" vm-mime-B-decode-region "vm-mime" vm-mime-Q-encode-region "vm-mime" vm-mime-B-encode-region "vm-mime" vm-mime-base64-decode-string "vm-mime" vm-mime-base64-encode-string "vm-mime" vm-mime-crlf-to-lf-region "vm-mime" vm-mime-lf-to-crlf-region "vm-mime" vm-encode-coding-region "vm-mime" vm-decode-coding-region "vm-mime" vm-mime-charset-decode-region "vm-mime" vm-mime-transfer-decode-region "vm-mime" vm-mime-base64-decode-region "vm-mime" vm-mime-base64-encode-region "vm-mime" vm-mime-qp-decode-region "vm-mime" vm-mime-qp-encode-region "vm-mime" vm-mime-uuencode-decode-region "vm-mime" vm-decode-mime-message-headers "vm-mime" vm-decode-mime-encoded-words "vm-mime" vm-decode-mime-encoded-words-in-string "vm-mime" vm-reencode-mime-encoded-words "vm-mime" vm-reencode-mime-encoded-words-in-string "vm-mime" vm-mime-parse-content-header "vm-mime" vm-mime-get-header-contents "vm-mime" vm-mime-parse-entity "vm-mime" vm-mime-parse-entity-safe "vm-mime" vm-mime-get-xxx-parameter "vm-mime" vm-mime-get-parameter "vm-mime" vm-mime-get-disposition-parameter "vm-mime" vm-mime-set-xxx-parameter "vm-mime" vm-mime-set-parameter "vm-mime" vm-mime-set-qparameter "vm-mime" vm-mime-insert-mime-body "vm-mime" vm-mime-insert-mime-headers "vm-mime" vm-make-presentation-copy "vm-mime" vm-presentation-mode "vm-mime" vm-determine-proper-charset "vm-mime" vm-determine-proper-content-transfer-encoding "vm-mime" vm-mime-types-match "vm-mime" vm-mime-can-display-internal "vm-mime" vm-mime-can-convert "vm-mime" vm-mime-can-convert-0 "vm-mime" vm-mime-convert-undisplayable-layout "vm-mime" vm-mime-can-convert-charset "vm-mime" vm-mime-can-convert-charset-0 "vm-mime" vm-mime-convert-undisplayable-charset "vm-mime" vm-mime-charset-convert-region "vm-mime" vm-mime-should-display-button "vm-mime" vm-mime-should-display-internal "vm-mime" vm-mime-find-external-viewer "vm-mime" vm-mime-can-display-external "vm-mime" vm-mime-delete-button-maybe "vm-mime"] 6)
(autoload 'vm-decode-mime-message "vm-mime" "\
Decode the MIME objects in the current message.

The first time this command is run on a message, decoding is done.
The second time, buttons for all the objects are displayed instead.
The third time, the raw, undecoded data is displayed.

If decoding, the decoded objects might be displayed immediately, or
buttons might be displayed that you need to activate to view the
object.  See the documentation for the variables

    vm-auto-displayed-mime-content-types
    vm-auto-displayed-mime-content-type-exceptions
    vm-mime-internal-content-types
    vm-mime-internal-content-type-exceptions
    vm-mime-external-content-types-alist

to see how to control whether you see buttons or objects.

If the variable vm-mime-display-function is set, then its value
is called as a function with no arguments, and none of the
actions mentioned in the preceding paragraphs are taken.  At the
time of the call, the current buffer will be the presentation
buffer for the folder and a copy of the current message will be
in the buffer.  The function is expected to make the message
`MIME presentable' to the user in whatever manner it sees fit." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\207" [autoload vm-decode-mime-layout "vm-mime" nil vm-mime-display-button-text "vm-mime" vm-mime-display-internal-text "vm-mime" vm-mime-display-internal-text/html "vm-mime" vm-mime-display-internal-text/plain "vm-mime" vm-mime-display-internal-text/enriched "vm-mime" vm-mime-display-external-generic "vm-mime" vm-mime-display-internal-application/octet-stream "vm-mime" vm-mime-display-button-application/octet-stream "vm-mime" vm-mime-display-button-application "vm-mime" vm-mime-display-button-image "vm-mime" vm-mime-display-button-audio "vm-mime" vm-mime-display-button-video "vm-mime" vm-mime-display-button-message "vm-mime" vm-mime-display-button-multipart "vm-mime" vm-mime-display-internal-multipart/mixed "vm-mime" vm-mime-display-internal-multipart/alternative "vm-mime" vm-mime-display-button-multipart/parallel "vm-mime" vm-mime-display-internal-multipart/parallel "vm-mime" vm-mime-display-internal-multipart/digest "vm-mime" vm-mime-display-button-multipart/digest "vm-mime" vm-mime-display-button-message/rfc822 "vm-mime" vm-mime-display-button-message/news "vm-mime" vm-mime-display-internal-message/rfc822 "vm-mime" vm-mime-display-internal-message/news "vm-mime" vm-mime-display-internal-message/delivery-status "vm-mime"] 6)
(autoload 'vm-mime-retrieve-external-body "vm-mime" "\
Fetch an external body into the current buffer.
LAYOUT is the MIME layout struct for the message/external-body object." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\210\300\366\367\303\211\211%\210\300\370\371\303\211\211%\210\300\372\373\303\211\211%\210\300\374\375\303\211\211%\210\300\376\377\303\211\211%\210\300\201@ \201A \303\211\211%\210\300\201B \201C \303\211\211%\210\300\201D \201E \303\211\211%\210\300\201F \201G \303\211\211%\210\300\201H \201I \303\211\211%\210\300\201J \201K \303\211\211%\210\300\201L \201M \303\211\211%\210\300\201N \201O \303\211\211%\210\300\201P \201Q \303\211\211%\207" [autoload vm-mime-display-internal-message/external-body "vm-mime" nil vm-mime-fetch-url-with-programs "vm-mime" vm-mime-internalize-local-external-bodies "vm-mime" vm-mime-display-internal-message/partial "vm-mime" vm-mime-display-button-message/partial "vm-mime" vm-mime-display-internal-image-xxxx "vm-mime" vm-mime-display-internal-image-xemacs-xxxx "vm-mime" vm-mime-display-internal-image-fsfemacs-21-xxxx "vm-mime" vm-mime-display-internal-image-fsfemacs-19-xxxx "vm-mime" vm-get-image-dimensions "vm-mime" vm-imagemagick-type-indicator-for "vm-mime" vm-make-image-strips "vm-mime" vm-process-sentinel-display-image-strips "vm-mime" vm-display-image-strips-on-extents "vm-mime" vm-display-image-strips-on-overlay-regions "vm-mime" vm-process-filter-display-some-image-strips "vm-mime" vm-display-some-image-strips-on-extents "vm-mime" vm-display-some-image-strips-on-overlay-regions "vm-mime" vm-mime-display-internal-image/gif "vm-mime" vm-mime-display-internal-image/jpeg "vm-mime" vm-mime-display-internal-image/png "vm-mime" vm-mime-display-internal-image/tiff "vm-mime" vm-mime-display-internal-image/xpm "vm-mime" vm-mime-display-internal-image/pbm "vm-mime" vm-mime-display-internal-image/xbm "vm-mime" vm-mime-frob-image-xxxx "vm-mime" vm-mark-image-tempfile-as-message-garbage-once "vm-mime" vm-mime-rotate-image-left "vm-mime" vm-mime-rotate-image-right "vm-mime" vm-mime-mirror-image "vm-mime" vm-mime-brighten-image "vm-mime" vm-mime-dim-image "vm-mime" vm-mime-monochrome-image "vm-mime" vm-mime-revert-image "vm-mime" vm-mime-larger-image "vm-mime" vm-mime-smaller-image "vm-mime" vm-mime-display-internal-audio/basic "vm-mime" vm-mime-display-generic "vm-mime" vm-mime-display-button-xxxx "vm-mime" vm-find-layout-extent-at-point "vm-mime"] 6)
(autoload 'vm-mime-run-display-function-at-point "vm-mime" "\
Display the MIME object at point according to its type." t nil)
(autoload 'vm-mime-reader-map-save-file "vm-mime" "\
Write the MIME object at point to a file." t nil)
(autoload 'vm-mime-reader-map-save-message "vm-mime" "\
Save the MIME object at point to a folder." t nil)
(autoload 'vm-mime-reader-map-pipe-to-command "vm-mime" "\
Pipe the MIME object at point to a shell command." t nil)
(autoload 'vm-mime-reader-map-pipe-to-printer "vm-mime" "\
Print the MIME object at point." t nil)
(autoload 'vm-mime-reader-map-display-using-external-viewer "vm-mime" "\
Display the MIME object at point with an external viewer." t nil)
(autoload 'vm-mime-reader-map-display-using-default "vm-mime" "\
Display the MIME object at point using the `default' face." t nil)
(autoload 'vm-mime-reader-map-display-object-as-type "vm-mime" "\
Display the MIME object at point as some other type." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\210\300\366\367\303\211\211%\210\300\370\371\303\211\211%\210\300\372\373\303\211\211%\210\300\374\375\303\211\211%\210\300\376\377\303\211\211%\207" [autoload vm-mime-set-image-stamp-for-type "vm-mime" nil vm-mime-xemacs-set-image-stamp-for-type "vm-mime" vm-mime-fsfemacs-set-image-stamp-for-type "vm-mime" vm-mime-insert-button "vm-mime" vm-mime-rewrite-failed-button "vm-mime" vm-mime-send-body-to-file "vm-mime" vm-mime-send-body-to-folder "vm-mime" vm-mime-pipe-body-to-command "vm-mime" vm-mime-pipe-body-to-queried-command "vm-mime" vm-mime-pipe-body-to-queried-command-discard-output "vm-mime" vm-mime-send-body-to-printer "vm-mime" vm-mime-display-body-as-text "vm-mime" vm-mime-display-object-as-type "vm-mime" vm-mime-display-body-using-external-viewer "vm-mime" vm-mime-convert-body-then-display "vm-mime" vm-mime-get-button-layout "vm-mime" vm-mime-scrub-description "vm-mime" vm-mime-layout-contains-type "vm-mime" vm-mime-find-digests-in-layout "vm-mime" vm-mime-plain-message-p "vm-mime" vm-mime-text-type-p "vm-mime" vm-mime-text-type-layout-p "vm-mime" vm-mime-charset-internally-displayable-p "vm-mime" vm-mime-default-face-charset-p "vm-mime" vm-mime-find-message/partials "vm-mime" vm-mime-find-leaf-content-id-in-layout-folder "vm-mime" vm-mime-find-leaf-content-id "vm-mime" vm-message-at-point "vm-mime" vm-mime-make-multipart-boundary "vm-mime" vm-mime-extract-filename-suffix "vm-mime" vm-mime-find-filename-suffix-for-type "vm-mime"] 6)
(autoload 'vm-mime-attach-file "vm-mime" "\
Attach a file to a VM composition buffer to be sent along with the message.
The file is not inserted into the buffer and MIME encoded until
you execute `vm-mail-send' or `vm-mail-send-and-exit'.  A visible tag
indicating the existence of the attachment is placed in the
composition buffer.  You can move the attachment around or remove
it entirely with normal text editing commands.  If you remove the
attachment tag, the attachment will not be sent.

First argument, FILE, is the name of the file to attach.  Second
argument, TYPE, is the MIME Content-Type of the file.  Optional
third argument CHARSET is the character set of the attached
document.  This argument is only used for text types, and it is
ignored for other types.  Optional fourth argument DESCRIPTION
should be a one line description of the file.  Nil means include
no description.  Optional fifth argument NO-SUGGESTED-FILENAME non-nil
means that VM should not add a filename to the Content-Disposition
header created for the object.

When called interactively all arguments are read from the
minibuffer.

This command is for attaching files that do not have a MIME
header section at the top.  For files with MIME headers, you
should use vm-mime-attach-mime-file to attach such a file.  VM
will extract the content type information from the headers in
this case and not prompt you for it in the minibuffer." t nil)
(autoload 'vm-mime-attach-mime-file "vm-mime" "\
Attach a MIME encoded file to a VM composition buffer to be sent
along with the message.

The file is not inserted into the buffer until you execute
vm-mail-send or vm-mail-send-and-exit.  A visible tag indicating
the existence of the attachment is placed in the composition
buffer.  You can move the attachment around or remove it entirely
with normal text editing commands.  If you remove the attachment
tag, the attachment will not be sent.

The first argument, FILE, is the name of the file to attach.
When called interactively the FILE argument is read from the
minibuffer.

The second argument, TYPE, is the MIME Content-Type of the object.

This command is for attaching files that have a MIME
header section at the top.  For files without MIME headers, you
should use vm-mime-attach-file to attach the file." t nil)
(autoload 'vm-mime-attach-buffer "vm-mime" "\
Attach a buffer to a VM composition buffer to be sent along with
the message.

The buffer contents are not inserted into the composition
buffer and MIME encoded until you execute `vm-mail-send' or
`vm-mail-send-and-exit'.  A visible tag indicating the existence
of the attachment is placed in the composition buffer.  You
can move the attachment around or remove it entirely with
normal text editing commands.  If you remove the attachment
tag, the attachment will not be sent.

First argument, BUFFER, is the buffer or name of the buffer to
attach.  Second argument, TYPE, is the MIME Content-Type of the
file.  Optional third argument CHARSET is the character set of
the attached document.  This argument is only used for text
types, and it is ignored for other types.  Optional fourth
argument DESCRIPTION should be a one line description of the
file.  Nil means include no description.

When called interactively all arguments are read from the
minibuffer.

This command is for attaching files that do not have a MIME
header section at the top.  For files with MIME headers, you
should use vm-mime-attach-mime-file to attach such a file.  VM
will extract the content type information from the headers in
this case and not prompt you for it in the minibuffer." t nil)
(autoload 'vm-mime-attach-message "vm-mime" "\
Attach a message from a folder to a VM composition buffer
to be sent along with the message.

The message is not inserted into the buffer and MIME encoded until
you execute `vm-mail-send' or `vm-mail-send-and-exit'.  A visible tag
indicating the existence of the attachment is placed in the
composition buffer.  You can move the attachment around or remove
it entirely with normal text editing commands.  If you remove the
attachment tag, the attachment will not be sent.

First argument, MESSAGE, is either a VM message struct or a list
of message structs.  When called interactively a message number is read
from the minibuffer.  The message will come from the parent
folder of this composition.  If the composition has no parent,
the name of a folder will be read from the minibuffer before the
message number is read.

If this command is invoked with a prefix argument, the name of a
folder is read and that folder is used instead of the parent
folder of the composition.

If this command is invoked on marked message (via
`vm-next-command-uses-marks') the marked messages in the selected
folder will be attached as a MIME message digest.

Optional second argument DESCRIPTION is a one-line description of
the message being attached.  This is also read from the
minibuffer if the command is run interactively." t nil)
(autoload 'vm-mime-attach-object-from-message "vm-mime" "\
Attach a object from the current message to a VM composition buffer.

The object is not inserted into the buffer and MIME encoded until
you execute `vm-mail-send' or `vm-mail-send-and-exit'.  A visible tag
indicating the existence of the object is placed in the
composition buffer.  You can move the object around or remove
it entirely with normal text editing commands.  If you remove the
object tag, the object will not be sent.

First argument COMPOSITION is the buffer into which the object
will be inserted.  When this function is called interactively
COMPOSITION's name will be read from the minibuffer." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\207" [autoload vm-mime-attach-object "vm-mime" nil vm-mime-attachment-forward-local-refs-at-point "vm-mime" vm-mime-set-attachment-forward-local-refs-at-point "vm-mime" vm-mime-attachment-disposition-at-point "vm-mime" vm-mime-set-attachment-disposition-at-point "vm-mime" vm-disallow-overlay-endpoint-insertion "vm-mime" vm-mime-fake-attachment-overlays "vm-mime" vm-mime-default-type-from-filename "vm-mime" vm-remove-mail-mode-header-separator "vm-mime" vm-add-mail-mode-header-separator "vm-mime" vm-mime-transfer-encode-region "vm-mime" vm-mime-transfer-encode-layout "vm-mime" vm-mime-text-description "vm-mime"] 6)
(autoload 'vm-delete-mime-object "vm-mime" "\
Delete the contents of MIME object referred to by the MIME button at point.
The MIME object is replaced by a text/plain object that briefly
describes what was deleted." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-mime-discard-layout-contents "vm-mime" nil] 6)
(autoload 'vm-mime-encode-composition "vm-mime" "\
MIME encode the current mail composition buffer.
Attachment tags added to the buffer with vm-mime-attach-file are expanded
and the approriate content-type and boundary markup information is added." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\356\303%\210\300\357\360\303\356\303%\207" [autoload vm-mime-xemacs-encode-composition "vm-mime" nil vm-mime-fsfemacs-encode-composition "vm-mime" vm-mime-fragment-composition "vm-mime" vm-mime-preview-composition "vm-mime" vm-mime-composite-type-p "vm-mime" vm-mime-sprintf "vm-mime" vm-mime-compile-format "vm-mime" vm-mime-compile-format-1 "vm-mime" vm-mime-find-format-for-layout "vm-mime" vm-mf-content-type "vm-mime" vm-mf-external-body-content-type "vm-mime" vm-mf-content-transfer-encoding "vm-mime" vm-mf-content-description "vm-mime" vm-mf-text-charset "vm-mime" vm-mf-parts-count "vm-mime" vm-mf-parts-count-pluralizer "vm-mime" vm-mf-partial-number "vm-mime" vm-mf-partial-total "vm-mime" vm-mf-attachment-file "vm-mime" vm-mf-event-for-default-action "vm-mime" vm-mf-default-action "vm-mime" vm-minibuffer-complete-word "vm-minibuf" t vm-minibuffer-complete-word-and-exit "vm-minibuf"] 6)
(autoload 'vm-minibuffer-completion-message "vm-minibuf" "\
Briefly display STRING to the right of the current minibuffer input.
Optional second arg SECONDS specifies how long to keep the message visible;
the default is 2 seconds.

A keypress causes the immediate erasure of the STRING, and return of control
to the calling program." nil nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-minibuffer-replace-word "vm-minibuf" nil] 6)
(autoload 'vm-minibuffer-show-completions "vm-minibuf" "\
Display LIST in a multi-column listing in the \" *Completions*\" buffer.
LIST should be a list of strings." nil nil)
(autoload 'vm-show-list "vm-minibuf" "\
Display LIST in a multi-column listing in the current buffer at point.
The current buffer must be displayed in some window at the time
this function is called.

LIST should be a list of strings.

Optional second argument FUNCTION will be called if the mouse is
clicked on one of the strings in the current buffer.  The string
clicked upon will be passed to FUNCTION as its sole argument.

Optional third argument KEYMAPS specifies a lists of keymaps
where the FUNCTION should be bound to the mouse clicks.  By
default the local keymap of the current buffer is used." nil nil)
(byte-code "\300\301\302\303\304\303%\210\300\305\306\303\211\211%\210\300\307\310\303\211\211%\210\300\311\312\303\211\211%\207" [autoload vm-minibuffer-completion-help "vm-minibuf" nil t vm-keyboard-read-string "vm-minibuf" vm-read-string "vm-minibuf" vm-read-number "vm-minibuf"] 6)
(autoload 'vm-read-password "vm-minibuf" "\
Read and return a password from the minibuffer, prompting with PROMPT.
Optional second argument CONFIRM non-nil means that the user will be asked
  to type the password a second time for confirmation and if there is a
  mismatch, the process is repeated.

Line editing keys are:
  C-h, DEL	rubout
  C-u, C-x      line kill
  C-q, C-v      literal next" nil nil)
(autoload 'vm-keyboard-read-file-name "vm-minibuf" "\
Like read-file-name, except HISTORY's value is unaltered." nil nil)
(autoload 'vm-read-file-name "vm-minibuf" "\
Like read-file-name, except a mouse interface is used if a mouse
click mouse triggered the current command." nil nil)
(autoload 'vm-delete-non-matching-strings "vm-misc" "\
Delete strings matching REGEXP from LIST.
Optional third arg non-nil means to destructively alter LIST, instead of
working on a copy.

The new version of the list, minus the deleted strings, is returned." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\207" [autoload vm-parse "vm-misc" nil vm-parse-addresses "vm-misc" vm-parse-structured-header "vm-misc" vm-write-string "vm-misc" vm-check-for-killed-summary "vm-misc" vm-check-for-killed-presentation "vm-misc" vm-check-for-killed-folder "vm-misc" vm-abs "vm-misc" vm-last "vm-misc" vm-vector-to-list "vm-misc" vm-extend-vector "vm-misc" vm-obarray-to-string-list "vm-misc" vm-mapcar "vm-misc" vm-mapc "vm-misc" vm-delete "vm-misc" vm-delete-directory-file-names "vm-misc" vm-delete-backup-file-names "vm-misc" vm-delete-auto-save-file-names "vm-misc" vm-delete-index-file-names "vm-misc" vm-delete-directory-names "vm-misc" vm-index-file-name-p "vm-misc"] 6)
(autoload 'vm-delete-duplicates "vm-misc" "\
Delete duplicate equivalent strings from the list.
If ALL is t, then if there is more than one occurrence of a string in the list,
 then all occurrences of it are removed instead of just the subsequent ones.
If HACK-ADDRESSES is t, then the strings are considered to be mail addresses,
 and only the address part is compared (so that \"Name <foo>\" and \"foo\"
 would be considered to be equivalent.)" nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\207" [autoload vm-member-0 "vm-misc" nil vm-member "vm-misc" vm-delqual "vm-misc" vm-copy-local-variables "vm-misc" vm-error-if-folder-empty "vm-misc" vm-copy "vm-misc" vm-run-message-hook "vm-misc" vm-error-free-call "vm-misc" vm-trace "vm-misc" vm-timezone-make-date-sortable "vm-misc" vm-current-time-zone "vm-misc" vm-should-generate-summary "vm-misc" vm-find-composition-buffer "vm-misc"] 6)
(autoload 'vm-get-file-buffer "vm-misc" "\
Like get-file-buffer, but also checks buffers against FILE's truename" nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\344%\210\300\345\346\303\211\211%\210\300\347\350\303\211\211%\210\300\351\352\303\211\211%\210\300\353\354\303\211\211%\210\300\355\356\303\211\211%\210\300\357\360\303\211\211%\210\300\361\362\303\211\211%\210\300\363\364\303\211\211%\210\300\365\366\303\211\211%\210\300\367\370\303\211\211%\210\300\371\372\303\211\211%\210\300\373\374\303\211\211%\210\300\375\376\303\211\211%\210\300\377\201@ \303\211\211%\210\300\201A \201B \303\211\211%\210\300\201C \201D \303\211\211%\210\300\201E \201F \303\211\211%\207" [autoload vm-set-region-face "vm-misc" nil vm-default-buffer-substring-no-properties "vm-misc" vm-buffer-substring-no-properties "vm-misc" vm-buffer-string-no-properties "vm-misc" vm-insert-region-from-buffer "vm-misc" vm-extent-at "vm-misc" vm-copy-extent "vm-misc" vm-make-tempfile "vm-misc" vm-make-tempfile-name "vm-misc" vm-make-work-buffer "vm-misc" vm-make-multibyte-work-buffer "vm-misc" vm-insert-char "vm-misc" vm-xemacs-compatible-insert-char "vm-misc" vm-symbol-lists-intersect-p "vm-misc" vm-set-buffer-variable "vm-misc" vm-buffer-variable-value "vm-misc" vm-with-string-as-temp-buffer "vm-misc" t vm-string-assoc "vm-misc" vm-nonneg-string "vm-misc" vm-string-member "vm-misc" vm-string-equal-ignore-case "vm-misc" vm-time-difference "vm-misc" vm-get-file-line-ending-coding-system "vm-misc" vm-new-folder-line-ending-coding-system "vm-misc" vm-collapse-whitespace "vm-misc" vm-fill-paragraphs-containing-long-lines "vm-misc" vm-make-message-id "vm-misc" vm-keep-some-buffers "vm-misc" vm-fsfemacs-nonmule-display-8bit-chars "vm-misc" vm-url-decode-string "vm-misc" vm-url-decode-buffer "vm-misc" vm-process-sentinel-kill-buffer "vm-misc" vm-fsfemacs-scroll-bar-width "vm-misc" vm-record-and-change-message-pointer "vm-motion"] 6)
(autoload 'vm-goto-message "vm-motion" "\
Go to the message numbered N.
Interactively N is the prefix argument.  If no prefix arg is provided
N is prompted for in the minibuffer.

If vm-follow-summary-cursor is non-nil this command will go to
the message under the cursor in the summary buffer if the summary
window is selected.  This only happens if no prefix argument is
given." t nil)
(autoload 'vm-goto-message-last-seen "vm-motion" "\
Go to the message last previewed." t nil)
(autoload 'vm-goto-parent-message "vm-motion" "\
Go to the parent of the current message." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\207" [autoload vm-check-count "vm-motion" nil vm-move-message-pointer "vm-motion" vm-should-skip-message "vm-motion"] 6)
(autoload 'vm-next-message "vm-motion" "\
Go forward one message and preview it.
With prefix arg (optional first argument) COUNT, go forward COUNT
messages.  A negative COUNT means go backward.  If the absolute
value of COUNT is greater than 1, then the values of the variables
vm-skip-deleted-messages and vm-skip-read-messages are ignored.

When invoked on marked messages (via vm-next-command-uses-marks)
this command 'sees' marked messages as it moves." t nil)
(autoload 'vm-previous-message "vm-motion" "\
Go back one message and preview it.
With prefix arg COUNT, go backward COUNT messages.  A negative COUNT
means go forward.  If the absolute value of COUNT > 1 the values of the
variables vm-skip-deleted-messages and vm-skip-read-messages are
ignored." t nil)
(autoload 'vm-next-message-no-skip "vm-motion" "\
Like vm-next-message but will not skip deleted or read messages." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-Next-message "vm-motion" nil] 6)
(autoload 'vm-previous-message-no-skip "vm-motion" "\
Like vm-previous-message but will not skip deleted or read messages." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-Previous-message "vm-motion" nil] 6)
(autoload 'vm-next-unread-message "vm-motion" "\
Move forward to the nearest new or unread message, if there is one." t nil)
(autoload 'vm-previous-unread-message "vm-motion" "\
Move backward to the nearest new or unread message, if there is one." t nil)
(autoload 'vm-next-message-same-subject "vm-motion" "\
Move forward to the nearest message with the same subject.
vm-subject-ignored-prefix and vm-subject-ignored-suffix will apply
to the subject comparisons." t nil)
(autoload 'vm-previous-message-same-subject "vm-motion" "\
Move backward to the nearest message with the same subject.
vm-subject-ignored-prefix and vm-subject-ignored-suffix will apply
to the subject comparisons." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\314\303%\210\300\315\316\303\314\303%\210\300\317\320\303\211\211%\210\300\321\322\303\211\211%\210\300\323\324\303\314\303%\210\300\325\326\303\314\303%\210\300\327\330\303\211\211%\210\300\331\332\303\211\211%\210\300\333\334\303\211\211%\210\300\335\336\303\211\211%\210\300\337\340\303\211\211%\210\300\341\342\303\211\211%\210\300\343\344\303\211\211%\210\300\345\346\303\211\211%\210\300\347\350\303\211\211%\210\300\351\352\303\211\211%\210\300\353\354\303\211\211%\207" [autoload vm-find-first-unread-message "vm-motion" nil vm-thoughtfully-select-message "vm-motion" vm-follow-summary-cursor "vm-motion" vm-mouse-set-mouse-track-highlight "vm-mouse" vm-mouse-button-2 "vm-mouse" t vm-mouse-button-3 "vm-mouse" vm-mouse-3-help "vm-mouse" vm-mouse-get-mouse-track-string "vm-mouse" vm-mouse-popup-or-select "vm-mouse" vm-mouse-send-url-at-event "vm-mouse" vm-mouse-send-url-at-position "vm-mouse" vm-mouse-send-url "vm-mouse" vm-mouse-send-url-to-netscape "vm-mouse" vm-mouse-send-url-to-netscape-new-window "vm-mouse" vm-mouse-send-url-to-mosaic "vm-mouse" vm-mouse-send-url-to-mmosaic "vm-mouse" vm-mouse-send-url-to-xxxx-mosaic "vm-mouse" vm-mouse-send-url-to-mosaic-new-window "vm-mouse" vm-mouse-send-url-to-konqueror "vm-mouse" vm-mouse-send-url-to-konqueror-new-browser "vm-mouse" vm-mouse-send-url-to-clipboard "vm-mouse"] 6)
(autoload 'vm-mouse-send-url-to-safari "vm-mouse" "\
Sends URL to Safari, using Apple's Open Scripting Architecture." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\207" [autoload vm-mouse-install-mouse "vm-mouse" nil vm-run-background-command "vm-mouse" vm-run-command "vm-mouse" vm-run-command-on-region "vm-mouse"] 6)
(autoload 'vm-mouse-read-file-name "vm-mouse" "\
Like read-file-name, except uses a mouse driven interface.
HISTORY argument is ignored." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\306\303%\210\300\307\310\303\211\211%\210\300\311\312\303\211\211%\210\300\313\314\303\306\303%\207" [autoload vm-mouse-read-file-name-event-handler "vm-mouse" nil vm-mouse-read-file-name-quit-handler "vm-mouse" t vm-mouse-read-string "vm-mouse" vm-mouse-read-string-event-handler "vm-mouse" vm-mouse-read-string-quit-handler "vm-mouse"] 6)
(autoload 'vm-scroll-forward "vm-page" "\
Scroll forward a screenful of text.
If the current message is being previewed, the message body is revealed.
If at the end of the current message, moves to the next message iff the
value of vm-auto-next-message is non-nil.
Prefix argument N means scroll forward N lines." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\207" [autoload vm-scroll-forward-internal "vm-page" nil vm-howl-if-eom "vm-page" vm-emit-eom-blurb "vm-page"] 6)
(autoload 'vm-scroll-backward "vm-page" "\
Scroll backward a screenful of text.
Prefix N scrolls backward N lines." t nil)
(autoload 'vm-scroll-forward-one-line "vm-page" "\
Scroll forward one line.
Prefix arg N means scroll forward N lines.
Negative arg means scroll backward." t nil)
(autoload 'vm-scroll-backward-one-line "vm-page" "\
Scroll backward one line.
Prefix arg N means scroll backward N lines.
Negative arg means scroll forward." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\207" [autoload vm-highlight-headers "vm-page" nil vm-energize-urls "vm-page" vm-energize-headers "vm-page" vm-display-xface "vm-page" vm-display-xface-xemacs "vm-page" vm-display-xface-fsfemacs "vm-page" vm-convert-xface-to-fsfemacs-image-instantiator "vm-page" vm-url-help "vm-page" vm-energize-urls-in-message-region "vm-page" vm-highlight-headers-maybe "vm-page" vm-energize-headers-and-xfaces "vm-page" vm-narrow-for-preview "vm-page" vm-preview-current-message "vm-page" vm-show-current-message "vm-page"] 6)
(autoload 'vm-expose-hidden-headers "vm-page" "\
Toggle exposing and hiding message headers that are normally not visible." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\207" [autoload vm-widen-page "vm-page" nil vm-narrow-to-page "vm-page"] 6)
(autoload 'vm-beginning-of-message "vm-page" "\
Moves to the beginning of the current message." t nil)
(autoload 'vm-end-of-message "vm-page" "\
Moves to the end of the current message, exposing and flagging it read
as necessary." t nil)
(autoload 'vm-move-to-next-button "vm-page" "\
Moves to the next button in the current message.
Prefix argument N means move to the Nth next button.
Negative N means move to the Nth previous button.
If there is no next button, an error is signaled and point is not moved.

A button is a highlighted region of text where pressing RETURN
will produce an action.  If the message is being previewed, it is
exposed and marked as read." t nil)
(autoload 'vm-move-to-previous-button "vm-page" "\
Moves to the previous button in the current message.
Prefix argument N means move to the Nth previous button.
Negative N means move to the Nth next button.
If there is no previous button, an error is signaled and point is not moved.

A button is a highlighted region of text where pressing RETURN
will produce an action.  If the message is being previewed, it is
exposed and marked as read." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\306%\210\300\307\310\303\211\306%\210\300\311\312\303\211\306%\210\300\313\314\303\211\306%\210\300\315\316\303\211\211%\210\300\317\320\303\211\211%\207" [autoload vm-move-to-xxxx-button "vm-page" nil vm-folder-pop-maildrop-spec "vm-pop" t vm-folder-pop-process "vm-pop" vm-set-folder-pop-maildrop-spec "vm-pop" vm-set-folder-pop-process "vm-pop" vm-pop-move-mail "vm-pop" vm-pop-check-mail "vm-pop"] 6)
(autoload 'vm-expunge-pop-messages "vm-pop" "\
Deletes all messages from POP mailbox that have already been retrieved
into the current folder.  VM sends POP DELE commands to all the
relevant POP servers to remove the messages." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\210\300\366\367\303\211\211%\210\300\370\371\303\211\211%\210\300\372\373\303\211\211%\210\300\374\375\303\211\211%\210\300\376\377\303\211\211%\210\300\201@ \201A \303\211\211%\210\300\201B \201C \303\211\211%\210\300\201D \201E \303\211\211%\210\300\201F \201G \303\211\211%\210\300\201H \201I \303\211\211%\210\300\201J \201K \303\211\211%\210\300\201L \201M \303\211\211%\210\300\201N \201O \303\211\211%\210\300\201P \201Q \303\211\211%\210\300\201R \201S \303\211\211%\210\300\201T \201U \303\211\211%\210\300\201V \201W \303\211\211%\210\300\201X \201Y \303\211\211%\210\300\201Z \201[ \303\211\211%\210\300\201\\ \201] \303\211\211%\210\300\201^ \201_ \303\211\211%\210\300\201` \201a \303\211\211%\210\300\201b \201c \303\211\211%\210\300\201d \201e \303\211\211%\210\300\201f \201g \303\211\211%\210\300\201h \201i \303\211\211%\210\300\201j \201k \303\211\211%\210\300\201l \201m \303\211\211%\210\300\201n \201o \303\211\211%\207" [autoload vm-pop-make-session "vm-pop" nil vm-pop-end-session "vm-pop" vm-pop-stat-timer "vm-pop" vm-pop-stat-did-report "vm-pop" vm-pop-stat-x-box "vm-pop" vm-pop-stat-x-currmsg "vm-pop" vm-pop-stat-x-maxmsg "vm-pop" vm-pop-stat-x-got "vm-pop" vm-pop-stat-x-need "vm-pop" vm-pop-stat-y-box "vm-pop" vm-pop-stat-y-currmsg "vm-pop" vm-pop-stat-y-maxmsg "vm-pop" vm-pop-stat-y-got "vm-pop" vm-pop-stat-y-need "vm-pop" vm-set-pop-stat-timer "vm-pop" vm-set-pop-stat-did-report "vm-pop" vm-set-pop-stat-x-box "vm-pop" vm-set-pop-stat-x-currmsg "vm-pop" vm-set-pop-stat-x-maxmsg "vm-pop" vm-set-pop-stat-x-got "vm-pop" vm-set-pop-stat-x-need "vm-pop" vm-set-pop-stat-y-box "vm-pop" vm-set-pop-stat-y-currmsg "vm-pop" vm-set-pop-stat-y-maxmsg "vm-pop" vm-set-pop-stat-y-got "vm-pop" vm-set-pop-stat-y-need "vm-pop" vm-pop-start-status-timer "vm-pop" vm-pop-stop-status-timer "vm-pop" vm-pop-report-retrieval-status "vm-pop" vm-pop-check-connection "vm-pop" vm-pop-send-command "vm-pop" vm-pop-read-response "vm-pop" vm-pop-read-past-dot-sentinel-line "vm-pop" vm-pop-read-stat-response "vm-pop" vm-pop-read-list-response "vm-pop" vm-pop-read-uidl-long-response "vm-pop" vm-pop-ask-about-large-message "vm-pop" vm-pop-ask-about-no-uidl "vm-pop" vm-pop-retrieve-to-target "vm-pop" vm-pop-cleanup-region "vm-pop" vm-popdrop-sans-password "vm-pop" vm-establish-new-folder-pop-session "vm-pop" vm-pop-get-uidl-data "vm-pop" vm-pop-get-synchronization-data "vm-pop" vm-pop-synchronize-folder "vm-pop" vm-pop-folder-check-for-mail "vm-pop" vm-pop-find-spec-for-name "vm-pop" vm-pop-find-name-for-spec "vm-pop" vm-pop-find-name-for-buffer "vm-pop" vm-pop-make-filename-for-spec "vm-pop" vm-pop-parse-spec-to-list "vm-pop" vm-do-reply "vm-reply" vm-strip-ignored-addresses "vm-reply" vm-ignored-reply-to "vm-reply" vm-mail-yank-default "vm-reply"] 6)
(autoload 'vm-yank-message-other-folder "vm-reply" "\
Like vm-yank-message except the message is yanked from a folder other
than the one that spawned the current Mail mode buffer.  The name of the
folder is read from the minibuffer.

Don't call this function from a program." t nil)
(autoload 'vm-yank-message "vm-reply" "\
Yank message number N into the current buffer at point.
When called interactively N is always read from the minibuffer.  When
called non-interactively the first argument is expected to be a
message struct.

This command is meant to be used in VM created Mail mode buffers; the
yanked message comes from the mail buffer containing the message you
are replying to, forwarding, or invoked VM's mail command from.

All message headers are yanked along with the text.  Point is
left before the inserted text, the mark after.  Any hook
functions bound to mail-citation-hook are run, after inserting
the text and setting point and mark.  For backward compatibility,
if mail-citation-hook is set to nil, `mail-yank-hooks' is run
instead.

If mail-citation-hook and mail-yank-hooks are both nil, this
default action is taken: the yanked headers are trimmed as
specified by vm-included-text-headers and
vm-included-text-discard-header-regexp, and the value of
vm-included-text-prefix is prepended to every yanked line." t nil)
(autoload 'vm-mail-send-and-exit "vm-reply" "\
Send message and maybe delete the composition buffer.
The value of `vm-keep-sent-mesages' determines whether the composition buffer is deleted.  If the composition is a reply to a message ina currenttly visited folder, that message is marked as having been rpelied to." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\207" [autoload vm-keep-mail-buffer "vm-reply" nil vm-help-tale "vm-reply" vm-mail-mode-insert-message-id-maybe "vm-reply" vm-mail-mode-insert-date-maybe "vm-reply" vm-mail-mode-remove-message-id-maybe "vm-reply" vm-mail-mode-remove-date-maybe "vm-reply"] 6)
(autoload 'vm-mail-send "vm-reply" "\
Just like mail-send except that VM flags the appropriate message(s)
as replied to, forwarded, etc, if appropriate." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\207" [autoload vm-mail-mode-get-header-contents "vm-reply" nil vm-mail-mode-remove-header "vm-reply" vm-rename-current-mail-buffer "vm-reply" vm-mail-mark-replied "vm-reply" vm-mail-mark-forwarded "vm-reply" vm-mail-mark-redistributed "vm-reply"] 6)
(autoload 'vm-reply "vm-reply" "\
Reply to the sender of the current message.
Numeric prefix argument N means to reply to the current message plus the
next N-1 messages.  A negative N means reply to the current message and
the previous N-1 messages. 

If invoked on marked messages (via vm-next-command-uses-marks),
all marked messages will be replied to.

You will be placed into a standard Emacs Mail mode buffer to compose and
send your message.  See the documentation for the function `mail' for
more info.

Note that the normal binding of C-c C-y in the reply buffer is
automatically changed to vm-yank-message during a reply.  This
allows you to yank any message from the current folder into a
reply.

Normal VM commands may be accessed in the reply buffer by prefixing them
with C-c C-v." t nil)
(autoload 'vm-reply-include-text "vm-reply" "\
Reply to the sender (only) of the current message and include text
from the message.  See the documentation for function vm-reply for details." t nil)
(autoload 'vm-followup "vm-reply" "\
Reply to all recipients of the current message.
See the documentation for the function vm-reply for details." t nil)
(autoload 'vm-followup-include-text "vm-reply" "\
Reply to all recipients of the current message and include text from
the message.  See the documentation for the function vm-reply for details." t nil)
(autoload 'vm-forward-message-all-headers "vm-reply" "\
Like vm-forward-message but always forwards all the headers." t nil)
(autoload 'vm-forward-message "vm-reply" "\
Forward the current message to one or more recipients.
You will be placed in a Mail mode buffer as you would with a
reply, but you must fill in the To: header and perhaps the
Subject: header manually." t nil)
(autoload 'vm-resend-bounced-message "vm-reply" "\
Extract the original text from a bounced message and resend it.
You will be placed in a Mail mode buffer with the extracted message and
you can change the recipient address before resending the message." t nil)
(autoload 'vm-resend-message "vm-reply" "\
Resend the current message to someone else.
The current message will be copied to a Mail mode buffer and you
can edit the message and send it as usual.

NOTE: since you are doing a resend, a Resent-To header is provided
for you to fill in the new recipient list.  If you don't fill in
this header, what happens when you send the message is undefined.
You may also create a Resent-Cc header." t nil)
(autoload 'vm-send-digest "vm-reply" "\
Send a digest of all messages in the current folder to recipients.
The type of the digest is specified by the variable vm-digest-send-type.
You will be placed in a Mail mode buffer as is usual with replies, but you
must fill in the To: and Subject: headers manually.

Prefix arg means to insert a list of preamble lines at the beginning of
the digest.  One line is generated for each message being digestified.
The variable vm-digest-preamble-format determines the format of the
preamble lines.

If invoked on marked messages (via vm-next-command-uses-marks),
only marked messages will be put into the digest." t nil)
(autoload 'vm-send-rfc934-digest "vm-reply" "\
Like vm-send-digest but always sends an RFC 934 digest." t nil)
(autoload 'vm-send-rfc1153-digest "vm-reply" "\
Like vm-send-digest but always sends an RFC 1153 digest." t nil)
(autoload 'vm-send-mime-digest "vm-reply" "\
Like vm-send-digest but always sends an MIME (multipart/digest) digest." t nil)
(autoload 'vm-continue-composing-message "vm-reply" "\
Find and select the most recently used mail composition buffer.
If the selected buffer is already a Mail mode buffer then it is
buried before beginning the search.  Non Mail mode buffers and
unmodified Mail buffers are skipped.  Prefix arg means unmodified
Mail mode buffers are not skipped.  If no suitable buffer is
found, the current buffer remains selected." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\207" [autoload vm-mail-to-mailto-url "vm-reply" nil vm-mail-internal "vm-reply"] 6)
(autoload 'vm-reply-other-frame "vm-reply" "\
Like vm-reply, but run in a newly created frame." t nil)
(autoload 'vm-reply-include-text-other-frame "vm-reply" "\
Like vm-reply-include-text, but run in a newly created frame." t nil)
(autoload 'vm-followup-other-frame "vm-reply" "\
Like vm-followup, but run in a newly created frame." t nil)
(autoload 'vm-followup-include-text-other-frame "vm-reply" "\
Like vm-followup-include-text, but run in a newly created frame." t nil)
(autoload 'vm-forward-message-all-headers-other-frame "vm-reply" "\
Like vm-forward-message-all-headers, but run in a newly created frame." t nil)
(autoload 'vm-forward-message-other-frame "vm-reply" "\
Like vm-forward-message, but run in a newly created frame." t nil)
(autoload 'vm-resend-message-other-frame "vm-reply" "\
Like vm-resend-message, but run in a newly created frame." t nil)
(autoload 'vm-resend-bounced-message-other-frame "vm-reply" "\
Like vm-resend-bounced-message, but run in a newly created frame." t nil)
(autoload 'vm-send-digest-other-frame "vm-reply" "\
Like vm-send-digest, but run in a newly created frame." t nil)
(autoload 'vm-send-rfc934-digest-other-frame "vm-reply" "\
Like vm-send-rfc934-digest, but run in a newly created frame." t nil)
(autoload 'vm-send-rfc1153-digest-other-frame "vm-reply" "\
Like vm-send-rfc1153-digest, but run in a newly created frame." t nil)
(autoload 'vm-send-mime-digest-other-frame "vm-reply" "\
Like vm-send-mime-digest, but run in a newly created frame." t nil)
(autoload 'vm-preview-composition "vm-reply" "\
Show how the current composition buffer might be displayed
in a MIME-aware mail reader.  VM copies and encodes the current
mail composition buffer and displays it as a mail folder.
Type `q' to quit this temp folder and return to composing your
message." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\207" [autoload vm-update-composition-buffer-name "vm-reply" nil vm-mail-mode-remove-tm-hooks "vm-reply" vm-match-data "vm-save" vm-auto-select-folder "vm-save"] 6)
(autoload 'vm-auto-archive-messages "vm-save" "\
Save all unfiled messages that auto-match a folder via
vm-auto-folder-alist to their appropriate folders.  Messages that
are flagged for deletion are not saved.

Prefix arg means to ask user for confirmation before saving each message.

When invoked on marked messages (via vm-next-command-uses-marks),
only marked messages are checked against vm-auto-folder-alist.

The saved messages are flagged as `filed'." t nil)
(autoload 'vm-save-message "vm-save" "\
Save the current message to a mail folder.
If the folder already exists, the message will be appended to it.

Prefix arg COUNT means save this message and the next COUNT-1
messages.  A negative COUNT means save this message and the
previous COUNT-1 messages.

When invoked on marked messages (via vm-next-command-uses-marks),
all marked messages in the current folder are saved; other messages are
ignored.

The saved messages are flagged as `filed'." t nil)
(autoload 'vm-save-message-sans-headers "vm-save" "\
Save the current message to a file, without its header section.
If the file already exists, the message body will be appended to it.
Prefix arg COUNT means save the next COUNT message bodiess.  A
negative COUNT means save the previous COUNT bodies.

When invoked on marked messages (via vm-next-command-uses-marks),
only the next COUNT marked messages are saved; other intervening
messages are ignored.

The saved messages are flagged as `written'.

This command should NOT be used to save message to mail folders; use
vm-save-message instead (normally bound to `s')." t nil)
(autoload 'vm-pipe-message-to-command "vm-save" "\
Runs a shell command with some or all of the contents of the
current message as input.
By default, the entire message is used.
With one \\[universal-argument] the text portion of the message is used.
With two \\[universal-argument]'s the header portion of the message is used.
With three \\[universal-argument]'s the visible header portion of the message
  plus the text portion is used.

When invoked on marked messages (via vm-next-command-uses-marks),
each marked message is successively piped to the shell command,
one message per command invocation.

Output, if any, is displayed.  The message is not altered." t nil)
(autoload 'vm-print-message "vm-save" "\
Print the current message
Prefix arg N means print the current message and the next N - 1 messages.
Prefix arg -N means print the current message and the previous N - 1 messages.

The variable `vm-print-command' controls what command is run to
print the message, and `vm-print-command-switches' is a list of switches
to pass to the command.

When invoked on marked messages (via vm-next-command-uses-marks),
each marked message is printed, one message per vm-print-command invocation.

Output, if any, is displayed.  The message is not altered." t nil)
(autoload 'vm-save-message-to-imap-folder "vm-save" "\
Save the current message to an IMAP folder.
Prefix arg COUNT means save this message and the next COUNT-1
messages.  A negative COUNT means save this message and the
previous COUNT-1 messages.

When invoked on marked messages (via vm-next-command-uses-marks),
all marked messages in the current folder are saved; other messages are
ignored.

The saved messages are flagged as `filed'." t nil)
(autoload 'vm-isearch-forward "vm-search" "\
Incrementally search forward through the current folder's messages.
Usage is identical to the standard Emacs incremental search.
When the search terminates the message containing point will be selected.

If the variable vm-search-using-regexps is non-nil, regular expressions
are understood; nil means the search will be for the input string taken
literally.  Specifying a prefix ARG interactively toggles the value of
vm-search-using-regexps for this search." t nil)
(autoload 'vm-isearch-backward "vm-search" "\
Incrementally search backward through the current folder's messages.
Usage is identical to the standard Emacs incremental search.
When the search terminates the message containing point will be selected.

If the variable vm-search-using-regexps is non-nil, regular expressions
are understood; nil means the search will be for the input string taken
literally.  Specifying a prefix ARG interactively toggles the value of
vm-search-using-regexps for this search." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\207" [autoload vm-isearch "vm-search" nil vm-isearch-widen "vm-search" vm-isearch-narrow "vm-search" vm-isearch-update "vm-search"] 6)
(autoload 'vm-move-message-forward "vm-sort" "\
Move a message forward in a VM folder.
Prefix arg COUNT causes the current message to be moved COUNT messages forward.
A negative COUNT causes movement to be backward instead of forward.
COUNT defaults to 1.  The current message remains selected after being
moved.

If vm-move-messages-physically is non-nil, the physical copy of
the message in the folder is moved.  A nil value means just
change the presentation order and leave the physical order of
the folder undisturbed." t nil)
(autoload 'vm-move-message-backward "vm-sort" "\
Move a message backward in a VM folder.
Prefix arg COUNT causes the current message to be moved COUNT
messages backward.  A negative COUNT causes movement to be
forward instead of backward.  COUNT defaults to 1.  The current
message remains selected after being moved.

If vm-move-messages-physically is non-nil, the physical copy of
the message in the folder is moved.  A nil value means just
change the presentation order and leave the physical order of
the folder undisturbed." t nil)
(autoload 'vm-move-message-forward-physically "vm-sort" "\
Like vm-move-message-forward but always move the message physically." t nil)
(autoload 'vm-move-message-backward-physically "vm-sort" "\
Like vm-move-message-backward but always move the message physically." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\207" [autoload vm-physically-move-message "vm-sort" nil vm-so-sortable-datestring "vm-sort" vm-so-sortable-subject "vm-sort"] 6)
(autoload 'vm-sort-messages "vm-sort" "\
Sort message in a folder by the specified KEYS.
You may sort by more than one particular message key.  If
messages compare equal by the first key, the second key will be
compared and so on.  When called interactively the keys will be
read from the minibuffer.  Valid keys are

\"date\"		\"reversed-date\"
\"author\"		\"reversed-author\"
\"subject\"		\"reversed-subject\"
\"recipients\"		\"reversed-recipients\"
\"line-count\"		\"reversed-line-count\"
\"byte-count\"		\"reversed-byte-count\"
\"physical-order\"	\"reversed-physical-order\"

Optional second arg (prefix arg interactively) means the sort
should change the physical order of the messages in the folder.
Normally VM changes presentation order only, leaving the
folder in the order in which the messages arrived." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\207" [autoload vm-sort-compare-xxxxxx "vm-sort" nil vm-sort-compare-thread "vm-sort" vm-sort-compare-author "vm-sort" vm-sort-compare-author-r "vm-sort" vm-sort-compare-date "vm-sort" vm-sort-compare-date-r "vm-sort" vm-sort-compare-recipients "vm-sort" vm-sort-compare-recipients-r "vm-sort" vm-sort-compare-subject "vm-sort" vm-sort-compare-subject-r "vm-sort" vm-sort-compare-line-count "vm-sort" vm-sort-compare-line-count-r "vm-sort" vm-sort-compare-byte-count "vm-sort" vm-sort-compare-byte-count-r "vm-sort" vm-sort-compare-physical-order "vm-sort" vm-sort-compare-physical-order-r "vm-sort"] 6)
(autoload 'vm "vm-startup" "\
Read mail under Emacs.
Optional first arg FOLDER specifies the folder to visit.  It defaults
to the value of vm-primary-inbox.  The folder buffer is put into VM
mode, a major mode for reading mail.

Prefix arg or optional second arg READ-ONLY non-nil indicates
that the folder should be considered read only.  No attribute
changes, message additions or deletions will be allowed in the
visited folder.

Visiting the primary inbox normally causes any contents of the system mailbox to
be moved and appended to the resulting buffer.  You can disable this automatic fetching of mail by setting `vm-auto-get-new-mail' to nil.

All the messages can be read by repeatedly pressing SPC.  Use `n'ext and
`p'revious to move about in the folder.  Messages are marked for
deletion with `d', and saved to another folder with `s'.  Quitting VM
with `q' saves the buffered folder to disk, but does not expunge
deleted messages.  Use `###' to expunge deleted messages.

See the documentation for vm-mode for more information." t nil)
(autoload 'vm-other-frame "vm-startup" "\
Like vm, but run in a newly created frame." t nil)
(autoload 'vm-other-window "vm-startup" "\
Like vm, but run in a different window." t nil)
(autoload 'vm-mode "vm-startup" "\
Major mode for reading mail.

This is VM 7.19.

Commands:
   h - summarize folder contents
   H - summarize contents of all folders
 C-t - toggle threads display

   n - go to next message
   p - go to previous message
   N - like `n' but ignores skip-variable settings
   P - like `p' but ignores skip-variable settings
 M-n - go to next unread message
 M-p - go to previous unread message
 RET - go to numbered message (uses prefix arg or prompts in minibuffer)
 M-g - go to numbered message (uses prefix arg or prompts in minibuffer)
 TAB - go to last message seen
   ^ - go to parent of this message
 M-s - incremental search through the folder

   t - display hidden headers
 SPC - expose message body or scroll forward a page
   b - scroll backward a page
   < - go to beginning of current message
   > - go to end of current message
   [ - go to previous button
   ] - go to next button
   D - decode MIME if not already decoded.  If already decoded,
       display all MIME objects as tags.  If already displaying
       tags, show raw unecoded MIME>

   d - delete message, prefix arg deletes messages forward
 C-d - delete message, prefix arg deletes messages backward
   u - undelete
   k - delete all messages with same subject as the current message

   r - reply (only to the sender of the message)
   R - reply with included text from the current message
 M-r - extract and resend bounced message
   f - followup (reply to all recipients of message)
   F - followup with included text from the current message
   z - forward the current message
   m - send a message
   B - resend the current message to another user.
   c - continue composing the most recent message you were composing

   @ - digestify and mail entire folder contents (the folder is not modified)
   * - burst a digest into individual messages, and append and assimilate these
       messages into the current folder.

   G - sort messages by various keys

   g - get any new mail that has arrived in the system mailbox
       (new mail is appended to the disk and buffer copies of the
       primary inbox.)
   v - visit another mail folder

   e - edit the current message
   j - discard cached information about the current message

   s - save current message in a folder (appends if folder already exists)
   w - write current message to a file without its headers (appends if exists)
   S - save entire folder to disk, does not expunge
   A - save unfiled messages to their vm-auto-folder-alist specified folders
 ### - expunge deleted messages (without saving folder)
   q - quit VM, deleted messages are not expunged, folder is
       saved to disk if it is modified.  new messages are changed
       to be flagged as just unread.
   x - exit VM with no change to the folder

 M N - use marks; the next vm command will affect only marked messages
       if it makes sense for the command to do so.  These commands
       apply and remove marks to messages:

       M M - mark the current message
       M U - unmark the current message
       M m - mark all messages
       M u - unmark all messages
       M C - mark messages matched by a virtual folder selector
       M c - unmark messages matched by a virtual folder selector
       M T - mark thread tree rooted at the current message
       M t - unmark thread tree rooted at the current message
       M S - mark messages with the same subject as the current message
       M s - unmark messages with the same subject as the current message
       M A - mark messages with the same author as the current message
       M a - unmark messages with the same author as the current message
       M R - mark messages within the point/mark region in the summary
       M r - unmark messages within the point/mark region in the summary
       M V - toggle the marked-ness of all messages
       M X - apply the selectors of a named virtual folder to the
             messages in the current folder and mark all messages
             that match those selectors.
       M x - apply the selectors of a named virtual folder to the
             messages in the current folder and unmark all messages
             that match those selectors.
       M ? - partial help for mark commands

   W - prefix for window configuration commands:
       W S - save the current window configuration to a name
       W D - delete a window configuration
       W W - apply a configuration
       W ? - help for the window configuration commands

   V - prefix for virtual folder commands:
       V V - visit a virtual folder (folder must be defined in
             vm-virtual-folder-alist)
       V C - create a virtual folder composed of a subset of
             the current folder's messages.
       V A - create a virtual folder containing all the messages in
             the current folder with the same author as the current message.
       V S - create a virtual folder containing all the messages in
             the current folder with the same subject as the current message.
       V X - apply the selectors of a named virtual folder to the messages in
             the current folder and create a virtual folder
             containing the selected messages.
       V M - toggle whether this virtual folder's messages mirror the
             underlying real messages' attributes.
       V ? - help for virtual folder commands

 C-_ - undo, special undo that retracts the most recent
             changes in message attributes and labels.  Expunges,
             message edits, and saves cannot be undone.  C-x u is
             also bound to this command.

   a - set message attributes

   l - prefix for label commands:
       l a - add labels to message
       l d - delete labels from message

   $ - prefix for MIME commands.  Position the cursor over a MIME
       tag and use these keystrokes to operate on a MIME object.

       RET   - display the MIME object according to its type.
       $ s   - save the MIME object
       $ p   - print the MIME object
       $ |   - pipe the MIME object to a shell command.
       $ RET - display the MIME object's text using the \"default\" face.
       $ e   - display the MIME object with an external viewer.
       $ d   - delete the MIME object from the message.
       $ v   - display the MIME object as some other type.
       $ w   - write the MIME object to a file.
       $ a   - attach the MIME object to a composition buffer.

   L - reload your VM init file, ~/.vm

   % - change a folder to another type

   ? - help

   ! - run a shell command
   | - run a shell command with the current message as input

 M-C - view conditions under which you may redistribute VM
 M-W - view the details of VM's lack of a warranty

Use M-x vm-submit-bug-report to submit a bug report.

Variables:
   vm-arrived-message-hook
   vm-arrived-messages-hook
   vm-auto-center-summary
   vm-auto-decode-mime-messages
   vm-auto-displayed-mime-content-type-exceptions
   vm-auto-displayed-mime-content-types
   vm-auto-folder-alist
   vm-auto-folder-case-fold-search
   vm-auto-get-new-mail
   vm-auto-next-message
   vm-berkeley-mail-compatibility
   vm-burst-digest-messages-inherit-labels
   vm-check-folder-types
   vm-circular-folders
   vm-confirm-new-folders
   vm-confirm-quit
   vm-convert-folder-types
   vm-crash-box
   vm-crash-box-suffix
   vm-default-From_-folder-type
   vm-default-folder-permission-bits
   vm-default-folder-type
   vm-delete-after-archiving
   vm-delete-after-bursting
   vm-delete-after-saving
   vm-delete-empty-folders
   vm-digest-burst-type
   vm-digest-center-preamble
   vm-digest-preamble-format
   vm-digest-send-type
   vm-display-buffer-hook
   vm-display-using-mime
   vm-edit-message-hook
   vm-fill-paragraphs-containing-long-lines
   vm-flush-interval
   vm-folder-directory
   vm-folder-read-only
   vm-folders-summary-database
   vm-folders-summary-directories
   vm-folders-summary-format
   vm-follow-summary-cursor
   vm-forward-message-hook
   vm-forwarded-headers
   vm-forwarding-digest-type
   vm-forwarding-subject-format
   vm-frame-parameter-alist
   vm-frame-per-completion
   vm-frame-per-composition
   vm-frame-per-edit
   vm-frame-per-folder
   vm-frame-per-folders-summary
   vm-frame-per-help
   vm-frame-per-summary
   vm-highlighted-header-face
   vm-highlighted-header-regexp
   vm-honor-mime-content-disposition
   vm-honor-page-delimiters
   vm-icontopbm-program
   vm-image-directory
   vm-imagemagick-convert-program
   vm-imagemagick-identify-program
   vm-imap-auto-expunge-alist
   vm-imap-bytes-per-session
   vm-imap-expunge-after-retrieving
   vm-imap-max-message-size
   vm-imap-messages-per-session
   vm-imap-session-preauth-hook
   vm-index-file-suffix
   vm-in-reply-to-format
   vm-included-text-attribution-format
   vm-included-text-discard-header-regexp
   vm-included-text-headers
   vm-included-text-prefix
   vm-infer-mime-types
   vm-invisible-header-regexp
   vm-jump-to-new-messages
   vm-jump-to-unread-messages
   vm-keep-crash-boxes
   vm-keep-sent-messages
   vm-lynx-program
   vm-mail-check-interval
   vm-mail-header-from
   vm-mail-header-insert-date
   vm-mail-header-insert-message-id
   vm-mail-mode-hook
   vm-mail-send-hook
   vm-make-crash-box-name
   vm-make-spool-file-name
   vm-mime-7bit-composition-charset
   vm-mime-8bit-composition-charset
   vm-mime-8bit-text-transfer-encoding
   vm-mime-alternative-select-method
   vm-mime-attachment-auto-type-alist
   vm-mime-attachment-save-directory
   vm-mime-avoid-folding-content-type
   vm-mime-base64-decoder-program
   vm-mime-base64-decoder-switches
   vm-mime-base64-encoder-program
   vm-mime-base64-encoder-switches
   vm-mime-button-face
   vm-mime-button-format-alist
   vm-mime-charset-converter-alist
   vm-mime-charset-font-alist
   vm-mime-confirm-delete
   vm-mime-decode-for-preview
   vm-mime-default-face-charset-exceptions
   vm-mime-default-face-charsets
   vm-mime-delete-after-saving
   vm-mime-delete-viewer-processes
   vm-mime-digest-discard-header-regexp
   vm-mime-digest-headers
   vm-mime-display-function
   vm-mime-external-content-types-alist
   vm-mime-forward-local-external-bodies
   vm-mime-ignore-composite-type-opaque-transfer-encoding
   vm-mime-ignore-mime-version
   vm-mime-ignore-missing-multipart-boundary
   vm-mime-internal-content-type-exceptions
   vm-mime-internal-content-types
   vm-mime-max-message-size
   vm-mime-qp-decoder-program
   vm-mime-qp-decoder-switches
   vm-mime-qp-encoder-program
   vm-mime-qp-encoder-switches
   vm-mime-require-mime-version-header
   vm-mime-type-converter-alist
   vm-mime-use-image-strips
   vm-mime-use-w3-for-text/html
   vm-mime-uuencode-decoder-program
   vm-mime-uuencode-decoder-switches
   vm-mode-hook
   vm-mosaic-program
   vm-mosaic-program-switches
   vm-move-after-deleting
   vm-move-after-killing
   vm-move-after-undeleting
   vm-move-messages-physically
   vm-mutable-frames
   vm-mutable-windows
   vm-netscape-program
   vm-netscape-program-switches
   vm-page-continuation-glyph
   vm-paragraph-fill-column
   vm-pop-auto-expunge-alist
   vm-pop-bytes-per-session
   vm-pop-expunge-after-retrieving
   vm-pop-folder-alist
   vm-pop-max-message-size
   vm-pop-md5-program
   vm-pop-messages-per-session
   vm-popup-menu-on-mouse-3
   vm-preferences-file
   vm-preview-lines
   vm-preview-read-messages
   vm-primary-inbox
   vm-quit-hook
   vm-recognize-imap-maildrops
   vm-recognize-pop-maildrops
   vm-reply-hook
   vm-reply-ignored-addresses
   vm-reply-ignored-reply-tos
   vm-reply-subject-prefix
   vm-resend-bounced-discard-header-regexp
   vm-resend-bounced-headers
   vm-resend-bounced-message-hook
   vm-resend-discard-header-regexp
   vm-resend-headers
   vm-resend-message-hook
   vm-retrieved-spooled-mail-hook
   vm-rfc1153-digest-discard-header-regexp
   vm-rfc1153-digest-headers
   vm-rfc934-digest-discard-header-regexp
   vm-rfc934-digest-headers
   vm-search-using-regexps
   vm-select-message-hook
   vm-select-new-message-hook
   vm-select-unread-message-hook
   vm-send-digest-hook
   vm-send-using-mime
   vm-skip-deleted-messages
   vm-skip-read-messages
   vm-spool-file-suffixes
   vm-spool-files
   vm-spooled-mail-waiting-hook
   vm-ssh-program
   vm-ssh-program-switches
   vm-ssh-remote-command
   vm-startup-with-summary
   vm-strip-reply-headers
   vm-stunnel-program
   vm-stunnel-program-switches
   vm-stunnel-random-data-method
   vm-subject-significant-chars
   vm-summary-arrow
   vm-summary-format
   vm-summary-highlight-face
   vm-summary-mode-hook
   vm-summary-redo-hook
   vm-summary-show-threads
   vm-summary-thread-indent-level
   vm-tale-is-an-idiot
   vm-temp-file-directory
   vm-thread-using-subject
   vm-toolbar-pixmap-directory
   vm-trust-From_-with-Content-Length
   vm-uncompface-program
   vm-undisplay-buffer-hook
   vm-unforwarded-header-regexp
   vm-url-browser
   vm-url-browser-switches
   vm-url-retrieval-methods
   vm-url-search-limit
   vm-use-menus
   vm-use-toolbar
   vm-virtual-folder-alist
   vm-virtual-mirror
   vm-visible-headers
   vm-visit-folder-hook
   vm-visit-when-saving
   vm-warp-mouse-to-new-frame
   vm-wget-program
   vm-window-configuration-file
" t nil)
(autoload 'vm-visit-folder "vm-startup" "\
Visit a mail file.
VM will parse and present its messages to you in the usual way.

First arg FOLDER specifies the mail file to visit.  When this
command is called interactively the file name is read from the
minibuffer.

Prefix arg or optional second arg READ-ONLY non-nil indicates
that the folder should be considered read only.  No attribute
changes, messages additions or deletions will be allowed in the
visited folder." t nil)
(autoload 'vm-visit-folder-other-frame "vm-startup" "\
Like vm-visit-folder, but run in a newly created frame." t nil)
(autoload 'vm-visit-folder-other-window "vm-startup" "\
Like vm-visit-folder, but run in a different window." t nil)
(autoload 'vm-visit-pop-folder "vm-startup" "\
Visit a POP mailbox.
VM will present its messages to you in the usual way.  Messages
found in the POP mailbox will be downloaded and stored in a local
cache.  If you expunge messages from the cache, the corresponding
messages will be expunged from the POP mailbox.

First arg FOLDER specifies the name of the POP mailbox to visit.
You can only visit mailboxes that are specified in `vm-pop-folder-alist'.
When this command is called interactively the mailbox name is read from the
minibuffer.

Prefix arg or optional second arg READ-ONLY non-nil indicates
that the folder should be considered read only.  No attribute
changes, messages additions or deletions will be allowed in the
visited folder." t nil)
(autoload 'vm-visit-pop-folder-other-frame "vm-startup" "\
Like vm-visit-pop-folder, but run in a newly created frame." t nil)
(autoload 'vm-visit-pop-folder-other-window "vm-startup" "\
Like vm-visit-pop-folder, but run in a different window." t nil)
(autoload 'vm-visit-imap-folder "vm-startup" "\
Visit a IMAP mailbox.
VM will present its messages to you in the usual way.  Messages
found in the IMAP mailbox will be downloaded and stored in a local
cache.  If you expunge messages from the cache, the corresponding
messages will be expunged from the IMAP mailbox.

First arg FOLDER specifies the IMAP mailbox to visit.  You can only
visit mailboxes on servers that are listed in `vm-imap-server-list'.
When this command is called interactively the server and mailbox
names are read from the minibuffer.

Prefix arg or optional second arg READ-ONLY non-nil indicates
that the folder should be considered read only.  No attribute
changes, messages additions or deletions will be allowed in the
visited folder." t nil)
(autoload 'vm-visit-imap-folder-other-frame "vm-startup" "\
Like vm-visit-imap-folder, but run in a newly created frame." t nil)
(autoload 'vm-visit-imap-folder-other-window "vm-startup" "\
Like vm-visit-imap-folder, but run in a different window." t nil)
(autoload 'vm-virtual-mode "vm-startup" "\
Mode for reading multiple mail folders as one folder.

The commands available are the same commands that are found in
vm-mode, except that a few of them are not applicable to virtual
folders.

vm-virtual-mode is not a normal major mode.  If you run it, it
will not do anything.  The entry point to vm-virtual-mode is
vm-visit-virtual-folder." nil nil)
(autoload 'vm-visit-virtual-folder "vm-startup" nil t nil)
(autoload 'vm-visit-virtual-folder-other-frame "vm-startup" "\
Like vm-visit-virtual-folder, but run in a newly created frame." t nil)
(autoload 'vm-visit-virtual-folder-other-window "vm-startup" "\
Like vm-visit-virtual-folder, but run in a different window." t nil)
(autoload 'vm-mail "vm-startup" "\
Send a mail message from within VM, or from without.
Optional argument TO is a string that should contain a comma separated
recipient list." t nil)
(autoload 'vm-mail-other-frame "vm-startup" "\
Like vm-mail, but run in a newly created frame.
Optional argument TO is a string that should contain a comma separated
recipient list." t nil)
(autoload 'vm-mail-other-window "vm-startup" "\
Like vm-mail, but run in a different window.
Optional argument TO is a string that should contain a comma separated
recipient list." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-folders-summary-mode "vm-startup" nil] 6)
(autoload 'vm-folders-summarize "vm-startup" "\
Generate a summary of the folders in your folder directories.
Set `vm-folders-summary-directories' to specify the folder directories.
Press RETURN or click mouse button 2 on an entry in the folders
summary buffer to select a folder." t nil)
(autoload 'vm-compose-mail "vm-startup" nil t nil)
(autoload 'vm-submit-bug-report "vm-startup" "\
Submit a bug report, with pertinent information to the VM bug list." t nil)
(byte-code "\300\301\302\303\304\303%\210\300\305\306\303\211\211%\210\300\307\310\303\211\211%\210\300\311\312\303\211\211%\210\300\313\314\303\211\211%\210\300\315\316\303\211\211%\207" [autoload vm-load-init-file "vm-startup" nil t vm-check-emacs-version "vm-startup" vm-set-debug-flags "vm-startup" vm-session-initialization "vm-startup" vm-summary-mode-internal "vm-summary" vm-summary-mode "vm-summary"] 6)
(autoload 'vm-summarize "vm-summary" "\
Summarize the contents of the folder in a summary buffer. 
The format is as described by the variable vm-summary-format.  Generally
one line per message is most pleasing to the eye but this is not
mandatory." t nil)
(autoload 'vm-summarize-other-frame "vm-summary" "\
Like vm-summarize, but run in a newly created frame." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\300\362\363\303\211\211%\210\300\364\365\303\211\211%\210\300\366\367\303\211\211%\210\300\370\371\303\211\211%\210\300\372\373\303\211\211%\210\300\374\375\303\211\211%\210\300\376\377\303\211\211%\210\300\201@ \201A \303\211\211%\210\300\201B \201C \303\211\211%\210\300\201D \201E \303\211\211%\210\300\201F \201G \303\211\211%\210\300\201H \201I \303\211\211%\210\300\201J \201K \303\211\211%\210\300\201L \201M \303\211\211%\210\300\201N \201O \303\211\211%\210\300\201P \201Q \303\211\211%\210\300\201R \201S \303\211\211%\210\300\201T \201U \303\211\211%\210\300\201V \201W \303\211\211%\210\300\201X \201Y \303\211\211%\210\300\201Z \201[ \303\211\211%\210\300\201\\ \201] \303\211\211%\210\300\201^ \201_ \303\211\211%\210\300\201` \201a \303\211\211%\210\300\201b \201c \303\211\211%\210\300\201d \201e \303\211\211%\210\300\201f \201g \303\211\211%\210\300\201h \201i \303\211\211%\210\300\201j \201k \303\211\211%\210\300\201l \201m \303\201n \303%\210\300\201o \201p \303\211\211%\210\300\201q \201r \303\211\211%\210\300\201s \201t \303\211\211%\210\300\201u \201v \303\211\211%\210\300\201w \201x \303\211\211%\210\300\201y \201z \303\211\211%\210\300\201{ \201| \303\211\211%\210\300\201} \201~ \303\211\211%\210\300\201 \201\200 \303\211\211%\210\300\201\201 \201\202 \303\211\211%\210\300\201\203 \201\204 \303\211\211%\210\300\201\205 \201\206 \303\211\211%\210\300\201\207 \201\210 \303\211\211%\210\300\201\211 \201\212 \303\211\211%\210\300\201\213 \201\214 \303\211\211%\210\300\201\215 \201\216 \303\211\211%\210\300\201\217 \201\220 \303\211\211%\210\300\201\221 \201\222 \303\211\211%\210\300\201\223 \201\224 \303\211\211%\210\300\201\225 \201\226 \303\211\211%\210\300\201\227 \201\230 \303\211\211%\210\300\201\231 \201\232 \303\211\211%\210\300\201\233 \201\234 \303\211\211%\210\300\201\235 \201\236 \303\211\211%\210\300\201\237 \201\240 \303\211\211%\210\300\201\241 \201\242 \303\211\211%\210\300\201\243 \201\244 \303\211\211%\210\300\201\245 \201\246 \303\211\211%\210\300\201\247 \201\250 \303\211\211%\210\300\201\251 \201\252 \303\211\211%\210\300\201\253 \201\254 \303\211\211%\210\300\201\255 \201\256 \303\211\211%\210\300\201\257 \201\260 \303\211\211%\210\300\201\261 \201\262 \303\211\211%\210\300\201\263 \201\264 \303\211\211%\210\300\201\265 \201\266 \303\211\211%\210\300\201\267 \201\270 \303\211\211%\210\300\201\271 \201\272 \303\211\211%\210\300\201\273 \201\274 \303\211\211%\210\300\201\275 \201\276 \303\211\211%\210\300\201\277 \201\300 \303\211\211%\210\300\201\301 \201\302 \303\211\211%\210\300\201\303 \201\304 \303\211\211%\207" [autoload vm-do-summary "vm-summary" nil vm-do-needed-summary-rebuild "vm-summary" vm-update-message-summary "vm-summary" vm-set-summary-pointer "vm-summary" vm-summary-highlight-region "vm-summary" vm-folders-summary-highlight-region "vm-summary" vm-summary-xxxx-highlight-region "vm-summary" vm-auto-center-summary "vm-summary" vm-summary-sprintf "vm-summary" vm-summary-compile-format "vm-summary" vm-tokenized-summary-insert "vm-summary" vm-summary-compile-format-1 "vm-summary" vm-get-header-contents "vm-summary" vm-string-width "vm-summary" vm-left-justify-string "vm-summary" vm-right-justify-string "vm-summary" vm-numeric-left-justify-string "vm-summary" vm-numeric-right-justify-string "vm-summary" vm-truncate-string "vm-summary" vm-truncate-roman-string "vm-summary" vm-su-attribute-indicators "vm-summary" vm-su-attribute-indicators-long "vm-summary" vm-su-byte-count "vm-summary" vm-su-weekday "vm-summary" vm-su-monthday "vm-summary" vm-su-month "vm-summary" vm-su-month-number "vm-summary" vm-su-year "vm-summary" vm-su-hour-short "vm-summary" vm-su-hour "vm-summary" vm-su-zone "vm-summary" vm-su-mark "vm-summary" vm-grok-From_-date "vm-summary" vm-parse-date "vm-summary" vm-su-do-date "vm-summary" vm-su-do-month "vm-summary" vm-su-do-weekday "vm-summary" vm-run-user-summary-function "vm-summary" vm-su-full-name "vm-summary" vm-su-interesting-full-name "vm-summary" vm-su-from "vm-summary" vm-su-interesting-from "vm-summary" vm-grok-From_-author "vm-summary" vm-su-do-author "vm-summary" vm-default-chop-full-name "vm-summary" vm-choose-chop-full-name-function "vm-summary" vm-su-do-recipients "vm-summary" vm-su-to "vm-summary" vm-su-to-names "vm-summary" vm-su-message-id "vm-summary" vm-su-line-count "vm-summary" vm-su-subject "vm-summary" vm-su-summary "vm-summary" vm-fix-my-summary!!! "vm-summary" t vm-su-thread-indent "vm-summary" vm-su-labels "vm-summary" vm-substring "vm-summary" vm-make-folder-summary "vm-summary" vm-fs-folder-of "vm-summary" vm-fs-total-count-of "vm-summary" vm-fs-new-count-of "vm-summary" vm-fs-unread-count-of "vm-summary" vm-fs-deleted-count-of "vm-summary" vm-fs-start-of "vm-summary" vm-fs-end-of "vm-summary" vm-fs-folder-key-of "vm-summary" vm-fs-mouse-track-overlay-of "vm-summary" vm-fs-short-folder-of "vm-summary" vm-fs-modflag-of "vm-summary" vm-set-fs-folder-of "vm-summary" vm-set-fs-total-count-of "vm-summary" vm-set-fs-new-count-of "vm-summary" vm-set-fs-unread-count-of "vm-summary" vm-set-fs-deleted-count-of "vm-summary" vm-set-fs-start-of "vm-summary" vm-set-fs-end-of "vm-summary" vm-set-fs-folder-key-of "vm-summary" vm-set-fs-mouse-track-overlay-of "vm-summary" vm-set-fs-short-folder-of "vm-summary" vm-set-fs-modflag-of "vm-summary" vm-fs-spooled "vm-summary" vm-make-folders-summary-key "vm-summary" vm-open-folders-summary-database "vm-summary" vm-get-folder-totals "vm-summary" vm-store-folder-totals "vm-summary" vm-modify-folder-totals "vm-summary" vm-folders-summary-sprintf "vm-summary" vm-folders-summary-compile-format "vm-summary" vm-folders-summary-compile-format-1 "vm-summary" vm-update-folders-summary-entry "vm-summary" vm-folders-summary-mode-internal "vm-summary" vm-do-folders-summary "vm-summary" vm-update-folders-summary-highlight "vm-summary" vm-do-needed-folders-summary-update "vm-summary" vm-mark-for-folders-summary-update "vm-summary" vm-make-folders-summary-associative-hashes "vm-summary" vm-follow-folders-summary-cursor "vm-summary"] 6)
(autoload 'vm-toggle-threads-display "vm-thread" "\
Toggle the threads display on and off.
When the threads display is on, the folder will be sorted by
thread and thread indentation (via the %I summary format specifier)
will be visible." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\326\303%\210\300\327\330\303\211\211%\210\300\331\332\303\326\303%\210\300\333\334\303\326\303%\210\300\335\336\303\326\303%\210\300\337\340\303\211\211%\210\300\341\342\303\211\211%\210\300\343\344\303\211\211%\210\300\345\346\303\211\211%\210\300\347\350\303\211\211%\210\300\351\352\303\211\211%\210\300\353\354\303\211\211%\210\300\355\356\303\211\211%\210\300\357\360\303\211\211%\210\300\361\362\303\211\211%\210\300\363\364\303\211\211%\210\300\365\366\303\211\211%\210\300\367\370\303\211\211%\210\300\371\372\303\211\211%\210\300\373\374\303\211\211%\210\300\375\376\303\211\211%\210\300\377\201@ \303\211\211%\210\300\201A \201B \303\211\211%\210\300\201C \201D \303\211\211%\210\300\201E \201F \303\211\211%\210\300\201G \201H \303\211\211%\210\300\201I \201J \303\211\211%\210\300\201K \201L \303\211\211%\207" [autoload vm-build-threads "vm-thread" nil vm-build-thread-lists "vm-thread" vm-thread-mark-for-summary-update "vm-thread" vm-thread-list "vm-thread" vm-unthread-message "vm-thread" vm-th-references "vm-thread" vm-th-parent "vm-thread" vm-th-thread-indentation "vm-thread" vm-th-thread-list "vm-thread" vm-toolbar-helper-command "vm-toolbar" t vm-toolbar-any-messages-p "vm-toolbar" vm-toolbar-delete/undelete-message "vm-toolbar" vm-toolbar-can-autofile-p "vm-toolbar" vm-toolbar-autofile-message "vm-toolbar" vm-toolbar-can-recover-p "vm-toolbar" vm-toolbar-can-decode-mime-p "vm-toolbar" vm-toolbar-can-quit-p "vm-toolbar" vm-toolbar-mail-waiting-p "vm-toolbar" vm-toolbar-can-help-p "vm-toolbar" vm-toolbar-update-toolbar "vm-toolbar" vm-toolbar-install-or-uninstall-toolbar "vm-toolbar" vm-toolbar-install-toolbar "vm-toolbar" vm-toolbar-make-toolbar-spec "vm-toolbar" vm-toolbar-initialize "vm-toolbar" vm-toolbar-fsfemacs-uninstall-toolbar "vm-toolbar" vm-toolbar-fsfemacs-install-toolbar "vm-toolbar" vm-toolbar-make-fsfemacs-toolbar-image-spec "vm-toolbar" vm-set-buffer-modified-p "vm-undo" vm-undo-boundary "vm-undo" vm-add-undo-boundaries "vm-undo" vm-clear-expunge-invalidated-undos "vm-undo" vm-clear-virtual-quit-invalidated-undos "vm-undo" vm-clear-modification-flag-undos "vm-undo" vm-squeeze-consecutive-undo-boundaries "vm-undo" vm-undo-record "vm-undo" vm-undo-describe "vm-undo" vm-undo-set-message-pointer "vm-undo"] 6)
(autoload 'vm-undo "vm-undo" "\
Undo last change to message attributes in the current folder.
Consecutive invocations of this command cause sequentially earlier
changes to be undone.  After an intervening command between undos,
the undos themselves become undoable." t nil)
(autoload 'vm-set-message-attributes "vm-undo" "\
Set message attributes.
Use this command to change attributes like `deleted' or
`replied'.  Interactively you will be prompted for the attributes
to be changed, and only the attributes you enter will be altered.
You can use completion to expand the attribute names.  The names
should be entered as a space separated list.

A numeric prefix argument COUNT causes the current message and
the next COUNT-1 message to have their attributes altered.  A
negative COUNT arg causes the current message and the previous
COUNT-1 messages to be altered.  COUNT defaults to one." t nil)
(autoload 'vm-add-message-labels "vm-undo" "\
Attach some labels to a message.
These are arbitrary user-defined labels, not to be confused with
message attributes like `new' and `deleted'.  Interactively you
will be prompted for the labels to be added.  You can use
completion to expand the label names, with the completion list
being all the labels that have ever been used in this folder.
The names should be entered as a space separated list.  Label
names are compared case-insensitively.

A numeric prefix argument COUNT causes the current message and
the next COUNT-1 message to have the labels added.  A
negative COUNT arg causes the current message and the previous
COUNT-1 messages to be altered.  COUNT defaults to one." t nil)
(autoload 'vm-add-existing-message-labels "vm-undo" "\
Attach some already existing labels to a message.
Only labels that are currently attached to some message in this
folder or labels that have previously been attached to messages
in this folder will be added.  Other labels will be silently
ignored.

These are arbitrary user-defined labels, not to be confused with
message attributes like `new' and `deleted'.  Interactively you
will be prompted for the labels to be added.  You can use
completion to expand the label names, with the completion list
being all the labels that have ever been used in this folder.
The names should be entered as a space separated list.  Label
names are compared case-insensitively.

A numeric prefix argument COUNT causes the current message and
the next COUNT-1 messages to have the labels added.  A
negative COUNT arg causes the current message and the previous
COUNT-1 messages to be altered.  COUNT defaults to one." t nil)
(autoload 'vm-delete-message-labels "vm-undo" "\
Delete some labels from a message.
These are arbitrary user-defined labels, not to be confused with
message attributes like `new' and `deleted'.  Interactively you
will be prompted for the labels to be deleted.  You can use
completion to expand the label names, with the completion list
being all the labels that have ever been used in this folder.
The names should be entered as a space separated list.  Label
names are compared case-insensitively.

A numeric prefix argument COUNT causes the current message and
the next COUNT-1 message to have the labels deleted.  A
negative COUNT arg causes the current message and the previous
COUNT-1 messages to be altered.  COUNT defaults to one." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\207" [autoload vm-add-or-delete-message-labels "vm-undo" nil vm-set-xxxx-flag "vm-undo" vm-set-labels "vm-undo" vm-set-new-flag "vm-undo" vm-set-unread-flag "vm-undo" vm-set-deleted-flag "vm-undo" vm-set-filed-flag "vm-undo" vm-set-replied-flag "vm-undo" vm-set-written-flag "vm-undo" vm-set-forwarded-flag "vm-undo" vm-set-redistributed-flag "vm-undo" vm-set-new-flag-of "vm-undo" vm-set-unread-flag-of "vm-undo" vm-set-deleted-flag-of "vm-undo" vm-set-filed-flag-of "vm-undo" vm-set-replied-flag-of "vm-undo" vm-set-written-flag-of "vm-undo" vm-set-forwarded-flag-of "vm-undo" vm-set-redistributed-flag-of "vm-undo" vm-set-deleted-flag-in-vector "vm-undo" vm-set-new-flag-in-vector "vm-undo"] 6)
(autoload 'vm-user-composition-folder-buffer "vm-user" "\
Returns the folder buffer associated with the current buffer.
The current buffer must be a composition buffer created by VM for
a reply, resend or forward.

Nil is returned if the current buffer is not associated with any
VM folder.

Note that the buffer returned might be a virtual folder buffer,
which might have several underlying real folders associated with
it.  To get the list of real folder buffers associated with a
composition buffer, use vm-user-composition-real-folder-buffers
instead." nil nil)
(autoload 'vm-user-composition-real-folder-buffers "vm-user" "\
Returns a list of the real folder buffers associated with the current
buffer.  The current buffer must be a composition buffer created
by VM for a reply, resend or forward." nil nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\207" [autoload vm-spool-files "vm-vars" nil vm-locate-executable-file "vm-vars" vm-octal "vm-vars" vm-folder-history "vm-vars"] 6)
(autoload 'vm-build-virtual-message-list "vm-virtual" "\
Builds a list of messages matching the virtual folder definition
stored in the variable vm-virtual-folder-definition.

If the NEW-MESSAGES argument is nil, the message list is
derived from the folders listed in the virtual folder
definition and selected by the various selectors.  The
resulting message list is assigned to vm-message-list unless
DONT-FINALIZE is non-nil.

If NEW-MESSAGES is non-nil then it is a list of messages to
be tried against the selector parts of the virtual folder
definition.  Matching messages are added to vm-message-list,
instead of replacing it.

The messages in the NEW-MESSAGES list, if any, must all be in the
same real folder.

The list of matching virtual messages is returned.

If DONT-FINALIZE is nil, in addition to vm-message-list being
set, the virtual messages are added to the virtual message
lists of their real messages, the current buffer is added to
vm-virtual-buffers list of each real folder buffer represented
in the virtual list, and vm-real-buffers is set to a list of
all the real folder buffers involved." nil nil)
(autoload 'vm-create-virtual-folder "vm-virtual" "\
Create a new virtual folder from messages in the current folder.
The messages will be chosen by applying the selector you specify,
which is normally read from the minibuffer.

Prefix arg means the new virtual folder should be visited read only." t nil)
(autoload 'vm-apply-virtual-folder "vm-virtual" "\
Apply the selectors of a named virtual folder to the current folder
and create a virtual folder containing the selected messages.

Prefix arg means the new virtual folder should be visited read only." t nil)
(byte-code "\300\301\302\303\304\303%\210\300\305\306\303\304\303%\210\300\307\310\303\304\303%\210\300\311\312\303\304\303%\210\300\313\314\303\211\211%\210\300\315\316\303\211\211%\210\300\317\320\303\211\211%\210\300\321\322\303\211\211%\210\300\323\324\303\211\211%\210\300\325\326\303\211\211%\210\300\327\330\303\211\211%\210\300\331\332\303\211\211%\210\300\333\334\303\211\211%\210\300\335\336\303\211\211%\210\300\337\340\303\211\211%\210\300\341\342\303\211\211%\210\300\343\344\303\211\211%\210\300\345\346\303\211\211%\210\300\347\350\303\211\211%\210\300\351\352\303\211\211%\210\300\353\354\303\211\211%\210\300\355\356\303\211\211%\210\300\357\360\303\211\211%\210\300\361\362\303\211\211%\210\300\363\364\303\211\211%\210\300\365\366\303\211\211%\210\300\367\370\303\211\211%\210\300\371\372\303\211\211%\210\300\373\374\303\211\211%\210\300\375\376\303\211\211%\210\300\377\201@ \303\211\211%\210\300\201A \201B \303\211\211%\210\300\201C \201D \303\211\211%\210\300\201E \201F \303\211\211%\210\300\201G \201H \303\211\211%\210\300\201I \201J \303\211\211%\210\300\201K \201L \303\211\211%\210\300\201M \201N \303\211\211%\210\300\201O \201P \303\211\211%\210\300\201Q \201R \303\211\211%\210\300\201S \201T \303\211\211%\210\300\201U \201V \303\211\211%\210\300\201W \201X \303\211\211%\210\300\201Y \201Z \303\211\211%\210\300\201[ \201\\ \303\211\211%\210\300\201] \201^ \303\211\211%\210\300\201_ \201` \303\211\211%\210\300\201a \201b \303\211\211%\210\300\201c \201d \303\211\211%\210\300\201e \201f \303\211\211%\210\300\201g \201h \303\211\211%\210\300\201i \201j \303\211\211%\210\300\201k \201l \303\211\211%\210\300\201m \201n \303\211\211%\210\300\201o \201p \303\211\211%\210\300\201q \201r \303\211\211%\210\300\201s \201t \303\211\211%\210\300\201u \201v \303\211\211%\207" [autoload vm-create-virtual-folder-same-subject "vm-virtual" nil t vm-create-virtual-folder-same-author "vm-virtual" vm-toggle-virtual-mirror "vm-virtual" vm-virtual-help "vm-virtual" vm-vs-or "vm-virtual" vm-vs-and "vm-virtual" vm-vs-not "vm-virtual" vm-vs-any "vm-virtual" vm-vs-author "vm-virtual" vm-vs-recipient "vm-virtual" vm-vs-author-or-recipient "vm-virtual" vm-vs-subject "vm-virtual" vm-vs-sortable-subject "vm-virtual" vm-vs-sent-before "vm-virtual" vm-vs-sent-after "vm-virtual" vm-vs-header "vm-virtual" vm-vs-label "vm-virtual" vm-vs-text "vm-virtual" vm-vs-header-or-text "vm-virtual" vm-vs-more-chars-than "vm-virtual" vm-vs-less-chars-than "vm-virtual" vm-vs-more-lines-than "vm-virtual" vm-vs-less-lines-than "vm-virtual" vm-vs-virtual-folder-member "vm-virtual" vm-vs-new "vm-virtual" vm-vs-recent "vm-virtual" vm-vs-unread "vm-virtual" vm-vs-unseen "vm-virtual" vm-vs-read "vm-virtual" vm-vs-deleted "vm-virtual" vm-vs-replied "vm-virtual" vm-vs-answered "vm-virtual" vm-vs-forwarded "vm-virtual" vm-vs-redistributed "vm-virtual" vm-vs-filed "vm-virtual" vm-vs-written "vm-virtual" vm-vs-marked "vm-virtual" vm-vs-edited "vm-virtual" vm-vs-undeleted "vm-virtual" vm-vs-unreplied "vm-virtual" vm-vs-unanswered "vm-virtual" vm-vs-unforwarded "vm-virtual" vm-vs-unredistributed "vm-virtual" vm-vs-unfiled "vm-virtual" vm-vs-unwritten "vm-virtual" vm-vs-unmarked "vm-virtual" vm-vs-unedited "vm-virtual" vm-read-virtual-selector "vm-virtual" vm-virtual-quit "vm-virtual" vm-virtual-save-folder "vm-virtual" vm-virtual-get-new-mail "vm-virtual" vm-make-virtual-copy "vm-virtual" vm-display "vm-window" vm-display-buffer "vm-window" vm-undisplay-buffer "vm-window" vm-load-window-configurations "vm-window" vm-store-window-configurations "vm-window" vm-set-window-configuration "vm-window"] 6)
(autoload 'vm-save-window-configuration "vm-window" "\
Name and save the current window configuration.
With this command you associate the current window setup with an
action.  Each time you perform this action VM will duplicate this
window setup.

Nearly every VM command can have a window configuration
associated with it.  VM also allows some category configurations,
`startup', `reading-message', `composing-message', `editing-message',
`marking-message' and `searching-message' for the commands that
do these things.  There is also a `default' configuration that VM
will use if no other configuration is applicable.  Command
specific configurations are searched for first, then the category
configurations and then the default configuration.  The first
configuration found is the one that is applied.

The value of vm-mutable-windows must be non-nil for VM to use
window configurations." t nil)
(byte-code "\300\301\302\303\211\211%\207" [autoload vm-buffer-to-label "vm-window" nil] 6)
(autoload 'vm-delete-window-configuration "vm-window" "\
Delete the configuration saved for a particular action.
This action will no longer have an associated window configuration.
The action will be read from the minibuffer." t nil)
(autoload 'vm-apply-window-configuration "vm-window" "\
Change the current window configuration to be one
associated with a particular action.  The action will be read
from the minibuffer." t nil)
(autoload 'vm-window-help "vm-window" nil t nil)
(autoload 'vm-iconify-frame "vm-window" "\
Iconify the current frame.
Run the hooks in vm-iconify-frame-hook before doing so." t nil)
(byte-code "\300\301\302\303\211\211%\210\300\304\305\303\211\211%\210\300\306\307\303\211\211%\210\300\310\311\303\211\211%\210\300\312\313\303\211\211%\210\300\314\315\303\211\211%\210\300\316\317\303\211\211%\210\300\320\321\303\211\211%\210\300\322\323\303\211\211%\210\300\324\325\303\211\211%\210\300\326\327\303\211\211%\210\300\330\331\303\211\211%\210\300\332\333\303\211\211%\210\300\334\335\303\211\211%\210\300\336\337\303\211\211%\210\300\340\341\303\211\211%\210\300\342\343\303\211\211%\210\300\344\345\303\211\211%\210\300\346\347\303\211\211%\210\300\350\351\303\211\211%\210\300\352\353\303\211\211%\210\300\354\355\303\211\211%\210\300\356\357\303\211\211%\210\300\360\361\303\211\211%\210\362\363!\207" [autoload vm-window-loop "vm-window" nil vm-frame-loop "vm-window" vm-maybe-delete-windows-or-frames-on "vm-window" vm-replace-buffer-in-windows "vm-window" vm-bury-buffer "vm-window" vm-unbury-buffer "vm-window" vm-get-buffer-window "vm-window" vm-get-visible-buffer-window "vm-window" vm-set-hooks-for-frame-deletion "vm-window" vm-created-this-frame-p "vm-window" vm-delete-buffer-frame "vm-window" vm-register-frame "vm-window" vm-goto-new-frame "vm-window" vm-goto-new-summary-frame-maybe "vm-window" vm-goto-new-folders-summary-frame-maybe "vm-window" vm-goto-new-folder-frame-maybe "vm-window" vm-warp-mouse-to-frame-maybe "vm-window" vm-selected-frame "vm-window" vm-delete-frame "vm-window" vm-iconify-frame-xxx "vm-window" vm-raise-frame "vm-window" vm-frame-visible-p "vm-window" vm-frame-totally-visible-p "vm-window" vm-window-frame "vm-window" provide vm-autoload] 6)
