(mime-view-find-every-acting-situation): Change default value to 'nil
authormorioka <morioka>
Sat, 2 May 1998 13:40:02 +0000 (13:40 +0000)
committermorioka <morioka>
Sat, 2 May 1998 13:40:02 +0000 (13:40 +0000)
temporary to avoid problem of popup-menu.

mime-view.el

index 5a55593..26372e7 100644 (file)
@@ -51,7 +51,7 @@
   "MIME view mode"
   :group 'mime)
 
-(defcustom mime-view-find-every-acting-situation t
+(defcustom mime-view-find-every-acting-situation nil
   "*Find every available acting-situation if non-nil."
   :group 'mime-view
   :type 'boolean)