;ELC   
;;; Compiled by nelhage@localhost.localdomain on Sun Dec 11 02:47:37 2005
;;; from file /home/nelhage/Desktop/vm-7.19/vm-user.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-user.el' was compiled for Emacs 19 or later"))

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


(defalias 'vm-user-composition-folder-buffer #[nil "\302=\205 	\207" [major-mode vm-mail-buffer mail-mode] 2 "\
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."])
(defalias 'vm-user-composition-real-folder-buffers #[nil "\306=\205L \307\211\310=\203 \f\202) \311=\203  \202) \312=\203) \n\203J \n@\211\313H\314HJ)\211\313H\315H)	B\nA\211\204- 	*\207" [major-mode newlist list vm-system-state vm-reply-list vm-forward-list mail-mode nil replying forwarding redistributing 1 5 9 vm-redistribute-list message] 3 "\
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."])
(provide 'vm-user)
