← Back to team overview

vm team mailing list archive

[Bug 533214] [NEW] esmtp strangeness

 

Public bug reported:

Originally reported in Feb 2008:

Sending a message (a reply) using the current vm-trunk with esmtpmail,
has often produced an error message about adaptive-fill-mode, but the
system seems to recover from it automatically.

I am reporting it so you are aware.  (I am also not sure why esmtpmail
is copying all its interaction with the smtp server onto the
minibuffer!)

--

Relevant part of the *Messages* buffer:

Loading newcomment...done
Mark set
Loading ispell...done
Loading flyspell (compiled; note, source file is newer)...done
funcall: 
Could not disable mode `adaptive-fill-mode': (void-function adaptive-fill-mode)
Sending...
Wrote Y:/newmail/sent.remote
220 mx1.cs.bham.ac.uk ESMTP Exim 4.51 Sun, 10 Feb 2008 18:23:32 +0000
250-mx1.cs.bham.ac.uk Hello gromit.cs.bham.ac.uk [147.188.193.16]
250-SIZE 52428800
250-PIPELINING
250 HELP
250 OK
250 Accepted [3 times]
354 Enter message, ending with "." on a line by itself
250 OK id=1JOGpx-0002Rs-69
221 mx1.cs.bham.ac.uk closing connection
Sending...done

--

Cheers,
uday


Emacs  : GNU Emacs 21.2.1 (i386-msvc-nt5.1.2600)
 of 2002-03-19 on buffy
Package: VM 8.1.x

current state:
==============
(setq
 vm-arrived-message-hook nil
 vm-arrived-messages-hook nil
 vm-auto-center-summary nil
 vm-auto-decode-mime-messages t
 vm-auto-displayed-mime-content-type-exceptions '("text/html")
 vm-auto-displayed-mime-content-types '("message/rfc822" "message"
					"text"
					"multipart")
 vm-auto-folder-case-fold-search nil
 vm-auto-get-new-mail t
 vm-auto-next-message nil
 vm-berkeley-mail-compatibility nil
 vm-check-folder-types t
 vm-circular-folders nil
 vm-confirm-new-folders t
 vm-confirm-quit 0
 vm-convert-folder-types t
 vm-crash-box nil
 vm-crash-box-suffix ".crash"
 vm-default-From_-folder-type 'From_
 vm-default-folder-permission-bits 384
 vm-default-folder-type 'From_
 vm-delete-after-archiving t
 vm-delete-after-bursting nil
 vm-delete-after-saving t
 vm-delete-empty-folders t
 vm-digest-burst-type "guess"
 vm-digest-identifier-header-format "X-Digest: %s\n"
 vm-digest-center-preamble t
 vm-digest-preamble-format "\"%s\" (%F)"
 vm-digest-send-type "mime"
 vm-display-buffer-hook nil
 vm-display-using-mime t
 vm-edit-message-hook nil
 vm-edit-message-mode 'text-mode
 vm-fill-paragraphs-containing-long-lines 76
 vm-flush-interval 90
 vm-folder-directory "Y:/tmpmail/"
 vm-folder-read-only nil
 vm-folders-summary-database "~/.vm.folders.db"
 vm-folders-summary-directories '("~/")
 vm-folders-summary-format "  %12f %4t total, %n new, %u unread, %s spooled\n"
 vm-follow-summary-cursor t
 vm-forward-message-hook '((lambda nil (setq xx (current-buffer))))
 vm-forwarded-headers nil
 vm-forwarding-digest-type "rfc934"
 vm-forwarding-subject-format "Fwd: [%F: %s]"
 vm-frame-parameter-alist nil
 vm-frame-per-completion t
 vm-frame-per-composition t
 vm-frame-per-edit t
 vm-frame-per-folder nil
 vm-frame-per-folders-summary nil
 vm-frame-per-help nil
 vm-frame-per-summary nil
 vm-highlight-url-face 'bold-italic
 vm-highlighted-header-regexp "From:\\|Subject:"
 vm-honor-mime-content-disposition nil
 vm-honor-page-delimiters nil
 vm-icontopbm-program nil
 vm-image-directory nil
 vm-imagemagick-convert-program nil
 vm-imagemagick-identify-program nil
 vm-imap-bytes-per-session nil
 vm-imap-expunge-after-retrieving t
 vm-imap-expunge-retries 1
 vm-imap-folder-cache-directory "C:\\Home\\udr/mail/"
 vm-imap-sync-on-get t
 vm-imap-keep-trace-buffer t
 vm-imap-keep-failed-trace-buffers 5
 vm-imap-max-message-size nil
 vm-imap-messages-per-session nil
 vm-imap-messages-to-expunge nil
 vm-imap-retrieved-messages nil
 vm-imap-session-preauth-hook nil
 vm-imap-save-to-server nil
 vm-in-reply-to-format "%i"
 vm-included-text-attribution-format "%F writes:\n\n"
 vm-included-text-discard-header-regexp nil
 vm-included-text-headers nil
 vm-included-text-prefix "> "
 vm-index-file-suffix nil
 vm-init-file "~/.vm"
 vm-infer-mime-types t
 vm-invisible-header-regexp nil
 vm-jump-to-new-messages t
 vm-jump-to-unread-messages t
 vm-keep-crash-boxes nil
 vm-keep-sent-messages 1
 vm-kept-imap-buffers '(#<buffer saved trace of IMAP session to
			mailhost.cs.bham.ac.uk>)
 vm-kept-pop-buffers nil
 vm-lynx-program "lynx"
 vm-mail-header-from nil
 vm-mail-header-insert-date t
 vm-mail-header-insert-message-id t
 vm-mail-hook nil
 vm-mail-check-interval nil
 vm-mail-mode-hook nil
 vm-mail-send-hook '(vm-mail-check-for-empty-subject)
 vm-make-crash-box-name nil
 vm-make-spool-file-name nil
 vm-mime-7bit-composition-charset "us-ascii"
 vm-mime-8bit-composition-charset "iso-8859-1"
 vm-mime-8bit-text-transfer-encoding 'quoted-printable
 vm-mime-alternative-select-method 'best-internal
 vm-mime-attachment-auto-type-alist '(("\\.jpe?g$" . "image/jpeg")
				      ("\\.gif$" . "image/gif")
				      ("\\.png$" . "image/png")
				      ("\\.tiff?$" . "image/tiff")
				      ("\\.html?$" . "text/html")
				      ("\\.au$" . "audio/basic")
				      ("\\.mpe?g$" . "video/mpeg")
				      ("\\.mov$" . "video/quicktime")
				      ("\\.zip$" . "application/zip")
				      ("\\.e?ps$"
				       . "application/postscript")
				      ("\\.pdf$" . "application/pdf")
				      ("\\.doc$"
				       . "application/msword")
				      ("\\.xls$"
				       . "application/vnd.ms-excel")
				      ("\\.ppt$" .
				       "application/vnd.ms-powerpoint")
				      ("\\.hqx$" . "application/mac-binhex40"))
 vm-mime-attachment-save-directory "y:/"
 vm-mime-avoid-folding-content-type t
 vm-mime-base64-decoder-program "base64-decode"
 vm-mime-base64-decoder-switches nil
 vm-mime-base64-encoder-program "base64-encode"
 vm-mime-base64-encoder-switches nil
 vm-mime-button-face 'gui-button-face
 vm-mime-button-format-alist '(("text" . "%-35.35(%d, %c%) [%k to
%a]")
			       ("multipart/alternative" .
				"%-35.35(%d%) [%k to %a]")
			       ("multipart/digest" .
				"%-35.35(%d, %n message%s%) [%k to
%a]")
			       ("multipart" .
				"%-35.35(%d, %n part%s%) [%k to %a]")
			       ("message/partial" .
				"%-35.35(%d, part %N (of %T)%) [%k to
%a]")
			       ("message/external-body" .
				"%-35.35(%d%) [%k to %a (%x)]")
			       ("message" . "%-35.35(%d%) [%k to %a]")
			       ("audio" . "%-35.35(%d%) [%k to %a]")
			       ("video" . "%-35.35(%d%) [%k to %a]")
			       ("image" . "%-35.35(%d%) [%k to %a]")
			       ("application/octet-stream" .
				"%-35.35(%d, %f%) [%k to %a]")
			       )
 vm-mime-charset-converter-alist nil
 vm-mime-charset-font-alist nil
 vm-mime-confirm-delete t
 vm-mime-decode-for-preview t
 vm-mime-default-face-charset-exceptions nil
 vm-mime-default-face-charsets t
 vm-mime-delete-after-saving t
 vm-mime-delete-viewer-processes t
 vm-mime-digest-discard-header-regexp nil
 vm-mime-digest-headers '("Resent-" "From:" "Sender:" "To:" "Cc:"
			  "Subject:"
			  "Date:" "Message-ID:" "Keywords:"
			  "MIME-Version:"
			  "Content-")
 vm-mime-display-function nil
 vm-mime-external-content-types-alist '(("application" "cmd /c")
					("image" "cmd /c")
					("text/html" "cmd /c")
					("text/xml" "cmd /c")
					("text/richtext" "cmd /c"))
 vm-mime-forward-local-external-bodies nil
 vm-mime-ignore-composite-type-opaque-transfer-encoding t
 vm-mime-ignore-mime-version t
 vm-mime-ignore-missing-multipart-boundary t
 vm-mime-internal-content-type-exceptions '("text/html")
 vm-mime-internal-content-types '("text" "message")
 vm-mime-max-message-size nil
 vm-mime-qp-decoder-program "qp-decode"
 vm-mime-qp-decoder-switches nil
 vm-mime-qp-encoder-program "qp-encode"
 vm-mime-qp-encoder-switches nil
 vm-mime-require-mime-version-header t
 vm-mime-type-converter-alist '(("application/msword" "text/plain"
				 "antiword -")
				("application/x-msword" "text/plain"
				 "antiword -")
				)
 vm-mime-use-image-strips t
 vm-mime-uuencode-decoder-program "uudecode"
 vm-mime-uuencode-decoder-switches nil
 vm-mode-hook '((lambda nil
		 (set-face-background (quote gui-button-face)
		  "grey50")
		 (set-face-foreground (quote gui-button-face)
		  "blanched almond")
		 )
		)
 vm-mode-hooks nil vm-mosaic-program "Mosaic" vm-mosaic-program-switches nil
 vm-move-after-deleting t vm-move-after-undeleting nil vm-move-after-killing t
 vm-move-messages-physically nil vm-movemail-program "movemail"
 vm-mutable-frames nil vm-mutable-windows t vm-netscape-program "netscape"
 vm-netscape-program-switches nil vm-page-continuation-glyph "...press SPACE to
 see more..."  vm-paragraph-fill-column 70 vm-pop-bytes-per-session nil
 vm-pop-expunge-after-retrieving t vm-pop-keep-trace-buffer nil
 vm-pop-keep-failed-trace-buffers 5 vm-pop-max-message-size nil
 vm-pop-md5-program "md5" vm-pop-messages-per-session nil
 vm-pop-messages-to-expunge nil vm-pop-retrieved-messages nil
 vm-popup-menu-on-mouse-3 t vm-preferences-file "~/.vm.preferences"
 vm-preview-lines t vm-preview-read-messages nil vm-primary-inbox
 "imap:mailhost.cs.bham.ac.uk:143:INBOX:login:udrimap:*" vm-quit-hook nil
 vm-recognize-imap-maildrops
 "^\\(imap\\|imap-ssl\\|imap-ssh\\):[^:]+:[^:]+:[^:]+:[^:]+:[^:]+:.+"
 vm-recognize-pop-maildrops
 "^\\(pop:\\|pop-ssl:\\|pop-ssh:\\)?[^:]+:[^:]+:[^:]+:[^:]+:.+" vm-reply-hook
 nil vm-reply-ignored-reply-tos nil vm-reply-subject-prefix "Re: "
 vm-resend-bounced-discard-header-regexp nil vm-resend-bounced-headers
 '("MIME-Version:" "Content-" "From:"
			     "Sender:"
			     "Reply-To:" "To:" "Cc:" "Subject:"
			     "Newsgroups:"
			     "In-Reply-To:" "References:" "Keywords:" "X-")
 vm-resend-bounced-message-hook nil
 vm-resend-discard-header-regexp "\\(\\(X400-\\)?Received:\\|Resent-\\)"
 vm-resend-headers nil
 vm-resend-message-hook nil
 vm-retrieved-spooled-mail-hook nil
 vm-rfc1153-digest-discard-header-regexp "\\(X400-\\)?Received:"
 vm-rfc1153-digest-headers '("Resent-" "Date:" "From:" "Sender:" "To:"
			     "Cc:"
			     "Subject:" "Message-ID:" "Keywords:")
 vm-rfc934-digest-discard-header-regexp nil
 vm-rfc934-digest-headers '("Resent-" "From:" "Sender:" "To:" "Cc:"
			    "Subject:"
			    "Date:" "Message-ID:" "Keywords:")
 vm-search-using-regexps nil vm-select-message-hook nil
 vm-select-new-message-hook nil vm-select-unread-message-hook nil
 vm-send-digest-hook nil vm-send-using-mime t vm-skip-deleted-messages t
 vm-skip-read-messages nil vm-spool-file-suffixes '("+" "++" "--" "-")
 vm-spooled-mail-waiting-hook nil vm-ssh-program "ssh" vm-ssh-program-switches
 nil vm-ssh-remote-command "echo ready; sleep 15" vm-startup-with-summary t
 vm-strip-reply-headers nil vm-stunnel-program "stunnel"
 vm-stunnel-program-switches nil vm-stunnel-random-data-method 'generate
 vm-subject-significant-chars nil vm-summary-format "%n%*%UD %2M/%-2d %-17.17F
 %8c %I%s\n" vm-summary-highlight-face 'bold vm-summary-mode-hook
 '(vm-summary-fontify) vm-summary-mode-hooks nil vm-summary-redo-hook nil
 vm-summary-show-threads nil vm-summary-thread-indent-level 2
 vm-summary-toggle-thread-folding nil vm-summary-uninteresting-senders
 ".*reddy@.*uiuc.*\\|udr@\\|[uU]..*[rR]eddy@.*bham.*\\|hos@"
 vm-summary-uninteresting-senders-arrow "To: " vm-tale-is-an-idiot nil
 vm-temp-file-directory "E:\\DOCUME~1\\u-reddy\\LOCALS~1\\Temp"
 vm-thread-using-subject nil vm-toolbar-pixmap-directory nil
 vm-trust-From_-with-Content-Length nil vm-uncompface-program nil
 vm-undisplay-buffer-hook nil vm-unforwarded-header-regexp
 "only-drop-this-header" vm-url-browser 'browse-url vm-url-browser-switches nil
 vm-url-retrieval-methods '(lynx wget fetch curl w3m) vm-url-search-limit 12000
 vm-use-menus '(folder motion send mark label sort virtual dispose nil help)
 vm-use-toolbar '(getmail next previous delete/undelete autofile file
		  reply
		  followup forward compose print visit quit help)
 vm-virtual-folder-alist nil
 vm-virtual-mirror t
 vm-visible-headers '("From:" "Sender:" "To:" "Apparently-To:" "Cc:"
		      "Subject:" "Date:" "X-BHAM-CUBE-spam:"
		      "X-SoCS-SPAM-score:")
 vm-visit-folder-hook nil
 vm-visit-when-saving 0
 vm-warp-mouse-to-new-frame nil
 vm-wget-program "wget"
 vm-window-configuration-file "~/.vm.windows"
 features '(debug reporter flyspell ispell newcomment wid-edit
	    mail-utils
	    smtpmail time-stamp mailabbrev view mailalias vm-reply
	    vm-sort
	    longlines easy-mmode vm-delete vm-pop tapestry vm-crypto
	    vm-imap
	    vm-ps-print ps-print lpr vm-save vm-rfaddons advice
	    advice-preload
	    vm-menu vm-easymenu vm-window vm-toolbar vm-folder vm-mime
	    vm-undo
	    vm-summary vm-mouse vm-page vm-motion vm-minibuf
	    vm-message
	    vm-misc vm-macro vm-vars vm vm-version image vm-autoloads
	    tex-site
	    tex-mik telnet movement natural-space NatSpeak sendmail
	    gnuserv
	    jit-lock font-lock regexp-opt ange-ftp comint ring
	    echistory
	    chistory ehelp electric derived tool-bar jka-compr fontset
	    ediff-hook vc-hooks lisp-float-type dos-w32 disp-table
	    ls-lisp
	    lisp-mode page menu-bar timer select scroll-bar mldrag
	    mouse
	    facemenu faces cus-face frame misc-lang vietnamese tibetan
	    thai
	    lao korean japanese hebrew greek romanian slovak czech
	    european
	    ethiopic devanagari indian cyrillic chinese case-table
	    help
	    overlay md5 base64 format mule env backquote custom widget)
 )

** Affects: vm
     Importance: Undecided
         Status: New

-- 
esmtp strangeness
https://bugs.launchpad.net/bugs/533214
You received this bug notification because you are a member of VM
development team, which is the registrant for VM.

Status in VM (View Mail) for Emacs: New

Bug description:
Originally reported in Feb 2008:

Sending a message (a reply) using the current vm-trunk with esmtpmail,
has often produced an error message about adaptive-fill-mode, but the
system seems to recover from it automatically.

I am reporting it so you are aware.  (I am also not sure why esmtpmail
is copying all its interaction with the smtp server onto the
minibuffer!)

--

Relevant part of the *Messages* buffer:

Loading newcomment...done
Mark set
Loading ispell...done
Loading flyspell (compiled; note, source file is newer)...done
funcall: 
Could not disable mode `adaptive-fill-mode': (void-function adaptive-fill-mode)
Sending...
Wrote Y:/newmail/sent.remote
220 mx1.cs.bham.ac.uk ESMTP Exim 4.51 Sun, 10 Feb 2008 18:23:32 +0000
250-mx1.cs.bham.ac.uk Hello gromit.cs.bham.ac.uk [147.188.193.16]
250-SIZE 52428800
250-PIPELINING
250 HELP
250 OK
250 Accepted [3 times]
354 Enter message, ending with "." on a line by itself
250 OK id=1JOGpx-0002Rs-69
221 mx1.cs.bham.ac.uk closing connection
Sending...done

--

Cheers,
uday




Emacs  : GNU Emacs 21.2.1 (i386-msvc-nt5.1.2600)
 of 2002-03-19 on buffy
Package: VM 8.1.x

current state:
==============
(setq
 vm-arrived-message-hook nil
 vm-arrived-messages-hook nil
 vm-auto-center-summary nil
 vm-auto-decode-mime-messages t
 vm-auto-displayed-mime-content-type-exceptions '("text/html")
 vm-auto-displayed-mime-content-types '("message/rfc822" "message"
					"text"
					"multipart")
 vm-auto-folder-case-fold-search nil
 vm-auto-get-new-mail t
 vm-auto-next-message nil
 vm-berkeley-mail-compatibility nil
 vm-check-folder-types t
 vm-circular-folders nil
 vm-confirm-new-folders t
 vm-confirm-quit 0
 vm-convert-folder-types t
 vm-crash-box nil
 vm-crash-box-suffix ".crash"
 vm-default-From_-folder-type 'From_
 vm-default-folder-permission-bits 384
 vm-default-folder-type 'From_
 vm-delete-after-archiving t
 vm-delete-after-bursting nil
 vm-delete-after-saving t
 vm-delete-empty-folders t
 vm-digest-burst-type "guess"
 vm-digest-identifier-header-format "X-Digest: %s\n"
 vm-digest-center-preamble t
 vm-digest-preamble-format "\"%s\" (%F)"
 vm-digest-send-type "mime"
 vm-display-buffer-hook nil
 vm-display-using-mime t
 vm-edit-message-hook nil
 vm-edit-message-mode 'text-mode
 vm-fill-paragraphs-containing-long-lines 76
 vm-flush-interval 90
 vm-folder-directory "Y:/tmpmail/"
 vm-folder-read-only nil
 vm-folders-summary-database "~/.vm.folders.db"
 vm-folders-summary-directories '("~/")
 vm-folders-summary-format "  %12f %4t total, %n new, %u unread, %s spooled\n"
 vm-follow-summary-cursor t
 vm-forward-message-hook '((lambda nil (setq xx (current-buffer))))
 vm-forwarded-headers nil
 vm-forwarding-digest-type "rfc934"
 vm-forwarding-subject-format "Fwd: [%F: %s]"
 vm-frame-parameter-alist nil
 vm-frame-per-completion t
 vm-frame-per-composition t
 vm-frame-per-edit t
 vm-frame-per-folder nil
 vm-frame-per-folders-summary nil
 vm-frame-per-help nil
 vm-frame-per-summary nil
 vm-highlight-url-face 'bold-italic
 vm-highlighted-header-regexp "From:\\|Subject:"
 vm-honor-mime-content-disposition nil
 vm-honor-page-delimiters nil
 vm-icontopbm-program nil
 vm-image-directory nil
 vm-imagemagick-convert-program nil
 vm-imagemagick-identify-program nil
 vm-imap-bytes-per-session nil
 vm-imap-expunge-after-retrieving t
 vm-imap-expunge-retries 1
 vm-imap-folder-cache-directory "C:\\Home\\udr/mail/"
 vm-imap-sync-on-get t
 vm-imap-keep-trace-buffer t
 vm-imap-keep-failed-trace-buffers 5
 vm-imap-max-message-size nil
 vm-imap-messages-per-session nil
 vm-imap-messages-to-expunge nil
 vm-imap-retrieved-messages nil
 vm-imap-session-preauth-hook nil
 vm-imap-save-to-server nil
 vm-in-reply-to-format "%i"
 vm-included-text-attribution-format "%F writes:\n\n"
 vm-included-text-discard-header-regexp nil
 vm-included-text-headers nil
 vm-included-text-prefix "> "
 vm-index-file-suffix nil
 vm-init-file "~/.vm"
 vm-infer-mime-types t
 vm-invisible-header-regexp nil
 vm-jump-to-new-messages t
 vm-jump-to-unread-messages t
 vm-keep-crash-boxes nil
 vm-keep-sent-messages 1
 vm-kept-imap-buffers '(#<buffer saved trace of IMAP session to
			mailhost.cs.bham.ac.uk>)
 vm-kept-pop-buffers nil
 vm-lynx-program "lynx"
 vm-mail-header-from nil
 vm-mail-header-insert-date t
 vm-mail-header-insert-message-id t
 vm-mail-hook nil
 vm-mail-check-interval nil
 vm-mail-mode-hook nil
 vm-mail-send-hook '(vm-mail-check-for-empty-subject)
 vm-make-crash-box-name nil
 vm-make-spool-file-name nil
 vm-mime-7bit-composition-charset "us-ascii"
 vm-mime-8bit-composition-charset "iso-8859-1"
 vm-mime-8bit-text-transfer-encoding 'quoted-printable
 vm-mime-alternative-select-method 'best-internal
 vm-mime-attachment-auto-type-alist '(("\\.jpe?g$" . "image/jpeg")
				      ("\\.gif$" . "image/gif")
				      ("\\.png$" . "image/png")
				      ("\\.tiff?$" . "image/tiff")
				      ("\\.html?$" . "text/html")
				      ("\\.au$" . "audio/basic")
				      ("\\.mpe?g$" . "video/mpeg")
				      ("\\.mov$" . "video/quicktime")
				      ("\\.zip$" . "application/zip")
				      ("\\.e?ps$"
				       . "application/postscript")
				      ("\\.pdf$" . "application/pdf")
				      ("\\.doc$"
				       . "application/msword")
				      ("\\.xls$"
				       . "application/vnd.ms-excel")
				      ("\\.ppt$" .
				       "application/vnd.ms-powerpoint")
				      ("\\.hqx$" . "application/mac-binhex40"))
 vm-mime-attachment-save-directory "y:/"
 vm-mime-avoid-folding-content-type t
 vm-mime-base64-decoder-program "base64-decode"
 vm-mime-base64-decoder-switches nil
 vm-mime-base64-encoder-program "base64-encode"
 vm-mime-base64-encoder-switches nil
 vm-mime-button-face 'gui-button-face
 vm-mime-button-format-alist '(("text" . "%-35.35(%d, %c%) [%k to
%a]")
			       ("multipart/alternative" .
				"%-35.35(%d%) [%k to %a]")
			       ("multipart/digest" .
				"%-35.35(%d, %n message%s%) [%k to
%a]")
			       ("multipart" .
				"%-35.35(%d, %n part%s%) [%k to %a]")
			       ("message/partial" .
				"%-35.35(%d, part %N (of %T)%) [%k to
%a]")
			       ("message/external-body" .
				"%-35.35(%d%) [%k to %a (%x)]")
			       ("message" . "%-35.35(%d%) [%k to %a]")
			       ("audio" . "%-35.35(%d%) [%k to %a]")
			       ("video" . "%-35.35(%d%) [%k to %a]")
			       ("image" . "%-35.35(%d%) [%k to %a]")
			       ("application/octet-stream" .
				"%-35.35(%d, %f%) [%k to %a]")
			       )
 vm-mime-charset-converter-alist nil
 vm-mime-charset-font-alist nil
 vm-mime-confirm-delete t
 vm-mime-decode-for-preview t
 vm-mime-default-face-charset-exceptions nil
 vm-mime-default-face-charsets t
 vm-mime-delete-after-saving t
 vm-mime-delete-viewer-processes t
 vm-mime-digest-discard-header-regexp nil
 vm-mime-digest-headers '("Resent-" "From:" "Sender:" "To:" "Cc:"
			  "Subject:"
			  "Date:" "Message-ID:" "Keywords:"
			  "MIME-Version:"
			  "Content-")
 vm-mime-display-function nil
 vm-mime-external-content-types-alist '(("application" "cmd /c")
					("image" "cmd /c")
					("text/html" "cmd /c")
					("text/xml" "cmd /c")
					("text/richtext" "cmd /c"))
 vm-mime-forward-local-external-bodies nil
 vm-mime-ignore-composite-type-opaque-transfer-encoding t
 vm-mime-ignore-mime-version t
 vm-mime-ignore-missing-multipart-boundary t
 vm-mime-internal-content-type-exceptions '("text/html")
 vm-mime-internal-content-types '("text" "message")
 vm-mime-max-message-size nil
 vm-mime-qp-decoder-program "qp-decode"
 vm-mime-qp-decoder-switches nil
 vm-mime-qp-encoder-program "qp-encode"
 vm-mime-qp-encoder-switches nil
 vm-mime-require-mime-version-header t
 vm-mime-type-converter-alist '(("application/msword" "text/plain"
				 "antiword -")
				("application/x-msword" "text/plain"
				 "antiword -")
				)
 vm-mime-use-image-strips t
 vm-mime-uuencode-decoder-program "uudecode"
 vm-mime-uuencode-decoder-switches nil
 vm-mode-hook '((lambda nil
		 (set-face-background (quote gui-button-face)
		  "grey50")
		 (set-face-foreground (quote gui-button-face)
		  "blanched almond")
		 )
		)
 vm-mode-hooks nil vm-mosaic-program "Mosaic" vm-mosaic-program-switches nil
 vm-move-after-deleting t vm-move-after-undeleting nil vm-move-after-killing t
 vm-move-messages-physically nil vm-movemail-program "movemail"
 vm-mutable-frames nil vm-mutable-windows t vm-netscape-program "netscape"
 vm-netscape-program-switches nil vm-page-continuation-glyph "...press SPACE to
 see more..."  vm-paragraph-fill-column 70 vm-pop-bytes-per-session nil
 vm-pop-expunge-after-retrieving t vm-pop-keep-trace-buffer nil
 vm-pop-keep-failed-trace-buffers 5 vm-pop-max-message-size nil
 vm-pop-md5-program "md5" vm-pop-messages-per-session nil
 vm-pop-messages-to-expunge nil vm-pop-retrieved-messages nil
 vm-popup-menu-on-mouse-3 t vm-preferences-file "~/.vm.preferences"
 vm-preview-lines t vm-preview-read-messages nil vm-primary-inbox
 "imap:mailhost.cs.bham.ac.uk:143:INBOX:login:udrimap:*" vm-quit-hook nil
 vm-recognize-imap-maildrops
 "^\\(imap\\|imap-ssl\\|imap-ssh\\):[^:]+:[^:]+:[^:]+:[^:]+:[^:]+:.+"
 vm-recognize-pop-maildrops
 "^\\(pop:\\|pop-ssl:\\|pop-ssh:\\)?[^:]+:[^:]+:[^:]+:[^:]+:.+" vm-reply-hook
 nil vm-reply-ignored-reply-tos nil vm-reply-subject-prefix "Re: "
 vm-resend-bounced-discard-header-regexp nil vm-resend-bounced-headers
 '("MIME-Version:" "Content-" "From:"
			     "Sender:"
			     "Reply-To:" "To:" "Cc:" "Subject:"
			     "Newsgroups:"
			     "In-Reply-To:" "References:" "Keywords:" "X-")
 vm-resend-bounced-message-hook nil
 vm-resend-discard-header-regexp "\\(\\(X400-\\)?Received:\\|Resent-\\)"
 vm-resend-headers nil
 vm-resend-message-hook nil
 vm-retrieved-spooled-mail-hook nil
 vm-rfc1153-digest-discard-header-regexp "\\(X400-\\)?Received:"
 vm-rfc1153-digest-headers '("Resent-" "Date:" "From:" "Sender:" "To:"
			     "Cc:"
			     "Subject:" "Message-ID:" "Keywords:")
 vm-rfc934-digest-discard-header-regexp nil
 vm-rfc934-digest-headers '("Resent-" "From:" "Sender:" "To:" "Cc:"
			    "Subject:"
			    "Date:" "Message-ID:" "Keywords:")
 vm-search-using-regexps nil vm-select-message-hook nil
 vm-select-new-message-hook nil vm-select-unread-message-hook nil
 vm-send-digest-hook nil vm-send-using-mime t vm-skip-deleted-messages t
 vm-skip-read-messages nil vm-spool-file-suffixes '("+" "++" "--" "-")
 vm-spooled-mail-waiting-hook nil vm-ssh-program "ssh" vm-ssh-program-switches
 nil vm-ssh-remote-command "echo ready; sleep 15" vm-startup-with-summary t
 vm-strip-reply-headers nil vm-stunnel-program "stunnel"
 vm-stunnel-program-switches nil vm-stunnel-random-data-method 'generate
 vm-subject-significant-chars nil vm-summary-format "%n%*%UD %2M/%-2d %-17.17F
 %8c %I%s\n" vm-summary-highlight-face 'bold vm-summary-mode-hook
 '(vm-summary-fontify) vm-summary-mode-hooks nil vm-summary-redo-hook nil
 vm-summary-show-threads nil vm-summary-thread-indent-level 2
 vm-summary-toggle-thread-folding nil vm-summary-uninteresting-senders
 ".*reddy@.*uiuc.*\\|udr@\\|[uU]..*[rR]eddy@.*bham.*\\|hos@"
 vm-summary-uninteresting-senders-arrow "To: " vm-tale-is-an-idiot nil
 vm-temp-file-directory "E:\\DOCUME~1\\u-reddy\\LOCALS~1\\Temp"
 vm-thread-using-subject nil vm-toolbar-pixmap-directory nil
 vm-trust-From_-with-Content-Length nil vm-uncompface-program nil
 vm-undisplay-buffer-hook nil vm-unforwarded-header-regexp
 "only-drop-this-header" vm-url-browser 'browse-url vm-url-browser-switches nil
 vm-url-retrieval-methods '(lynx wget fetch curl w3m) vm-url-search-limit 12000
 vm-use-menus '(folder motion send mark label sort virtual dispose nil help)
 vm-use-toolbar '(getmail next previous delete/undelete autofile file
		  reply
		  followup forward compose print visit quit help)
 vm-virtual-folder-alist nil
 vm-virtual-mirror t
 vm-visible-headers '("From:" "Sender:" "To:" "Apparently-To:" "Cc:"
		      "Subject:" "Date:" "X-BHAM-CUBE-spam:"
		      "X-SoCS-SPAM-score:")
 vm-visit-folder-hook nil
 vm-visit-when-saving 0
 vm-warp-mouse-to-new-frame nil
 vm-wget-program "wget"
 vm-window-configuration-file "~/.vm.windows"
 features '(debug reporter flyspell ispell newcomment wid-edit
	    mail-utils
	    smtpmail time-stamp mailabbrev view mailalias vm-reply
	    vm-sort
	    longlines easy-mmode vm-delete vm-pop tapestry vm-crypto
	    vm-imap
	    vm-ps-print ps-print lpr vm-save vm-rfaddons advice
	    advice-preload
	    vm-menu vm-easymenu vm-window vm-toolbar vm-folder vm-mime
	    vm-undo
	    vm-summary vm-mouse vm-page vm-motion vm-minibuf
	    vm-message
	    vm-misc vm-macro vm-vars vm vm-version image vm-autoloads
	    tex-site
	    tex-mik telnet movement natural-space NatSpeak sendmail
	    gnuserv
	    jit-lock font-lock regexp-opt ange-ftp comint ring
	    echistory
	    chistory ehelp electric derived tool-bar jka-compr fontset
	    ediff-hook vc-hooks lisp-float-type dos-w32 disp-table
	    ls-lisp
	    lisp-mode page menu-bar timer select scroll-bar mldrag
	    mouse
	    facemenu faces cus-face frame misc-lang vietnamese tibetan
	    thai
	    lao korean japanese hebrew greek romanian slovak czech
	    european
	    ethiopic devanagari indian cyrillic chinese case-table
	    help
	    overlay md5 base64 format mule env backquote custom widget)
 )





Follow ups

References