From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: authentification with url-retrieve Date: Tue, 20 Jan 2009 12:34:42 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86hc3tg725.fsf@lifelogs.com> References: <861vv4lbgs.fsf@lifelogs.com> <874p002xrp.fsf@tux.homenetwork> <86r633hxzh.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232476845 27544 80.91.229.12 (20 Jan 2009 18:40:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2009 18:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 20 19:41:57 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LPLXv-0003SP-9g for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2009 19:41:55 +0100 Original-Received: from localhost ([127.0.0.1]:46541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPLWe-0007Zf-5b for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2009 13:40:36 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news.mixmin.net!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-X-Trace: news.albasani.net k93Ql3mjPL2vvdEgUn0YoIoBmTtcbtNyyy1mB5SzXd2vKvGy5nJzfZU2g9k+DjAoBULIfDoxUS5bYxycR8zisNQzFXRpkFfwPquhJR5gv2ZbKJ3QGg2wElCQRcMYuHbV Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Tue, 20 Jan 2009 18:33:33 +0000 (UTC) X-User-ID: PDx+3g7xREdFq0+TYyFVkG6fs0evzCMDYQPodEg9PzE= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:6ToLB+y4l0Wu7k4HwF1bNZ3JYCI= sha1:5F+E0JgI1x/hyobQqeL0WXSpbkc= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: XHFF2vbMQsBFG6rsvgsjceaySVDuUIpl6KbkBuXSJsg= Original-Xref: news.stanford.edu gnu.emacs.help:166191 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61512 Archived-At: On Fri, 16 Jan 2009 23:22:15 +0100 Thierry Volpiatto wrote: TV> When i use encryption, (epa settings) i am prompt two times for TV> passphrase, is it normal? > Ted Z wrote: >> No, if you're caching the passphrase >> (epa-file-cache-passphrase-for-symmetric-encryption should be t). Can >> you check? TV> It is set to t, and it always prompt two times for passphrase. TV> One problem also is that passphrase is required for things that TV> doesn't need it: For example with gnus i am prompt for passphrase TV> when i start gnus to read my mails but i use fetchmail to retrieve TV> my mails. No password is set in gnus to contact pop service. Is it TV> possible to write in authinfo a pop entry with a dummy password or a TV> password set to nil? Sure, but let's be clear on what's happening. You start up Gnus. Then you are asked for what password? You enter it; what's in *Messages*? You are asked again for what password? You enter it again, what's new in *Messages*? The exact prompts and sequence of events are important. I also need to know your authinfo contents, suitably edited to keep your info private. Ted