Re: config file
- To: mutt-users@xxxxxxxx
- Subject: Re: config file
- From: "Ravi Uday" <raviuday@xxxxxxxxx>
- Date: Mon, 18 Aug 2008 18:18:17 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=KN4CVRcPi9V4wr3nFkI/knPirnoW6u1wjZuopsthsQ4=; b=InYlcy1BJeo9iznAkLM60ogKt1ZLekeri7EwWnh+zWQLU6MQj1LMZnBQ9IovpEycVz IXjAzV5Ohr7omT1UUnBsbaSFfS4OZp0FuNf6I1QN9XtbgM1e8AlX+4blEM8VcGHp+6sr KGxxlAsJ2DzpA+PxyZ93+aiwSChaXYI8I6LeA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=qylHbb5u5qhCsEf8GycZoPQ7SAWNvwJgvOiNUJjIfAndOI/mCWeFGwNcJWf2iCOjCd gMFp52tccqbFdDCb4ydc1MmXV4cgfRpR1hZt+qVbAfzkaWDJhY8TrVShG/nwK09wPrTa QhWDu0RtmKDF5KUs6O28gW0fNvDBH5nibEk/c=
- In-reply-to: <20080819005753.GA6755@xxxxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <56b92dda0808181641p21073b8bwc8e8dd8fbca7c23a@xxxxxxxxxxxxxx> <20080819005753.GA6755@xxxxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
Thanks John,
Thats pretty much I had.. but then I cant see the
--BEGIN PGP MESSAGE--
...
--END PGP MESSAGE --
and
-----BEGIN PGP SIGNATURE-----
...
-----END PGP SIGNATURE-----
texts inline in the body of the mail.
There is a attachment in the mail and that contains the signature
part..! Can we have it inlined in the body of hte mail ?
Thanks,
- Ravi
On Mon, Aug 18, 2008 at 5:57 PM, John <JohnRChamplin@xxxxxxxxxxxxxxx> wrote:
> On (18/08/08 16:41), Ravi Uday wrote:
> |
> | Hi,
> |
> | I am tyring to integrate PGP with Mutt. Can anyone of you supply me a
> | basic muttrc
> | which has PGP configurations ?
> | I did setup PGP properly butsomehow its not working when sending mails.
> |
> | Thanks,
> | Ravi
> |
>
> I "borrowed" this portion of my .muttrc, but can not remember who
> deserves the credit. (I do remember it was a highly respected source.)
> Even so, all the usual warnings apply.
>
> ## GPG
> set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch
> --output - %f"
> set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f"
> set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output
> - %f"
> set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0
> --armor --detach-sign --textmode %?a?-u %a? %f"
> set pgp_clearsign_command="gpg --no-verbose --batch --output -
> --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
> set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose
> --output - --encrypt --textmode --armor --always-trust --encrypt-to <your GPG
> key here> -- -r %r -- %f"
> set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch
> --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a?
> --armor --always-trust --encrypt-to <your GPG key here> -- -r %r -- %f"
> set pgp_import_command="gpg --no-verbose --import -v %f"
> set pgp_export_command="gpg --no-verbose --export --armor %r"
> set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint
> --check-sigs %r"
> set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons
> --list-keys %r"
> set pgp_list_secring_command="gpg --no-verbose --batch --with-colons
> --list-secret-keys %r"
> set pgp_autosign=yes
> set pgp_sign_as=<your GPG key here>
> set pgp_replyencrypt=yes
> set pgp_timeout=1800
> set pgp_good_sign="^gpg: Good signature from"
> # GPG/PGP related color directives:
> mono body bold "^gpg: Good signature"
> mono body reverse "^gpg: Bad signature from.*"
> color body brightblack cyan "^gpg: Signature made.*"
> color body brightblack green "^gpg: Good signature from.*"
> color body brightblack yellow "^gpg: Can't check
> signature.*"
> color body brightblack yellow "^gpg: WARNING: .*"
> color body brightwhite red "^gpg: BAD signature from.*"
>
>
>
> --
> JohnRChamplin@xxxxxxxxxxxxxxx
> ====================================================
> GPG key 1024D/99421A63 2005-01-05
> EE51 79E9 F244 D734 A012 1CEC 7813 9FE9 9942 1A63
> gpg --keyserver subkeys.pgp.net --recv-keys 99421A63
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkiqGpEACgkQeBOf6ZlCGmPVcQCghV7EUyUofoj3PrhXSo8B2jch
> QR0AoKeOWYepGR2Zs5KelEPrKg0Eh5x5
> =4a35
> -----END PGP SIGNATURE-----
>
>