~ryanakca/vm/vm-1136371

« back to all changes in this revision

Viewing changes to lisp/vm-mime.el

  • Committer: Uday S Reddy
  • Date: 2013-01-05 17:45:17 UTC
  • Revision ID: u.s.reddy@cs.bham.ac.uk-20130105174517-2ice9ipmd0il07qr
Fixed a bug introduced in rev. 1136, which caused VM to ignore the charset specification of files being attached.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6395
6395
;;           (setq type 
6396
6396
;;                 (concat type "; name=\"" file-name "\""))
6397
6397
             (setq params
6398
 
                   (list (concat "name=\"" file-name "\"")))
 
6398
                   (append params (list (concat "name=\"" file-name "\""))))
6399
6399
             (setq disposition 
6400
6400
                   (nconc disposition
6401
6401
                          (list (concat "filename=\"" file-name "\""))))))