Gnus development mailing list
 help / color / mirror / Atom feed
From: Jeff Senn <senn@maya.com>
Cc: ding@gnus.org
Subject: Re: Problems with mailcrypt/gpg
Date: 15 Dec 2000 10:38:18 -0500	[thread overview]
Message-ID: <u285g0et.fsf@SNIPE.maya.com> (raw)
In-Reply-To: <2nbsuetfov.fsf@tiger.jia.vnet>


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> Jeff Senn <senn@maya.com> writes:
> 
> > On my Win98 box I had to modify gpg.el to ignore the protection mask
> > on the directory (it's never going to be 0700 on non-NT-windows :-) )
> 
> Fixed.

Thanks! Thanks!

Here's another:

I would like to have command options for GPG (i.e. ones that apply to
all GPG invocations; like "--homedir") On windows the GPG option file
path must be hardcoded or in the system registry and I'd rather not do
either.  Anyway... I saw no existing easy way to do this so I added:

(defcustom gpg-command-all-arglist
  nil
  "List of arguments to add to all GPG commands."
  :tag "All command args"
  :group 'gpg-options)

and

(defun gpg-build-arg-list (template substitutions)
...
  (let (arglist)
+   (setq arglist (copy-list gpg-command-all-arglist))
    (while template
...


Alternative (better) solutions welcome...

-- 
-Jas




  reply	other threads:[~2000-12-15 15:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-14 13:55 Norbert Koch
2000-12-14 14:15 ` Charles Sebold
2000-12-14 14:26   ` Norbert Koch
2000-12-14 14:34     ` Charles Sebold
2000-12-14 15:57     ` ShengHuo ZHU
2000-12-14 16:08       ` Norbert Koch
2000-12-14 16:07     ` Jeff Senn
2000-12-15  5:29       ` ShengHuo ZHU
2000-12-15 15:38         ` Jeff Senn [this message]
2000-12-20  3:05           ` ShengHuo ZHU

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u285g0et.fsf@SNIPE.maya.com \
    --to=senn@maya.com \
    --cc=ding@gnus.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.
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 NNTP newsgroup(s).