From: Daniel Patterson <dbp@dbpmail.net>
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Cc: notmuch@notmuchmail.org
Subject: Re: Emacs not finding keys to verify signatures
Date: Sun, 30 Jun 2013 16:13:44 -0400 [thread overview]
Message-ID: <87d2r373wn.fsf@mbp.dbpmail.net> (raw)
In-Reply-To: <51D08F8E.4010805@fifthhorseman.net>
[-- Attachment #1: Type: text/plain, Size: 1362 bytes --]
Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:
> i think the command would be "notmuch gpg", not "gpg-notmuch" -- in your
> configuration, how does emacs know to invoke notmuch on the remote
> server instead of locally?
notmuch on my local machine is a shell script that executes notmuch on
my server via ssh, as per http://notmuchmail.org/remoteusage/. The
reason why this works is that there is no meaning for it to ever execute
locally - there is no notmuch database locally. So from the perspective
of emacs, it might as well be running on the same computer as notmuch
is. Having notmuch-emacs execute shell commands is really nice for this
- because they can easily be replaced with versions that run commands on
other hosts.
> is it possible that we could make this change something that happens
> in exactly one place in the emacs configuration, and have the wrapper
> scripts figure out the rest?
I think so - signing/encrypting is done via message-mode, so it could be
configured separately (as this should probably always happen locally,
and certainly shouldn't be forced to happen in the same place as the
email store). So if there were a setting like:
(setq notmuch-gpg-command "/path/to/gpg-or-wrapper")
That was what notmuch-emacs used to fetch keys (and anything else it
needed to do), I think it would work.
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
prev parent reply other threads:[~2013-06-30 20:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-24 14:59 Emacs not finding keys to verify signatures Daniel Patterson
2013-06-28 11:18 ` David Bremner
2013-06-28 13:11 ` Daniel Patterson
2013-06-28 15:05 ` David Bremner
2013-06-28 15:13 ` Daniel Kahn Gillmor
2013-06-29 15:24 ` Daniel Patterson
2013-06-30 20:05 ` Daniel Kahn Gillmor
2013-06-30 20:13 ` Daniel Patterson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d2r373wn.fsf@mbp.dbpmail.net \
--to=dbp@dbpmail.net \
--cc=dkg@fifthhorseman.net \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).