~vm/vm/vmpc-prompt

« back to all changes in this revision

Viewing changes to lisp/vm-minibuf.el

  • Committer: Uday S Reddy
  • Date: 2011-12-26 15:24:24 UTC
  • Revision ID: u.s.reddy@cs.bham.ac.uk-20111226152424-669uw7fo5vwdjc6v
- `vm-number-messages' change to give a readable error message if the
predecessor of start-point does not have a message number.  (Bug 782620)
- `vm-save-message' avoids showing a directory when the default save
location is an IMAP folder. (Bug 893907)
- Uniformly use account:folder syntax for displaying IMAP folders and,
likewise, the readable names for POP folders.
- Added IMAP folders to the visited-folders menu.  This still needs testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
 
331
331
(defun vm-keyboard-read-file-name (prompt &optional dir default
332
332
                                          must-match initial history)
333
 
  "Like read-file-name, except HISTORY's value is unaltered."
 
333
  "Like `read-file-name', except HISTORY's value is unaltered."
334
334
  (let ((oldvalue (symbol-value history))
335
335
        ;; evade the XEmacs dialog box, yeccch.
336
336
        (use-dialog-box nil))
349
349
 
350
350
(defun vm-read-file-name (prompt &optional dir default
351
351
                                 must-match initial history)
352
 
  "Like read-file-name, except a mouse interface is used if a mouse
 
352
  "Like `read-file-name', except a mouse interface is used if a mouse
353
353
click mouse triggered the current command."
354
354
  (if (vm-mouse-support-possible-here-p)
355
355
      (cond ((and (vm-mouse-xemacs-mouse-p)