diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-19 01:43:48 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-19 01:43:48 +0300 |
commit | 9026615fea720ca69d3a3480a69e32e5432db69b (patch) | |
tree | 10e18a6b7bce1427cb04dafd4a5772123c974050 /new_gpg.rc | |
parent | ec0c325b00df0576ecf6f159e6ea4b6f72a13e49 (diff) |
fixed one more metacontacts problem
added option to remove own tags in outgoing messages (useful to quote)
Diffstat (limited to 'new_gpg.rc')
-rwxr-xr-x | new_gpg.rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -356,6 +356,8 @@ BEGIN EDITTEXT IDC_OUT_CLOSE_TAG,151,46,90,14,ES_AUTOHSCROLL
RTEXT "Open:",IDC_STATIC,13,49,26,8
RTEXT "Close:",IDC_STATIC,127,49,23,8
+ CONTROL "Strip all tags in outgoing messages",IDC_STRIP_TAGS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,76,233,10
END
|