Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upsigning a key on the commandline never completes #76
Comments
This comment has been minimized.
This comment has been minimized.
I opened #77 for the problems specific to mutt, but this remains an issue regardless of the mail client used. |
This comment has been minimized.
This comment has been minimized.
oh, interesting. |
This comment has been minimized.
This comment has been minimized.
On 2019-01-21 14:30:01, muelli wrote:
oh, interesting.
Yeah, a print sounds more clever there. I wonder why we made it a
logging statement in first place. Seems silly now.
I've done the same mistake before. :)
In fairness, the CLI app is rather auxiliary; but we still ought to make it as nice as possible.
heh. I'm trying out the monkeysign replacements, and commandline use is
one of my requirements. ;)
`--debug` would certainly be useful, for example...
|
This comment has been minimized.
This comment has been minimized.
Thanks again for the report. Should be fixed with 0fc5abb. |
muelli
closed this
Feb 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anarcat commentedJan 21, 2019
Using the 1.0.1 debian package (self-built because not officially released yet), I cannot seem to sign a key properly. I have tried this:
Then that pops open two terminal windows running the following command:
But while mutt normally is able to send email, for some reason, when it's from gnome-keysign, that doesn't work at all: mutt returns (strangely without sending any email) and gnome-keysign just hangs there. Interrupting with control-c yields the following traceback:
It seems the program deliberately be waiting for my input, but never tells me so. Looking at the source, it seems that this might be a logging level problem. But looking at the logging tutorial, I would recommend explicitely using
print
for such prompts instead of the logging system.