comparison lisp/mh-e/mh-customize.el @ 67316:78b3886a9f87

(mh-fetch-x-image-url): Change default from 'ask to nil. Remove t option. Sync docstring with manual (closes SF #831278). (mh-invisible-header-fields-internal): Remove X-Image-URL so that users can see it, look it up in the manual's index, and discover mh-fetch-x-image-url (closes SF #831278).
author Bill Wohler <wohler@newt.com>
date Mon, 05 Dec 2005 01:31:04 +0000
parents e980863f26b8
children 436927904f36
comparison
equal deleted inserted replaced
67315:e980863f26b8 67316:78b3886a9f87
1271 means that these actions will be performed--which is usually desired but 1271 means that these actions will be performed--which is usually desired but
1272 cannot be retracted--without question." 1272 cannot be retracted--without question."
1273 :type 'boolean 1273 :type 'boolean
1274 :group 'mh-show) 1274 :group 'mh-show)
1275 1275
1276 (defcustom mh-fetch-x-image-url 'ask 1276 (defcustom mh-fetch-x-image-url nil
1277 "*Control fetching of \"X-Image-URL:\" header field image. 1277 "*Control fetching of \"X-Image-URL:\" header field image.
1278 1278
1279 If set to \"Always Fetch\", the image is always fetched. You probably want to 1279 Ths option controls the fetching of the \"X-Image-URL:\" header field image
1280 avoid this setting for privacy and denial of service reasons. For example, 1280 with the following values:
1281 fetching a URL can tip off a spammer that you've read his email. Someone may 1281
1282 also flood your network and fill your disk drive by sending a torrent of 1282 Ask Before Fetching
1283 messages, each specifying a unique URL to a very large file. 1283 You are prompted before the image is fetched. MH-E will remember
1284 1284 your reply and will either use the already fetched image the next
1285 If set to \"Ask Before Fetching\", you are prompted before the image is 1285 time the same URL is encountered or silently skip it if you didn't
1286 fetched. MH-E will remember your reply and will either use the cached image 1286 fetch it the first time. This is a good setting.
1287 the next time the same URL is encountered or silently skip it if you didn't 1287
1288 fetch it the first time. This is the default. 1288 Never Fetch
1289 1289 Images are never fetched and only displayed if they are already
1290 If set to \"Never Fetch\", images are never fetched and only displayed if they 1290 present in the cache. This is the default.
1291 are already present in the cache. 1291
1292 There isn't a value of \"Always Fetch\" for privacy and DOS (denial of
1293 service) reasons. For example, fetching a URL can tip off a spammer that
1294 you've read his email (which is why you shouldn't blindly answer yes if you've
1295 set this option to \"Ask Before Fetching\"). Someone may also flood your
1296 network and fill your disk drive by sending a torrent of messages, each
1297 specifying a unique URL to a very large file.
1292 1298
1293 The cache of images is found in the directory \".mhe-x-image-cache\" within 1299 The cache of images is found in the directory \".mhe-x-image-cache\" within
1294 your MH directory. To see how you can add your own face to the \"From:\" 1300 your MH directory. You can add your own face to the \"From:\" field too. See
1295 field, see the option `mh-x-face-file'. 1301 Info node `(mh-e)Picture'.
1296 1302
1297 This setting only has effect if the option `mh-show-use-xface-flag' is turned 1303 This setting only has effect if the option `mh-show-use-xface-flag' is turned
1298 on." 1304 on."
1299 1305
1300 :type '(choice (const :tag "Always Fetch" t) 1306 :type '(choice (const :tag "Ask Before Fetching" ask)
1301 (const :tag "Ask Before Fetching" ask)
1302 (const :tag "Never Fetch" nil)) 1307 (const :tag "Never Fetch" nil))
1303 :group 'mh-show) 1308 :group 'mh-show)
1304 1309
1305 (defcustom mh-graphical-smileys-flag t 1310 (defcustom mh-graphical-smileys-flag t
1306 "*Non-nil means graphical smileys are displayed. 1311 "*Non-nil means graphical smileys are displayed.
1437 "X-Habeas-SWE-5:" ; Spam 1442 "X-Habeas-SWE-5:" ; Spam
1438 "X-Habeas-SWE-6:" ; Spam 1443 "X-Habeas-SWE-6:" ; Spam
1439 "X-Habeas-SWE-7:" ; Spam 1444 "X-Habeas-SWE-7:" ; Spam
1440 "X-Habeas-SWE-8:" ; Spam 1445 "X-Habeas-SWE-8:" ; Spam
1441 "X-Habeas-SWE-9:" ; Spam 1446 "X-Habeas-SWE-9:" ; Spam
1442 "X-Image-URL:" ; URL equivalent of X-Face and Face
1443 "X-Info:" ; NTMail 1447 "X-Info:" ; NTMail
1444 "X-Juno-" ; Juno 1448 "X-Juno-" ; Juno
1445 "X-List-Host:" ; Unknown mailing list managers 1449 "X-List-Host:" ; Unknown mailing list managers
1446 "X-List-Subscribe:" ; Unknown mailing list managers 1450 "X-List-Subscribe:" ; Unknown mailing list managers
1447 "X-List-Unsubscribe:" ; Unknown mailing list managers 1451 "X-List-Unsubscribe:" ; Unknown mailing list managers