From 0d47f648dfe4c38ba4405cfaddd124197336f9f6 Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 1 Jun 2007 12:58:06 +0000 Subject: added an option to reset FINISHED sessions back to plaintext automatically git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@194 4f64403b-2f21-0410-a795-97e2b3489a10 --- otr/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'otr/options.h') diff --git a/otr/options.h b/otr/options.h index 475e566..f4534c8 100644 --- a/otr/options.h +++ b/otr/options.h @@ -13,6 +13,7 @@ typedef struct { char prefix[64]; bool delete_history; + bool timeout_finished; } Options; extern Options options; -- cgit v1.2.3