diff src/gaim.h @ 3457:222e23f91092

[gaim-migrate @ 3505] Deryni made it so we can all log chats and IMs seperately. He had it retain your old option--it would log both if you had it configured that way. I made it so that if you had logging on it will log IMs--but you'll have to turn on logging chats manually. So if you want to log chats, turn that on. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 28 Aug 2002 05:55:48 +0000
parents 8fa61405af2b
children 7a3f16a375a5
line wrap: on
line diff
--- a/src/gaim.h	Wed Aug 28 02:38:19 2002 +0000
+++ b/src/gaim.h	Wed Aug 28 05:55:48 2002 +0000
@@ -184,13 +184,14 @@
 #define OPT_MISC_STEALTH_TYPING         0x00000010
 
 extern guint logging_options;
-#define OPT_LOG_ALL			0x00000001
+#define OPT_LOG_CONVOS			0x00000001
 #define OPT_LOG_STRIP_HTML		0x00000002
 #define OPT_LOG_BUDDY_SIGNON		0x00000004
 #define OPT_LOG_BUDDY_IDLE		0x00000008
 #define OPT_LOG_BUDDY_AWAY		0x00000010
 #define OPT_LOG_MY_SIGNON		0x00000020
 #define OPT_LOG_INDIVIDUAL		0x00000040
+#define OPT_LOG_CHATS			0x00000100
 
 extern guint blist_options;
 #define OPT_BLIST_APP_BUDDY_SHOW	0x00000001
@@ -413,7 +414,7 @@
 extern void clean_pid();
 extern char *date();
 extern gint linkify_text(char *);
-extern FILE *open_log_file (char *);
+extern FILE *open_log_file (char *, int);
 extern char *sec_to_text(guint);
 extern struct aim_user *find_user(const char *, int);
 extern char *full_date();