~ubuntu-branches/ubuntu/utopic/semi/utopic

« back to all changes in this revision

Viewing changes to mime-view.el

  • Committer: Package Import Robot
  • Author(s): Tatsuya Kinoshita
  • Date: 2013-12-21 07:07:39 UTC
  • Revision ID: package-import@ubuntu.com-20131221070739-3ljwwh67lduo96kg
Tags: 1.14.7~0.20120428-5
* Update 010_semi-epg.patch, sync on 2013-12-20
* Set mime-edit-pgp-encrypt-to-self to t in the startup file 51semi.el

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  :group 'mime-view
80
80
  :type 'boolean)
81
81
 
82
 
(defcustom mime-view-multipart-show-all-children nil
 
82
(defcustom mime-view-multipart/related-show-all-children nil
83
83
  "When non-nil, do not hide child entities."
84
84
  :group 'mime-view
85
85
  :type 'boolean)
1003
1003
    (if original-major-mode-cell
1004
1004
        (setq default-situation
1005
1005
              (cons original-major-mode-cell default-situation)))
1006
 
    (if (and start (null mime-view-multipart-show-all-children))
 
1006
    (if (and start (null mime-view-multipart/related-show-all-children))
1007
1007
        (mime-display-entity start nil default-situation)
1008
1008
      (mapc
1009
1009
       (lambda (child)