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 /globals.h | |
parent | ec0c325b00df0576ecf6f159e6ea4b6f72a13e49 (diff) |
fixed one more metacontacts problem
added option to remove own tags in outgoing messages (useful to quote)
Diffstat (limited to 'globals.h')
-rwxr-xr-x | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #ifndef GLOBALS_H
#define GLOBALS_H
-extern bool bAppendTags, gpg_valid, gpg_keyexist;
+extern bool bAppendTags, bStripTags, gpg_valid, gpg_keyexist;
extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag;
extern logtofile debuglog;
#endif
|