Howdy,

  I am having trouble encrypting messages with mutt.  Whenever I try to
  do so I get a prompt for a keyID but any ID I enter just makes it beep
  and do nothing

  I have ln -s gpg gpgm in /usr/bin/ as a faq I read said to do and yet
  the problem persists.  My .muttrc has for gpg

  set pgp_autosign=yes
  set pgp_sign_as=D56C5DBF
  set pgp_timeout=600
  set pgp_ignore_subkeys=yes
  set pgp_long_ids=no
  ...
 

  macro   compose \CP     "Fgpg --clearsign\ny"
  macro   compose \CS     "Fgpg --clearsign\ny^T^Uapplication/pgp;
  format=text; x-action=sign\n"

  # decode application/pgp
  set pgp_decode_command="/usr/bin/gpg   %?p?--passphrase-fd 0?
  --no-verbose --quiet  --batch  --output - %f"

  # verify a pgp/mime signature
  set pgp_verify_command="/usr/bin/gpg   --no-verbose --quiet  --batch
  --output - --verify %s %f"

  #set pgp_verify_command="gpg --keyserver pgp.mit.edu --no-verbose
  --batch\
  #    -o - --verify %s %f"
  #set pgp_verify_command=" gpg --keyserver wwwkeys.us.pgp.net
  --no-verbose\
  #    --batch -o - --verify %s %f"
  #set pgp_verify_command="gpg --keyserver wwwkeys.pgp.net --no-verbose\
  #    --batch -o - --verify %s %f"

  # decrypt a pgp/mime attachment
  set pgp_decrypt_command="/usr/bin/gpg   --passphrase-fd 0 --no-verbose
  --quiet  --batch  --output - %f"

  #create pgp/mime signed attachment
  set pgp_sign_command="/usr/bin/gpg    --no-verbose --batch --quiet \
    --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u
    %a? %f"

  # add clear before sign
  # create a application/pgp signed (old-style) message
  set pgp_clearsign_command="/usr/bin/gpg   --no-verbose --batch
  --quiet \
  --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u
   %a? %f"

  # create a pgp/mime encrypted attachment
  set pgp_encrypt_only_command="pgpewrap /usr/bin/gpg --batch
   --quiet \
   --no-verbose --output - --encrypt --textmode --armor
       --always-trust -- -r %r %f"


# create a pgp/mime encrypted and signed attachment
  set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg
  --passphrase-fd 0  --batch --quiet \
    --no-verbose  --textmode --output - --encrypt --sign %?a?-u %a?
        --armor --always-trust -- -r %r %f"

# import a key into the public key ring
set pgp_import_command="/usr/bin/gpg  --no-verbose --import -v
%f"

# export a key from the public key ring
set pgp_export_command="/usr/bin/gpg   --no-verbose --export
--armor %r"


The formatting is actually corect but vi seems not to be able to cut and
paste correctly (really the user seems not to be able to cut and paste
correctly). What do I need to read to resolve this problem.

Thanks,

Fred

-- 
Markets can remain irrational longer than you can remain solvent
                                        -John Maynard Keynes

For a copy of my pgp public ket visit
URL: http://norby.dyndns.org:8080

Attachment: msg31628/pgp00000.pgp
Description: PGP signature

Reply via email to