2007-12-06 [colin] 3.1.0cvs62
[claws.git] / src / prefs_account.h
index 1dd3c034947797cc472e14d4439854404bb24235..e8e793bd056d5cb551f147d7c537d0798e42597f 100644 (file)
@@ -163,6 +163,7 @@ struct _PrefsAccount
        gboolean  mark_crosspost_read;
        gint      crosspost_col;
 
+#ifndef G_OS_WIN32
        /* Use this command to open a socket, rather than doing so
         * directly.  Good if you want to perhaps use a special socks
         * tunnel command, or run IMAP-over-SSH.  In this case the
@@ -173,6 +174,7 @@ struct _PrefsAccount
         * as a particular user. */
        gboolean  set_tunnelcmd;
        gchar     *tunnelcmd;
+#endif
 
        gchar *imap_dir;
        gboolean imap_subsonly;