comparison lisp/gnus/auth-source.el @ 101281:4c55cfffda90

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1520
author Miles Bader <miles@gnu.org>
date Mon, 19 Jan 2009 01:06:25 +0000
parents a9dc0e7c3f2b
children d775b84fdd71
comparison
equal deleted inserted replaced
101280:1e2f606ca81f 101281:4c55cfffda90
33 33
34 ;; now, whatever sources you've defined for password have to be available 34 ;; now, whatever sources you've defined for password have to be available
35 35
36 ;; if you want encrypted sources, which is strongly recommended, do 36 ;; if you want encrypted sources, which is strongly recommended, do
37 ;; (require 'epa-file) 37 ;; (require 'epa-file)
38 ;; (epa-file-mode) 38 ;; (epa-file-enable)
39 ;; (setq epa-file-cache-passphrase-for-symmetric-encryption t) ; VERY important 39 ;; (setq epa-file-cache-passphrase-for-symmetric-encryption t) ; VERY important
40 40
41 ;; before you put some data in ~/.authinfo.gpg (the default place) 41 ;; before you put some data in ~/.authinfo.gpg (the default place)
42 42
43 ;;; For url-auth authentication (HTTP/HTTPS), you need to use: 43 ;;; For url-auth authentication (HTTP/HTTPS), you need to use: