From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58437 Path: main.gmane.org!not-for-mail From: Werner Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: S/MIME support Date: Fri, 10 Sep 2004 14:21:23 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <874qm6pb5o.fsf@wheatstone.g10code.de> References: <87sm9vde7q.fsf@wheatstone.g10code.de> <87u0u7dmjw.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094819354 6291 80.91.224.253 (10 Sep 2004 12:29:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2004 12:29:14 +0000 (UTC) Original-X-From: ding-owner+M6977@lists.math.uh.edu Fri Sep 10 14:28:58 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5kWQ-0006Da-00 for ; Fri, 10 Sep 2004 14:28:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1C5kV1-0001hH-00; Fri, 10 Sep 2004 07:27:31 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1C5kUt-0001h9-00 for ding@lists.math.uh.edu; Fri, 10 Sep 2004 07:27:23 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1C5kUt-0000KW-Ic for ding@lists.math.uh.edu; Fri, 10 Sep 2004 07:27:23 -0500 Original-Received: from kerckhoffs.g10code.com (kerckhoffs.g10code.com [217.69.77.222]) by justine.libertine.org (Postfix) with ESMTP id C98BF3A01F9 for ; Fri, 10 Sep 2004 07:27:20 -0500 (CDT) Original-Received: from uucp by kerckhoffs.g10code.com with local-rmail (Exim 3.35 #1 (Debian)) id 1C5kLf-00060i-00 for ; Fri, 10 Sep 2004 14:17:51 +0200 Original-Received: from wk by localhost with local (Exim 4.32 #1 (Debian)) id 1C5kP5-0007ZN-1a for ; Fri, 10 Sep 2004 14:21:23 +0200 Original-To: ding@gnus.org Organisation: g10 Code GmbH X-Request-PGP: finger:wk@g10code.com X-PGP-KeyID: 5B0358A2 In-Reply-To: <87u0u7dmjw.fsf@tc-1-100.kawasaki.gol.ne.jp> (Miles Bader's message of "Fri, 10 Sep 2004 08:56:03 +0900") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58437 On Fri, 10 Sep 2004 08:56:03 +0900, Miles Bader said: > What would it do if you were running on a terminal?!? There is a plain curses version of pinentry and the standard pinentry falls back to curses if $DISPLAY is not set. The application should better redraw its screen after calling gpgsm; curses might not be able to save and restore the background. Werner