Hi List,
I am using Evolution 2.28.2 with GnuPG 2.0.12 under openSUSE 11.2 x64 with KDE 4.3.5. Also using KGpg 2.2.2 as key manager.
When I click on an email that includes a reasonably sized attachment (say 2.6 MB), it takes a long time (best part of a minute) before Evolution displays the message. The "Formatting Message..." screen is shown in the meantime and I can see the following process running that is performing the decryption:
1000 11991 22524 0 10:39 ? 00:00:00 gpg --verbose --no-secmem-warning --no-greeting --no-tty --status-fd=67
--command-fd=68 --decrypt --output -
If I save the same encrypted attachment to disk and decrypt it from the command line, it happens immediately with no delays:
gpg -d -u
<MYKEYID> -o test.zip test.pgp
My gpg.conf options:
default-key <MYKEYID>
use-agent
no-auto-check-trustdb
My gpg-agent.conf options:
default-cache-ttl 32400
default-cache-ttl-ssh 32400
max-cache-ttl 40000
What can I do to make Evolution use the performance that is available?
Many thanks for your help,
Ken