/*
 * WMMail - Window Maker Mail
 *
 * Copyright (c) 1996, 1997, 1998  Per Liden
 * Copyright (c) 1997, 1998  Bryan Chan
 *
 * 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
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 * config.h: compile-time options for WMMail; modify only after running
 *           configure
 *
 * $Id: config.h.in,v 1.2 2000/07/03 09:01:57 bryan.chan Exp $
 *
 */

#ifndef CONFIG_H
#define CONFIG_H

#define VERSION               "0.64"          /* current version */

/* defaults for run-time options */

/* default update interval (in seconds) */
#define DEFAULT_INTERVAL      15

/* default delay between animation frames (in milliseconds) */
#define DEFAULT_ANIM_SPEED    1000

/* default colour to draw in when displaying message count */
#define DEFAULT_COLOR         "black"

/* default font to use when displaying message count */
#define DEFAULT_FONT          "-*-helvetica-*-r-*-*-*-*-*-*-*-*-*-*"

/* support for UNIX mbox */
#define MBOX_SUPPORT

/* support for mh folders */
#define MH_SUPPORT

/* support for MailDir */
#define MAILDIR_SUPPORT

/* support for POP3 mailboxes */
#define POP3_SUPPORT

/* support for IMAP4 mailboxes */
#define IMAP_SUPPORT

/* debugging messages */
#undef DEBUG

#endif


syntax highlighted by Code2HTML, v. 0.9.1