Brian Clark <[EMAIL PROTECTED]> writes:

> * I've managed to be able to clear sign outbound messages using:
>   macro compose \Cp "Fgpg --clearsign\ny" "PGP clearsign" (by the
>   way, binding and using ^s causes mutt to freeze, forcing me to
>   kill it. Haven't the slightest clue why.)  The signing works OK as
>   well.

You're most likely enabling scroll-lock for your terminal when you
press C-s.  Try hitting C-q to make it go away.

Use something other than C-s, or disable C-s as the "stop" char:

stty -a shows:

speed 38400 baud; rows 57; columns 84; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
...

try:
$ stty stop ""

That fixes it for me, although that may not be the right way to do it.

HTH,

-- 
Josh Huber                                     | [EMAIL PROTECTED] |

Reply via email to