Rich Kulawiec <[EMAIL PROTECTED]> writes: > All *excellent* points and a compelling argument for not using an > HTML-cognizant mail client.
Or using one that's configurable. ;; Tell w3-mode to be paranoid about what information it gives out, since ;; we're sometimes looking at spam with it. (setq url-privacy-level 'paranoid) ;; Tell w3-mode not to honor color changes or style sheets. (setq w3-user-colors-take-precedence t) (setq w3-honor-stylesheets nil) ;; Tell w3-mode to delay loading images, since I read spam with it. (setq w3-delay-image-loads t) -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
