* [mdk-re] mutt & gpg
@ 2001-05-23 2:23 S. Budnevitch
2001-05-23 2:27 ` Alexander Bokovoy
0 siblings, 1 reply; 3+ messages in thread
From: S. Budnevitch @ 2001-05-23 2:23 UTC (permalink / raw)
To: mandrake-russian
Замучила такая вот бяка: когда gpg проверяет в mutt'е подпись, текст на
доли секунды сдвигается вверх, потом возвращается на место, но справа
остаются обрывки смещеного текста. Как это можно исправить?
В .muttrc:
set pgp_verify_command="gpg --batch --no-verbose -o - --verify %s %f"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mdk-re] mutt & gpg
2001-05-23 2:23 [mdk-re] mutt & gpg S. Budnevitch
@ 2001-05-23 2:27 ` Alexander Bokovoy
2001-05-23 3:21 ` S. Budnevitch
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Bokovoy @ 2001-05-23 2:27 UTC (permalink / raw)
To: mandrake-russian
On Wed, May 23, 2001 at 02:32:41AM +0400, S. Budnevitch wrote:
> Замучила такая вот бяка: когда gpg проверяет в mutt'е подпись, текст на
> доли секунды сдвигается вверх, потом возвращается на место, но справа
> остаются обрывки смещеного текста. Как это можно исправить?
>
> В .muttrc:
> set pgp_verify_command="gpg --batch --no-verbose -o - --verify %s %f"
Возьмите мои настройки gpg в Mutt:
set pgp_replyencrypt
set pgp_replysignencrypted
set pgp_sign_micalg=pgp-sha1
# decode application/pgp
set pgp_decode_command="gpg %?p?--passphrase-fd 0? -q --no-verbose --batch --output - --no-tty %f"
# verify a pgp/mime signature
set pgp_verify_command="gpg -q --batch --no-verbose -o - --no-tty --verify %s %f"
# decrypt a pgp/mime attachment
set pgp_decrypt_command="gpg --passphrase-fd 0 -q --batch --no-verbose --output - --no-tty %f"
# create a pgp/mime signed attachment
set pgp_sign_command="gpg -q --batch --output - --no-tty --no-verbose --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
# create a application/pgp signed (old-style) message
set pgp_clearsign_command="gpg -q --no-verbose --batch --output - --no-tty --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
# create a pgp/mime encrypted attachment
set pgp_encrypt_only_command="pgpewrap gpg -q --no-verbose --batch --output - --no-tty --encrypt --textmode --armor --always-trust -- -r %r -- %f"
# create a pgp/mime encrypted and signed attachment
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -q --no-verbose --batch --output - --no-tty --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
# import a key into the public key ring
set pgp_import_command="gpg -q --no-verbose --import -q %f"
# export a key from the public key ring
set pgp_export_command="gpg -q --no-verbose --export --armor %r"
# verify a key
set pgp_verify_key_command="gpg -q --no-verbose --batch --output - --no-tty --fingerprint --check-sigs %r"
# read in the public key ring
set pgp_list_pubring_command="gpg -q --no-verbose --batch --output - --no-tty --with-colons --list-keys %r"
# read in the secret key ring
set pgp_list_secring_command="gpg -q --no-verbose --batch --output - --no-tty --with-colons --list-secret-keys %r"
set pgp_getkeys_command=""
--
Sincerely yours, Alexander Bokovoy
The Midgard Project | ALT Linux Team | Minsk Linux Users Group
www.midgard-project.org | www.altlinux.ru | www.minsk-lug.net
-- You won't skid if you stay in a rut.
-- Frank Hubbard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mdk-re] mutt & gpg
2001-05-23 2:27 ` Alexander Bokovoy
@ 2001-05-23 3:21 ` S. Budnevitch
0 siblings, 0 replies; 3+ messages in thread
From: S. Budnevitch @ 2001-05-23 3:21 UTC (permalink / raw)
To: mandrake-russian
On Wed, May 23, 2001 at 01:31:19AM +0300, Alexander Bokovoy wrote:
> > остаются обрывки смещеного текста. Как это можно исправить?
> >
> > В .muttrc:
> > set pgp_verify_command="gpg --batch --no-verbose -o - --verify %s %f"
> Возьмите мои настройки gpg в Mutt:
>
Спасибо. Сравнил настройки и нашел, что источник неприятностей был
в pgp_getkeys_command
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-05-23 3:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-23 2:23 [mdk-re] mutt & gpg S. Budnevitch
2001-05-23 2:27 ` Alexander Bokovoy
2001-05-23 3:21 ` S. Budnevitch
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git