Salut la liste,
j'avais une question qui me titille pas mal.
Comment on fait pour li=E9 mutt =E0 gpg?
J'aurais voulus avoir une utilisation comme on pourrais l'avoir avec
thunderbird et enigmail...
Merci d'avance pour vos r=E9ponses
Yoda
--=20
+------------------------+
| yoda81fr.homelinux.org |
| GPG key: 0xA3A37CC8 |
+------------------------+
Le syndicalisme est =E0 la soci=E9t=E9 moderne
ce que le mercure-au-chrome est =E0 la jambe de bois.
-+- Coluche -+-
--7AUc2qLy4jB3hD7Z
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
Stephane Bortzmeyer
On Sat, Jan 08, 2005 at 10:27:16PM +0100, Arnaud wrote a message of 49 lines which said:
Comment on fait pour lié mutt à gpg?
Il y a des tas de façons. Voici ce que j'ai dans mon ~/.muttrc :
# GnuPG set pgp_getkeys_command="gpg --recv-keys %r 2> /dev/null" # Check a signature. Thanks to David Champion and Rob R eid # By default, do not check: unset pgp_verify_sig macro index Cv "<enter-command>set pgp_verify_sig=yes<enter><display-mes sage><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature" macro pager Cv "i<enter-command>set pgp_verify_sig=yes<enter><display-me ssage><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature"
Le reste est fait tout seul par le paquet Debian. "p" pour le menu PGP (GPG par défaut).
On Sat, Jan 08, 2005 at 10:27:16PM +0100,
Arnaud <nono_debian@yahoo.fr> wrote
a message of 49 lines which said:
Comment on fait pour lié mutt à gpg?
Il y a des tas de façons. Voici ce que j'ai dans mon ~/.muttrc :
# GnuPG
set pgp_getkeys_command="gpg --recv-keys %r 2> /dev/null"
# Check a signature. Thanks to David Champion <dgc@uchicago.edu> and Rob R eid <reid@astro.utoronto.ca>
# By default, do not check:
unset pgp_verify_sig
macro index Cv "<enter-command>set pgp_verify_sig=yes<enter><display-mes sage><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature"
macro pager Cv "i<enter-command>set pgp_verify_sig=yes<enter><display-me ssage><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature"
Le reste est fait tout seul par le paquet Debian. "p" pour le menu PGP
(GPG par défaut).
On Sat, Jan 08, 2005 at 10:27:16PM +0100, Arnaud wrote a message of 49 lines which said:
Comment on fait pour lié mutt à gpg?
Il y a des tas de façons. Voici ce que j'ai dans mon ~/.muttrc :
# GnuPG set pgp_getkeys_command="gpg --recv-keys %r 2> /dev/null" # Check a signature. Thanks to David Champion and Rob R eid # By default, do not check: unset pgp_verify_sig macro index Cv "<enter-command>set pgp_verify_sig=yes<enter><display-mes sage><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature" macro pager Cv "i<enter-command>set pgp_verify_sig=yes<enter><display-me ssage><enter-command>set pgp_verify_sig=no<enter>" "Verify PGP signature"
Le reste est fait tout seul par le paquet Debian. "p" pour le menu PGP (GPG par défaut).
Am 2005-01-08 22:27:16, schrieb Arnaud: Content-Description: message
Salut la liste, j'avais une question qui me titille pas mal. Comment on fait pour lié mutt à gpg? J'aurais voulus avoir une utilisation comme on pourrais l'avoir avec thunderbird et enigmail...
Come ça:
____( '/home/michelle.konzack/.mutt/security.pgp' )___________________ / | # set pgp_autoinline=no | # set pgp_check_exit=yes | set pgp_clearsign_command="gpg --charset iso-8859-15 --no-verbose --b atch --no-tty --quiet --output - --passphrase-fd 0 --armor --clearsign -- textmode %?a?-u %a? %f" | set pgp_decode_command="gpg --charset iso-8859-15 --no-verbose --stat us-fd=2 %?p?--passphrase-fd 0? --quiet --batch --no-tty --output - %f" | set pgp_decrypt_command="gpg --charset iso-8859-15 --no-verbose --sta tus-fd=2 --passphrase-fd 0 --quiet --batch --no-tty --output - %f" | set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg --charset is o-8859-15 --batch --no-tty --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" | set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg --charset is o-8859-15 --passphrase-fd 0 --batch --no-tty --quiet --no-verbose --textmod e --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r - - %f" | # set pgp_entry_format="%4n %t%f %4l/0x/%k %-4a %2c %u" | set pgp_export_command="gpg --charset iso-8859-15 --no-verbose --expo rt --armor %r" | # set pgp_getkeys_command="gpg --charset iso-8859-15 --no-verbose --ou tput - --recv-keys %r" | set pgp_good_sign="^[GNUPG:] GOODSIG" | # set pgp_ignore_subkeys=yes | set pgp_import_command="gpg --charset iso-8859-15 --no-verbose --impo rt %f" | set pgp_list_pubring_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --with-colons --list-keys %r" | set pgp_list_secring_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --with-colons --list-secret-keys %r" | # set pgp_long_ids=no | # set pgp_mime_auto=ask-yes | set pgp_mime_signature_filename="signature.pgp" | # set pgp_mime_signature_description="Digital signature" | # set pgp_replyinline=no | # set pgp_retainable_sigs=no | set pgp_show_unusable=no | set pgp_sign_as="" | set pgp_sign_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --output - --passphrase-fd 0 --armor --detach-sign --textm ode %?a?-u %a? %f" | # set pgp_sort_keydress | # set pgp_strict_enc=yes | set pgp_timeout0 | # set pgp_use_gpg_agent=no | set pgp_verify_command="gpg --charset iso-8859-15 --no-verbose --stat us-fd=2 --quiet --batch --no-tty --output - --verify %s %f" | set pgp_verify_key_command="gpg --charset iso-8859-15 --no-verbose -- batch --no-tty --fingerprint --check-sigs %r" | | # set crypt_autopgp=yes | # set pgp_auto_traditional=no | # set pgp_autosign=yes | # set pgp_create_traditional=no ______________________________________________________________________
Merci d'avance pour vos réponses
Yoda -- +------------------------+ | yoda81fr.homelinux.org | | GPG key: 0xA3A37CC8 | +------------------------+ Le syndicalisme est à la société moderne ce que le mercure-au-chrome est à la jambe de bois. -+- Coluche -+-
------------------------- ENE OF REPLYED MESSAGE -------------------------
-- ************************************************************************* * Do not Cc: me, because I am on THIS list, if I write here * * Keine Cc: am mich senden, bin auf DIESER Liste wenn ich hier schreibe * *************************************************************************
Hello,
Greetings Michelle
-- Linux-User #280138 with the Linux Counter, http://counter.li.org/ Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com)
--5cJDuji44TeXTx+X Content-Type: application/pgp-signature; name="signature.pgp" Content-Description: Digital signature Content-Disposition: inline
Am 2005-01-08 22:27:16, schrieb Arnaud:
Content-Description: message
Salut la liste,
j'avais une question qui me titille pas mal.
Comment on fait pour lié mutt à gpg?
J'aurais voulus avoir une utilisation comme on pourrais l'avoir avec
thunderbird et enigmail...
Come ça:
____( '/home/michelle.konzack/.mutt/security.pgp' )___________________
/
| # set pgp_autoinline=no
| # set pgp_check_exit=yes
| set pgp_clearsign_command="gpg --charset iso-8859-15 --no-verbose --b atch --no-tty --quiet --output - --passphrase-fd 0 --armor --clearsign -- textmode %?a?-u %a? %f"
| set pgp_decode_command="gpg --charset iso-8859-15 --no-verbose --stat us-fd=2 %?p?--passphrase-fd 0? --quiet --batch --no-tty --output - %f"
| set pgp_decrypt_command="gpg --charset iso-8859-15 --no-verbose --sta tus-fd=2 --passphrase-fd 0 --quiet --batch --no-tty --output - %f"
| set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg --charset is o-8859-15 --batch --no-tty --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
| set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg --charset is o-8859-15 --passphrase-fd 0 --batch --no-tty --quiet --no-verbose --textmod e --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r - - %f"
| # set pgp_entry_format="%4n %t%f %4l/0x/%k %-4a %2c %u"
| set pgp_export_command="gpg --charset iso-8859-15 --no-verbose --expo rt --armor %r"
| # set pgp_getkeys_command="gpg --charset iso-8859-15 --no-verbose --ou tput - --recv-keys %r"
| set pgp_good_sign="^\[GNUPG:\] GOODSIG"
| # set pgp_ignore_subkeys=yes
| set pgp_import_command="gpg --charset iso-8859-15 --no-verbose --impo rt %f"
| set pgp_list_pubring_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --with-colons --list-keys %r"
| set pgp_list_secring_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --with-colons --list-secret-keys %r"
| # set pgp_long_ids=no
| # set pgp_mime_auto=ask-yes
| set pgp_mime_signature_filename="signature.pgp"
| # set pgp_mime_signature_description="Digital signature"
| # set pgp_replyinline=no
| # set pgp_retainable_sigs=no
| set pgp_show_unusable=no
| set pgp_sign_as=""
| set pgp_sign_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --output - --passphrase-fd 0 --armor --detach-sign --textm ode %?a?-u %a? %f"
| # set pgp_sort_key=address
| # set pgp_strict_enc=yes
| set pgp_timeout=900
| # set pgp_use_gpg_agent=no
| set pgp_verify_command="gpg --charset iso-8859-15 --no-verbose --stat us-fd=2 --quiet --batch --no-tty --output - --verify %s %f"
| set pgp_verify_key_command="gpg --charset iso-8859-15 --no-verbose -- batch --no-tty --fingerprint --check-sigs %r"
|
| # set crypt_autopgp=yes
| # set pgp_auto_traditional=no
| # set pgp_autosign=yes
| # set pgp_create_traditional=no
______________________________________________________________________
Merci d'avance pour vos réponses
Yoda
--
+------------------------+
| yoda81fr.homelinux.org |
| GPG key: 0xA3A37CC8 |
+------------------------+
Le syndicalisme est à la société moderne
ce que le mercure-au-chrome est à la jambe de bois.
-+- Coluche -+-
------------------------- ENE OF REPLYED MESSAGE -------------------------
--
*************************************************************************
* Do not Cc: me, because I am on THIS list, if I write here *
* Keine Cc: am mich senden, bin auf DIESER Liste wenn ich hier schreibe *
*************************************************************************
Hello,
Greetings
Michelle
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack Apt. 917 ICQ #328449886
50, rue de Soultz MSM LinuxMichi
0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com)
--5cJDuji44TeXTx+X
Content-Type: application/pgp-signature; name="signature.pgp"
Content-Description: Digital signature
Content-Disposition: inline
Am 2005-01-08 22:27:16, schrieb Arnaud: Content-Description: message
Salut la liste, j'avais une question qui me titille pas mal. Comment on fait pour lié mutt à gpg? J'aurais voulus avoir une utilisation comme on pourrais l'avoir avec thunderbird et enigmail...
Come ça:
____( '/home/michelle.konzack/.mutt/security.pgp' )___________________ / | # set pgp_autoinline=no | # set pgp_check_exit=yes | set pgp_clearsign_command="gpg --charset iso-8859-15 --no-verbose --b atch --no-tty --quiet --output - --passphrase-fd 0 --armor --clearsign -- textmode %?a?-u %a? %f" | set pgp_decode_command="gpg --charset iso-8859-15 --no-verbose --stat us-fd=2 %?p?--passphrase-fd 0? --quiet --batch --no-tty --output - %f" | set pgp_decrypt_command="gpg --charset iso-8859-15 --no-verbose --sta tus-fd=2 --passphrase-fd 0 --quiet --batch --no-tty --output - %f" | set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg --charset is o-8859-15 --batch --no-tty --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" | set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg --charset is o-8859-15 --passphrase-fd 0 --batch --no-tty --quiet --no-verbose --textmod e --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r - - %f" | # set pgp_entry_format="%4n %t%f %4l/0x/%k %-4a %2c %u" | set pgp_export_command="gpg --charset iso-8859-15 --no-verbose --expo rt --armor %r" | # set pgp_getkeys_command="gpg --charset iso-8859-15 --no-verbose --ou tput - --recv-keys %r" | set pgp_good_sign="^[GNUPG:] GOODSIG" | # set pgp_ignore_subkeys=yes | set pgp_import_command="gpg --charset iso-8859-15 --no-verbose --impo rt %f" | set pgp_list_pubring_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --with-colons --list-keys %r" | set pgp_list_secring_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --with-colons --list-secret-keys %r" | # set pgp_long_ids=no | # set pgp_mime_auto=ask-yes | set pgp_mime_signature_filename="signature.pgp" | # set pgp_mime_signature_description="Digital signature" | # set pgp_replyinline=no | # set pgp_retainable_sigs=no | set pgp_show_unusable=no | set pgp_sign_as="" | set pgp_sign_command="gpg --charset iso-8859-15 --no-verbose --batch --no-tty --quiet --output - --passphrase-fd 0 --armor --detach-sign --textm ode %?a?-u %a? %f" | # set pgp_sort_keydress | # set pgp_strict_enc=yes | set pgp_timeout0 | # set pgp_use_gpg_agent=no | set pgp_verify_command="gpg --charset iso-8859-15 --no-verbose --stat us-fd=2 --quiet --batch --no-tty --output - --verify %s %f" | set pgp_verify_key_command="gpg --charset iso-8859-15 --no-verbose -- batch --no-tty --fingerprint --check-sigs %r" | | # set crypt_autopgp=yes | # set pgp_auto_traditional=no | # set pgp_autosign=yes | # set pgp_create_traditional=no ______________________________________________________________________
Merci d'avance pour vos réponses
Yoda -- +------------------------+ | yoda81fr.homelinux.org | | GPG key: 0xA3A37CC8 | +------------------------+ Le syndicalisme est à la société moderne ce que le mercure-au-chrome est à la jambe de bois. -+- Coluche -+-
------------------------- ENE OF REPLYED MESSAGE -------------------------
-- ************************************************************************* * Do not Cc: me, because I am on THIS list, if I write here * * Keine Cc: am mich senden, bin auf DIESER Liste wenn ich hier schreibe * *************************************************************************
Hello,
Greetings Michelle
-- Linux-User #280138 with the Linux Counter, http://counter.li.org/ Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com)
--5cJDuji44TeXTx+X Content-Type: application/pgp-signature; name="signature.pgp" Content-Description: Digital signature Content-Disposition: inline