Re: BUG REPORT tin 1.7.10 release 20050727 ("Grimsay") [UNIX]
Urs Janßen <[email protected]>
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Organization | $DEAD |
| Message-ID | <[email protected]> |
In article <[email protected]> you wrote: [ It's not very clever to use a munged address if you like to have a response. Usualy I do not try to unmunge forged addresses.] > On thread level when I press an undefined key I get message > Bad command. Type 'NULL' for help. > The 'h' key still works fine. Everywhere else there's this usual > Bad command. Type 'h' for help. > message. I have no custom keymaps defined. --- thread.c 2005-07-27 21:12:24.911311213 +0200 +++ thread.c 2005-07-27 21:12:38.155899311 +0200 @@ -795,7 +795,7 @@ break; default: - info_message(_(txt_bad_command), printascii(key, key_to_func(GLOBAL_HELP, thread_keys))); + info_message(_(txt_bad_command), printascii(key, func_to_key(GLOBAL_HELP, thread_keys))); } } /* ret_code >= 0 */