From bf88761455597a47f1074d01c4a29c41e0fe270c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 10 Mar 2012 21:13:22 +0200 Subject: copyrights --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 globals.h (limited to 'globals.h') diff --git a/globals.h b/globals.h old mode 100644 new mode 100755 index cafedab..334e535 --- a/globals.h +++ b/globals.h @@ -1,4 +1,4 @@ -// Copyright © 2010 sss +// Copyright © 2010-2012 sss // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License -- cgit v1.2.3 From 365d949d8ec2712fbdec479e73e78cbbe80b3399 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 18 May 2012 22:28:05 +0300 Subject: fixed (#33 Settings) --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 334e535..e62ab24 100755 --- a/globals.h +++ b/globals.h @@ -16,7 +16,7 @@ #ifndef GLOBALS_H #define GLOBALS_H -extern bool bAppendTags, gpg_configured; +extern bool bAppendTags, gpg_valid, gpg_keyexist; extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag; extern logtofile debuglog; #endif -- cgit v1.2.3 From 9026615fea720ca69d3a3480a69e32e5432db69b Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 19 May 2012 01:43:48 +0300 Subject: fixed one more metacontacts problem added option to remove own tags in outgoing messages (useful to quote) --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index e62ab24..1d7c9e4 100755 --- a/globals.h +++ b/globals.h @@ -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 -- cgit v1.2.3 From 829c3778ac700f2d64e7032d0727f860196e4417 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 21 May 2012 00:38:28 +0300 Subject: fixed another metacontacts problem --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 1d7c9e4..f531cf1 100755 --- a/globals.h +++ b/globals.h @@ -16,7 +16,7 @@ #ifndef GLOBALS_H #define GLOBALS_H -extern bool bAppendTags, bStripTags, gpg_valid, gpg_keyexist; +extern bool bAppendTags, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used; extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag; extern logtofile debuglog; #endif -- cgit v1.2.3 From 7b7229fd6fa8df0fbe52f82aa7b08354ddda76ba Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 2 Jun 2012 06:54:03 +0300 Subject: option to disable prescense subscription metacontacts fix --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index f531cf1..3aeb8ad 100755 --- a/globals.h +++ b/globals.h @@ -16,7 +16,7 @@ #ifndef GLOBALS_H #define GLOBALS_H -extern bool bAppendTags, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used; +extern bool bAppendTags, bPrescenseSubscription, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used; extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag; extern logtofile debuglog; #endif -- cgit v1.2.3 From dd580e5cae07351821fa52c24fe7ac254bc8004f Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 2 Jun 2012 08:58:30 +0300 Subject: typo fixes --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 3aeb8ad..e84ae1e 100755 --- a/globals.h +++ b/globals.h @@ -16,7 +16,7 @@ #ifndef GLOBALS_H #define GLOBALS_H -extern bool bAppendTags, bPrescenseSubscription, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used; +extern bool bAppendTags, bPresenceSigning, bStripTags, gpg_valid, gpg_keyexist, tabsrmm_used; extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag; extern logtofile debuglog; #endif -- cgit v1.2.3