You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I started recently to have problems when signing messages in mew.
Not sure exactly what caused the change but I had to change my gpg and gpg-agent prefs to have mew happy. Furthermore mew is not able to parse the messages of my gpg.
It seems that gpg answers do not follow what mew expect. After some investigation, I discovered how to setup debuging for gpg in mew and get the following information in the mew-debug buffer:
I'm reluctant to submit a patch because I'm pretty sure it is not the right way of solving the problem, it is not sufficient, I have not found any description of the protocol external tools should follow when invoking gpg and I know too little in elisp...
Perhaps, if someone provides help, I would be able to propose a real patch.
Fabien
The text was updated successfully, but these errors were encountered:
Hi,
I started recently to have problems when signing messages in mew.
Not sure exactly what caused the change but I had to change my gpg and gpg-agent prefs to have mew happy. Furthermore mew is not able to parse the messages of my gpg.
It seems that gpg answers do not follow what mew expect. After some investigation, I discovered how to setup debuging for gpg in mew and get the following information in the mew-debug buffer:
Clearly no case of
mew-pgp.el
functionmew-pgp-process-filter1
matches this message. To make it work I had to patchmew-pgp-msg-enter-pass
I'm reluctant to submit a patch because I'm pretty sure it is not the right way of solving the problem, it is not sufficient, I have not found any description of the protocol external tools should follow when invoking gpg and I know too little in elisp...
Perhaps, if someone provides help, I would be able to propose a real patch.
Fabien
The text was updated successfully, but these errors were encountered: