sync with 0.8.10cvs20
[claws.git] / src / prefs_account.h
index 40d75a161b70950ac7bf2c4cfb6e7f91ad2664a9..c5eae9a9ef99eb3f00b0d1054dcdaed515cccce5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2003 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -44,6 +44,12 @@ typedef enum {
        A_LOCAL
 } RecvProtocol;
 
        A_LOCAL
 } RecvProtocol;
 
+typedef enum {
+       SIG_FILE,
+       SIG_COMMAND,
+       SIG_DIRECT
+} SigType;
+
 typedef enum {
        /* login and retrieve messages, as before */
        STYPE_NORMAL,
 typedef enum {
        /* login and retrieve messages, as before */
        STYPE_NORMAL,
@@ -141,6 +147,7 @@ struct _PrefsAccount
        GSList *customhdr_list;
 
        /* Compose */
        GSList *customhdr_list;
 
        /* Compose */
+       SigType sig_type;
        gchar    *sig_path;
        gboolean  auto_sig;
        gchar    *sig_sep;
        gchar    *sig_path;
        gboolean  auto_sig;
        gchar    *sig_sep;