[tin 1.7.x] some keymap.c fixes

Urs Janßen <[email protected]>
Newsgroups gmane.network.tin.devel
Message-ID <[email protected]>
the following diff over the last snap fixes a few keymap related
things

--- keymap.c	2005-04-13 09:50:43.000000000 +0200
+++ keymap.c	2005-04-26 16:29:16.000000000 +0200
@@ -449,6 +449,7 @@
 
 				return TRUE;
 			}
+			break;
 
 		case 'C':
 			if (strcmp(keyname, "Catchup") == 0) {
@@ -1252,6 +1253,7 @@
 				process_keys(GLOBAL_QUIT, keys, &pgp_news_keys);
 #endif /* HAVE_PGP_GPG */
 				process_keys(GLOBAL_QUIT, keys, &post_cancel_keys);
+				process_keys(GLOBAL_QUIT, keys, &post_continue_keys);
 				process_keys(GLOBAL_QUIT, keys, &post_delete_keys);
 				process_keys(GLOBAL_QUIT, keys, &post_edit_keys);
 				process_keys(GLOBAL_QUIT, keys, &post_edit_ext_keys);
@@ -2470,6 +2472,7 @@
 	add_default_key(&post_edit_keys, ESC, GLOBAL_ABORT);
 	add_default_key(&post_edit_keys, 'e', POST_EDIT);
 	add_default_key(&post_edit_keys, 'o', POST_POSTPONE);
+	add_default_key(&post_edit_keys, 'q', GLOBAL_QUIT);
 
 	add_default_key(&post_edit_ext_keys, ESC, GLOBAL_ABORT);
 	add_default_key(&post_edit_ext_keys, 'e', POST_EDIT);
@@ -2562,8 +2565,6 @@
 
 	/* pgp news */
 	add_default_key(&pgp_news_keys, ESC, GLOBAL_ABORT);
-	add_default_key(&pgp_news_keys, 'b', PGP_KEY_ENCRYPT_SIGN);
-	add_default_key(&pgp_news_keys, 'e', PGP_KEY_ENCRYPT);
 	add_default_key(&pgp_news_keys, 'i', PGP_INCLUDE_KEY);
 	add_default_key(&pgp_news_keys, 'q', GLOBAL_QUIT);
 	add_default_key(&pgp_news_keys, 's', PGP_KEY_SIGN);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.