comparison man/gnus.texi @ 124:9b50b4588a93 r20-1b15

Import from CVS: tag r20-1b15
author cvs
date Mon, 13 Aug 2007 09:26:39 +0200
parents d2f30a177268
children b980b6286996
comparison
equal deleted inserted replaced
123:c77884c6318d 124:9b50b4588a93
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 2
3 @setfilename gnus 3 @setfilename gnus
4 @settitle Gnus 5.4.43 Manual 4 @settitle Gnus 5.4.45 Manual
5 @synindex fn cp 5 @synindex fn cp
6 @synindex vr cp 6 @synindex vr cp
7 @synindex pg cp 7 @synindex pg cp
8 @iftex 8 @iftex
9 @finalout 9 @finalout
285 @end ifinfo 285 @end ifinfo
286 286
287 @tex 287 @tex
288 288
289 @titlepage 289 @titlepage
290 @title Gnus 5.4.43 Manual 290 @title Gnus 5.4.45 Manual
291 291
292 @author by Lars Magne Ingebrigtsen 292 @author by Lars Magne Ingebrigtsen
293 @page 293 @page
294 294
295 @vskip 0pt plus 1filll 295 @vskip 0pt plus 1filll
321 You can read news (and mail) from within Emacs by using Gnus. The news 321 You can read news (and mail) from within Emacs by using Gnus. The news
322 can be gotten by any nefarious means you can think of---@sc{nntp}, local 322 can be gotten by any nefarious means you can think of---@sc{nntp}, local
323 spool or your mbox file. All at the same time, if you want to push your 323 spool or your mbox file. All at the same time, if you want to push your
324 luck. 324 luck.
325 325
326 This manual corresponds to Gnus 5.4.43. 326 This manual corresponds to Gnus 5.4.45.
327 327
328 @end ifinfo 328 @end ifinfo
329 329
330 @iftex 330 @iftex
331 331
13079 @findex mc-verify 13079 @findex mc-verify
13080 This should be a function for verifying that the NoCeM issuer is who she 13080 This should be a function for verifying that the NoCeM issuer is who she
13081 says she is. The default is @code{mc-verify}, which is a Mailcrypt 13081 says she is. The default is @code{mc-verify}, which is a Mailcrypt
13082 function. If this is too slow and you don't care for verification 13082 function. If this is too slow and you don't care for verification
13083 (which may be dangerous), you can set this variable to @code{nil}. 13083 (which may be dangerous), you can set this variable to @code{nil}.
13084
13085 If you want signed NoCeM messages to be verified and unsigned messages
13086 not to be verified (but used anyway), you could do something like:
13087
13088 @lisp
13089 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
13090
13091 (defun my-gnus-mc-verify ()
13092 (not (eq 'forged
13093 (ignore-errors
13094 (if (mc-verify)
13095 t
13096 'forged)))))
13097 @end lisp
13098
13099 This might be dangerous, though.
13084 13100
13085 @item gnus-nocem-directory 13101 @item gnus-nocem-directory
13086 @vindex gnus-nocem-directory 13102 @vindex gnus-nocem-directory
13087 This is where Gnus will store its NoCeM cache files. The default is 13103 This is where Gnus will store its NoCeM cache files. The default is
13088 @file{~/News/NoCeM/}. 13104 @file{~/News/NoCeM/}.