~vm/vm/vmpc-prompt

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Uday S Reddy
  • Date: 2011-03-07 18:20:47 UTC
  • Revision ID: u.s.reddy@cs.bham.ac.uk-20110307182047-zcgruspf5w1x11ll
Changed vm-forward-message to do plain text forwarding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  CHANGES
15
15
 
16
 
   * New command `vm-switch-to-folder' to quickly return to a
17
 
     previosly buried folder.  (Previously in vm-rfaddons.)
 
16
   * The default message forwarding is changed to plain text "no
 
17
     frills" forawrding.  The attachments of the original message are
 
18
     still copied to the forwarded message.  So, there is no need to
 
19
     forward the messages in a MIME-encapsulated form.
 
20
 
 
21
     There is a new key binding of `Z' to
 
22
     `vm-forward-message-encapsulated' which forwards messages in
 
23
     encapsulated form (mime, rfc934 or rfc1153).  The setting of
 
24
     `vm-forwarding-digest-type' controls this command and the default
 
25
     is "mime".  You are advised to remove any setting of
 
26
     `vm-forwarding-digest-type' from your init file.
 
27
 
 
28
   * New command `vm-switch-to-folder' defined to quickly return to a
 
29
     previously buried folder.  (Originally in vm-rfaddons.)
18
30
 
19
31
   * New custom command `vm-toggle-best-mime' in vm-rfaddons to toggle
20
32
     between 'best and 'best-internal MIME altrenatives.  (Thanks to
21
 
     Alley Stoughton.)
 
33
     Alley Stoughton for this addition.)
22
34
 
23
35
   * New variable `vm-include-text-basic' can be used to enable the
24
36
     fallback method of quoting message text in replies.  It should
50
62
  IMPROVEMENTS
51
63
 
52
64
   * Restored the [Emacs] and [Undo] menu buttons that were removed in
53
 
     8.0.8.  For environments that do not support such buttons,
 
65
     version 8.0.8.  For environments that do not support such buttons,
54
66
     drop-down menus will be used instead.  The variable
55
 
     `vm-use-menubar-buttons' can be used to use drop-down menus always.
 
67
     `vm-use-menubar-buttons' can be used to use drop-down menus
 
68
     always.  (Thanks to Tim Cross for the fixes.)
56
69
 
57
70
   * Hooks `vm-arrived-message-hook' and `vm-arrived-messages-hook'
58
71
     made to work correctly for IMAP folders.
91
104
 
92
105
   * New feature: vm-mime-external-content-types-alist allows
93
106
     emacs-lisp functions to be used for external viewing, e.g.,
94
 
     browse-url-of-file. 
 
107
     you can use `browse-url-of-file' to view html . 
95
108
 
96
109
VM 8.1.93a (2010-08-28)
97
110