aboutsummaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 09:37:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 09:37:00 +0000
commit21fb7010272990c1f9a9e0fdd09e3bae48855a12 (patch)
tree5223b78ddb35f19583fa3dc4a33848d5f283e969 /src/defs.h
parent1e2e2b3010c8474ef0b5d93b7c20af5eead5c31d (diff)
also migrate sylpheedrc.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@37 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/defs.h b/src/defs.h
index 68c051e8..f31b5306 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 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
@@ -54,6 +54,7 @@
#define COMMAND_HISTORY "command_history"
#define TEMPLATE_DIR "templates"
#define TMP_DIR "tmp"
+#define UIDL_DIR "uidl"
#define NEWSGROUP_LIST ".newsgroup_list"
#define ADDRESS_BOOK "addressbook.xml"
#define MANUAL_HTML_INDEX "sylpheed.html"
@@ -102,10 +103,10 @@
#define SESSION_TIMEOUT_INTERVAL 60 /* sec */
#define MAX_HISTORY_SIZE 16
-#define DEFAULT_NORMAL_FONT "Helvetica 12"
-#define DEFAULT_MESSAGE_FONT "Helvetica 14"
-#define DEFAULT_BOLD_FONT "Helvetica Bold 12"
-#define DEFAULT_SMALL_FONT "Helvetica 10"
-#define DEFAULT_TITLE_FONT "Helvetica 16"
+#define DEFAULT_NORMAL_FONT "Sans 12"
+#define DEFAULT_MESSAGE_FONT "Sans 14"
+#define DEFAULT_BOLD_FONT "Sans Bold 12"
+#define DEFAULT_SMALL_FONT "Sans 10"
+#define DEFAULT_TITLE_FONT "Sans 16"
#endif /* __DEFS_H__ */