From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 601867943936 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,f9f4b5968d79362e,start X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.180.77.165 with SMTP id t5mr7118730wiw.0.1426596564041; Tue, 17 Mar 2015 05:49:24 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.152.87.163 with SMTP id az3ls31745lab.64.gmail; Tue, 17 Mar 2015 05:49:23 -0700 (PDT) X-Received: by 10.112.98.38 with SMTP id ef6mr9194780lbb.3.1426596563230; Tue, 17 Mar 2015 05:49:23 -0700 (PDT) Return-Path: Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com. [2a00:1450:400c:c00::230]) by gmr-mx.google.com with ESMTPS id el6si120271wib.0.2015.03.17.05.49.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 05:49:23 -0700 (PDT) Received-SPF: pass (google.com: domain of valentin.reis@gmail.com designates 2a00:1450:400c:c00::230 as permitted sender) client-ip=2a00:1450:400c:c00::230; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of valentin.reis@gmail.com designates 2a00:1450:400c:c00::230 as permitted sender) smtp.mail=valentin.reis@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Received: by mail-wg0-x230.google.com with SMTP id cc7so7483798wgb.0 for ; Tue, 17 Mar 2015 05:49:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:from:to:subject:date:message-id:user-agent :content-transfer-encoding; bh=kb6enfyHHO4c49EscusNBTOYvoaWi4l6WpLn+W6YIaY=; b=oSC0ziFP4ooftodw4NR+ybeCnu3Ycsmc0EyK8dNS3i5D2Xw8yZvdi9YRX0L0B5Pb98 rW8hglBq+wQsl+z5vFuM95TWywcZe63xzsnCWRcgO+eBv1Xh1x/l9/FT6eBiQsdkIxHU WlwkOkEGkK9yUrhN3cZokoKClUdq+BzgFU3035WO6DRo5rkorsO2fgiaZcggQTS/D2js swmJb0BnuT/L4JgZ1mx/HYqq4MDAP9QLD6QkiK5uD0d9a/rhTP/9NnznWIhqbSX4LHzd 77gndyzerChmRNVHPgCkkBNeWKiUPbsgDTUvqr0qSQHseld25SWm0MnyTRBObrOmuwU9 nxiA== X-Received: by 10.180.14.196 with SMTP id r4mr53327689wic.77.1426596563098; Tue, 17 Mar 2015 05:49:23 -0700 (PDT) Return-Path: Received: from localhost ([2001:6a0:5001:2:94fd:6fe1:7117:4498]) by mx.google.com with ESMTPSA id 17sm19814688wjt.45.2015.03.17.05.49.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 05:49:21 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 From: Valentin Reis To: supmua Subject: gpg-agent issue Date: Tue, 17 Mar 2015 13:49:19 +0100 Message-Id: <1426596032-sup-4861@frex230> User-Agent: Sup/0.20.0 Content-Transfer-Encoding: 8bit Hello, Sup asks for my gpg passphrase every time it has to encrypt, sign or decrypt an e-mail, even though I am using gpg-agent. When decrypting files sequentially using gpg or gpg2, gpg-agent is used, and I have to provide the passphrase just once. Here are the contents of my config files: .gnupg/gpg.conf keyserver hkp://keys.gnupg.net use-agent .gnupg/gpg-agent.conf pinentry-program /usr/bin/pinentry-curses .sup/config.yaml ... :accounts: :default: ... :gpgkey: 59EA13A1 ... No crypto hooks in .sup/hooks are in use. gpg --list-keys /home/fre/.gnupg/pubring.gpg ---------------------------- pub 2048R/59EA13A1 2014-04-28 uid Valentin Reis sub 2048R/C8DA9D35 2014-04-28 sub 2048R/4F728EEB 2014-04-28 It is a debian machine. Various apt-get output: gnupg-agent is already the newest version. libgpgme11 is already the newest version. gnupg2 is already the newest version. Cheers! val --