~reddyuday/vm/message

« back to all changes in this revision

Viewing changes to lisp/vm-reply.el

  • Committer: Uday S Reddy
  • Date: 2011-12-21 15:45:27 UTC
  • Revision ID: u.s.reddy@cs.bham.ac.uk-20111221154527-6pg0krni4uburh9n
Renamed vm-mutable-frames to vm-mutable-frame-configuration and similarly vm-mutable-windows.  Generate vm-mime-charset-completion-alist automatically.  (Bug 878471.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1529
1529
          ;; different composition buffer.
1530
1530
          (vm-unbury-buffer b)
1531
1531
          (set-buffer b)
1532
 
          (if (and vm-mutable-frames vm-frame-per-composition
 
1532
          (if (and vm-mutable-frame-configuration vm-frame-per-composition
1533
1533
                   (vm-multiple-frames-possible-p)
1534
1534
                   ;; only pop up a frame if there's an undisplay
1535
1535
                   ;; hook in place to make the frame go away.
1767
1767
    ;; config stuff will select it as the composition buffer.
1768
1768
    (vm-unbury-buffer (current-buffer))
1769
1769
    ;; make a new frame if the user wants it.
1770
 
    (when (and vm-mutable-frames vm-frame-per-composition
 
1770
    (when (and vm-mutable-frame-configuration vm-frame-per-composition
1771
1771
               (vm-multiple-frames-possible-p))
1772
1772
      (vm-goto-new-frame 'composition)
1773
1773
      (vm-set-hooks-for-frame-deletion))