From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#7487: 24.0.50; Gnus nnimap broken Date: Thu, 16 Dec 2010 10:00:20 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fwtxso6j.fsf@lifelogs.com> References: <8739q54g7x.fsf@lifelogs.com> <8762uxob2f.fsf@lifelogs.com> <877hfb14o9.fsf@lifelogs.com> <8762uud74t.fsf@broken.deisui.org> <871v5id2my.fsf@broken.deisui.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292532018 22643 80.91.229.12 (16 Dec 2010 20:40:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2010 20:40:18 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Dec 16 21:40:13 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTKcW-0007Mc-Hz for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 21:40:12 +0100 Original-Received: from localhost ([127.0.0.1]:36554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTKcV-0001cn-U6 for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Dec 2010 15:40:11 -0500 Original-Path: usenet.stanford.edu!bloom-beacon.mit.edu!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!news.mixmin.net!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 20 Original-X-Trace: news.albasani.net /TXgA3tzSkDcKDP5hjlDESk6YVYJoJtGppZkHkPKXd/O3QAJoaZxUFcG/bifbVhJ9flK9UxOknH/x5MIcEhftgudLuH8N/t3FieUMMJr3GalD+XQHmUPy+Qw1KikIUbN Original-NNTP-Posting-Date: Thu, 16 Dec 2010 16:00:23 +0000 (UTC) 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:KqO0PUBUtWHng31Muf7K0luZh2o= sha1:ykm1R3KF8kDTfptKzTk5c+8JR54= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Injection-Info: news.albasani.net; logging-data="pJrE6LhgbPNPaEV73GPzRY6DlsY7H6yNhLRbIQcBRTyNZlpHONegKJ1qlzR76RTkkGSia5Bi+JkJCm4HhD+/jd6ewFvpG9xylEk4yAbVJzjwECRHFWlc7z77fgZj6bLf"; mail-complaints-to="abuse@albasani.net" Original-Xref: usenet.stanford.edu gnu.emacs.bug:69873 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:42565 Archived-At: On Thu, 16 Dec 2010 11:45:30 +0900 Daiki Ueno wrote: >> 1. add epa-file-encrypt-to hack to auth-source.el, and >> 2. extend epa-file-select-keys (not epa-file-encrypt-to) so that it can >> have 'ask or 'always or 'quiet, etc., and >> 3. simplify the key selection UI by hiding public key list DU> I did 2. Try: DU> (setq epa-file-select-keys 'silent) DU> After playing with this option for a couple of hours, I realized that DU> this behavior is more natural, so I changed the default to 'silent, IOW DU> now epa-file does symmetric encryption by default :-) That's awesome, but do I still need to set `epa-file-encrypt-to' locally in auth-source.el? IIUC I don't, because the default is to never show the key selection UI. Ted