From unknown Mon Jun 23 09:35:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#1807 <1807@debbugs.gnu.org> To: bug#1807 <1807@debbugs.gnu.org> Subject: Status: 23.0.60; easyPG doc suggestion: encrypt to oneself Reply-To: bug#1807 <1807@debbugs.gnu.org> Date: Mon, 23 Jun 2025 16:35:38 +0000 retitle 1807 23.0.60; easyPG doc suggestion: encrypt to oneself reassign 1807 emacs submitter 1807 Benda Xu severity 1807 normal thanks From heroxbd@gmail.com Tue Jan 6 07:52:29 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Jan 2009 15:52:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n06FqLZF025550 for ; Tue, 6 Jan 2009 07:52:23 -0800 Received: from mx10.gnu.org ([199.232.76.166]:44708) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LKED0-00054Y-8z for emacs-pretest-bug@gnu.org; Tue, 06 Jan 2009 10:51:10 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LKEE7-0004gp-Uz for emacs-pretest-bug@gnu.org; Tue, 06 Jan 2009 10:52:20 -0500 Received: from ti-out-0910.google.com ([209.85.142.188]:29073) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKEE7-0004gb-Ai for emacs-pretest-bug@gnu.org; Tue, 06 Jan 2009 10:52:19 -0500 Received: by ti-out-0910.google.com with SMTP id u5so6625106tia.10 for ; Tue, 06 Jan 2009 07:52:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:user-agent:mime-version:content-type; bh=0l79Uc19xnVB49KS7QTyhK6nJbuIspgjXq5wJwEJIi8=; b=JoC4ZJt7iebCtFodZ75ZoU6uMAYl+On0gzuJZVjZaO4eMAUmjfHTFdXrhsJE/39cqy RPA4285JQWTRDgLjcpGdirSG1MwHBCVJgV+FTYH1D3IisLB8qjz/i+8fVnqQkLOO9QD0 SlvsAwgtEOrvu/AS+GF/fZlXob1e64CQqnefA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-type; b=IoAb/AoSY9f4igsaT5zo2LBBx72ms6IrQHioD4iCl1x8kHUOKLCfeWeSciaarGMqCH Vbr9oMQ3inNyqE6kBfH+uNl7jEUkyVOKzo+q8ahDwNifgSsXY5plz1Oy5yasekHMjB20 M08jqmOC7p3e0eY5rJdy6wf3athkwYBFfKpWU= Received: by 10.110.43.20 with SMTP id q20mr33694056tiq.25.1231257135995; Tue, 06 Jan 2009 07:52:15 -0800 (PST) Received: from localhost (tu111194.ip.tsinghua.edu.cn [166.111.111.194]) by mx.google.com with ESMTPS id 22sm1326975tim.15.2009.01.06.07.52.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Jan 2009 07:52:14 -0800 (PST) From: Benda Xu To: emacs-pretest-bug@gnu.org Cc: rfrancoise@debian.org Subject: 23.0.60; easyPG doc suggestion: encrypt to oneself Date: Tue, 06 Jan 2009 23:52:31 +0800 Message-ID: <867i58bfeo.fsf@krass.thusast.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: It is common that a user wants to be able to read her local copy of encrypted mail. easyPG tries to find the encryption recipient in the "to", "cc" and "bcc" header of the mail being encrypted, not encrypting to the user herself in default. And there is no options for that. A good way to handle the issue, is to use the "encrypt-to" option in $HOME/.gnupg/gpg.conf, according to the comment around which it is just designed for the very purpose. I spent quite a lot of time figuring this out, with the help of emacs gurus on #emacs freenode channel. So we suggest informing the users of easyPG in its info document with the use of gpg option for encrypting to oneself. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.1 (i486-pc-linux-gnu) of 2009-01-04 on elegiac, modified by Debian (emacs-snapshot package, version 1:20090103-1) configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp' '--with-x=no' '--without-dbus' '--without-sound' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: en_US.UTF-8 value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=SCIM locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Finder Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t show-paren-mode: t shell-dirtrack-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-n C-n C-n C-x o ESC x TAB ` TAB r e DEL DEL DEL r e TAB TAB TAB DEL DEL e m TAB TAB a TAB TAB c s TAB TAB TAB h w DEL DEL C-g C-h w C-g C-h a b u g RET C-n C-n C-x o C-n C-n C-n C-s r e p o r t C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-p C-g ESC x r e p TAB TAB o TAB TAB r TAB TAB TAB b u TAB TAB TAB RET e a y DEL DEL DEL e a s y P G SPC w q DEL DEL d o c u DEL DEL DEL DEL i n f o SPC c u DEL DEL d o v DEL DEL DEL DEL DEL DEL DEL DEL d o c SPC w q DEL DEL s u g g e s t i o n ESC O D ESC O D ESC O D ESC O D ESC O D ESC O D ESC O D ESC O D ESC O D ESC O D w q DEL DEL t h DEL DEL C-x o C-x C-f C-g C-x b C-g C-x C-f ~ / . TAB TAB g n u TAB TAB TAB p TAB TAB g p g TAB TAB TAB RET C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-n C-p C-n C-n C-n C-p C-p C-p C-p C-n C-n C-x o ESC x r e p o TAB TAB r TAB TAB b u TAB TAB RET Recent messages: SPC = select, = select, d = to finder directory, q = quit, ? = help Making completion list... [5 times] Quit [2 times] Type C-x 4 C-o RET to restore the other window. Mark saved where search started Quit Making completion list... [3 times] byte-code: Command attempted to use minibuffer while in minibuffer Quit [2 times] Making completion list... [6 times] -- Benda Xu Academic Talent Program, Fundamental Science of Mathematics and Physics, Tsinghua University, P.R.China http://alioth.debian.org/~heroxbd-guest From lekktu@gmail.com Sat Jan 24 05:21:16 2009 Received: (at control) by emacsbugs.donarmstrong.com; 24 Jan 2009 13:21:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: *** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=3.8 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, PHONENUMBER,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f10.google.com (mail-ew0-f10.google.com [209.85.219.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0ODLCeZ023904 for ; Sat, 24 Jan 2009 05:21:14 -0800 Received: by ewy3 with SMTP id 3so5801145ewy.1 for ; Sat, 24 Jan 2009 05:21:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=xXa9eJVBndAYpPlZV8dLwqFosNsK4rqZOXRdWeYuJ4Q=; b=FSm4a7/ADlwvXftqIX5VnzAVcCu/qib11/WaJF0LyO3OJgKUp/NoIlvVk00YYAmQF5 dKWaUoM9GnZq+bL0SJD4rmcaiXm/3DZz1Gk86c0l73B/wLm05ZnrpbLuhWt/UvChd+Da t4TYf4l4StJDbisL5VT8nHaax0U9aF0FVlars= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ZTn4XF1egvmTGHFRvkqbsxdU3rXu4MiBWbTgcNKLgroBbFd0Tx/g2yd1YFAh6K4Q9l IVNvAMcs7GZuIg4hfmUU9io9zK5caCM70VAcodynraeu2Bo5NapviQJKWm7IJfMzcKX/ J1Zf8PnYatGaoHWFE1/9qKg1u3yUg8bpcdwOs= MIME-Version: 1.0 Received: by 10.210.41.14 with SMTP id o14mr1847258ebo.22.1232803267097; Sat, 24 Jan 2009 05:21:07 -0800 (PST) Date: Sat, 24 Jan 2009 14:21:07 +0100 Message-ID: Subject: From: Juanma Barranquero To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit reassign 1207 emacs,w32 reassign 140 emacs,python reassign 359 emacs,python reassign 1985 emacs,python reassign 1987 emacs,python reassign 881 emacs,python reassign 949 emacs,documentation reassign 957 emacs,documentation reassign 965 emacs,documentation reassign 1010 emacs,documentation reassign 1084 emacs,documentation reassign 1193 emacs,documentation reassign 1581 emacs,documentation reassign 1807 emacs,documentation reassign 1989 emacs,documentation reassign 1184 emacs,documentation reassign 1381 emacs,documentation reassign 74 emacs,documentation reassign 1351 emacs,documentation reassign 1478 emacs,documentation reassign 1526 emacs,documentation reassign 1947 emacs,documentation reassign 352 emacs,documentation reassign 575 emacs,documentation quit From daiki.ueno@gmail.com Sun Feb 8 19:10:25 2009 Received: (at 1807-done) by emacsbugs.donarmstrong.com; 9 Feb 2009 03:10:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.5 required=4.0 tests=GMAIL,HAS_BUG_NUMBER, PHONENUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n193AMnb022842 for <1807-done@emacsbugs.donarmstrong.com>; Sun, 8 Feb 2009 19:10:23 -0800 Received: by rv-out-0506.google.com with SMTP id g9so2328044rvb.1 for <1807-done@emacsbugs.donarmstrong.com>; Sun, 08 Feb 2009 19:10:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :references:date:in-reply-to:message-id:user-agent:mime-version :content-type; bh=prNdjwsLMDRlgOQ0B++RIYC866B4pk7Sf+jddrtnr9M=; b=oM0DN09Cgf2vGRAKyrifydYtbdDjhcwABIwE8AqdshtWo6TVHqTjlop5HCnjVfrOPa xx50iURjvGZ0vrC3mt9aahWzrNa6+O/vRYWwh1Sj6FmZUKt61WTMP+dwLmbusQGZptxY GHg1Q/xUGMwaNvO6uNgBbSYYB8UZYb3pC6QDc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=N9db47EZ44VZwLxPo1IFlTPWrgIUZ2HCrPt0YVZwt+DTArHjBjYEKmuDRxHkkDenl1 jiF0+UcjMIp5VyMvX1XKc7pQPGZ+XRSvBoUWV5FgnlIJYW9MZtJhrJ43tA5QQZrlv8Va 35WxaNOlErw0aauK0LxF/5EwrGFnsqzlmCsVU= Received: by 10.115.18.3 with SMTP id v3mr3228398wai.141.1234149022458; Sun, 08 Feb 2009 19:10:22 -0800 (PST) Received: from p360 ([150.82.175.84]) by mx.google.com with ESMTPS id z20sm9400862pod.26.2009.02.08.19.10.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Feb 2009 19:10:22 -0800 (PST) Sender: Daiki Ueno From: Daiki Ueno To: Benda Xu Cc: 1807-done@debbugs.gnu.org, rfrancoise@debian.org Subject: Re: bug#1807: 23.0.60; easyPG doc suggestion: encrypt to oneself References: <867i58bfeo.fsf@krass.thusast.org> Date: Mon, 09 Feb 2009 12:10:19 +0900 In-Reply-To: <867i58bfeo.fsf@krass.thusast.org> (Benda Xu's message of "Tue, 06 Jan 2009 23:52:31 +0800") Message-ID: <87ljsg8fvo.fsf@broken.deisui.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> In <867i58bfeo.fsf@krass.thusast.org> >>>>> Benda Xu wrote: > It is common that a user wants to be able to read her local copy of > encrypted mail. > So we suggest informing the users of easyPG in its info document with > the use of gpg option for encrypting to oneself. Thanks. It is now mentioned in the "Mail-mode integration" section. Regards, -- Daiki Ueno From unknown Mon Jun 23 09:35:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Mon, 09 Mar 2009 14:24:05 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator