2006-06-19 [colin] 2.3.0cvs23
[claws.git] / src / common / defs.h
index dac842bb6c1931e04e2791feed0746c84a504cdf..77c527fd9510a348ccb1dccf38028e67eca7e744 100644 (file)
@@ -60,9 +60,7 @@
 #define FILTERING_RC           "filteringrc"
 #define MATCHER_RC             "matcherrc"
 #define MENU_RC                        "menurc"
-#define ACTIONS_RC             "actionsrc"
 #define RENDERER_RC            "rendererrc"
-#define COMMAND_HISTORY                "command_history"
 #define QUICKSEARCH_HISTORY    "quicksearch_history"
 #define TEMPLATE_DIR           "templates"
 #define TMP_DIR                        "tmp"
 #define NEWSGROUP_LIST         ".newsgroup_list"
 #define ADDRESS_BOOK           "addressbook.xml"
 #define MANUAL_HTML_INDEX      "sylpheed-claws-manual.html"
-#define HOMEPAGE_URI           "http://claws.sylpheed.org/"
-#define MANUAL_URI             "http://claws.sylpheed.org/manual/"
-#define FAQ_URI                        "http://claws.sylpheed.org/faq.php"
+#define HOMEPAGE_URI           "http://www.sylpheed-claws.net/"
+#define MANUAL_URI             "http://www.sylpheed-claws.net/documentation.php"
+#define FAQ_URI                        "http://www.sylpheed-claws.net/faq/index.php"
+#define PLUGINS_URI            "http://www.sylpheed-claws.net/plugins.php"
 #define BUGZILLA_URI           "http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/enter_bug.cgi"
-#define THEMES_URI             "http://claws.sylpheed.org/themes.php"
-#define MAILING_LIST_URI       "http://claws.sylpheed.org/MLs.php"
+#define THEMES_URI             "http://www.sylpheed-claws.net/themes.php"
+#define MAILING_LIST_URI       "http://www.sylpheed-claws.net/MLs.php"
+#define USERS_ML_ADDR          "sylpheed-claws-users@dotsrc.org"
 #define GPL_URI                        "http://www.gnu.org/licenses/gpl.html"
 #define DONATE_URI             "https://sourceforge.net/donate/index.php?group_id=25528"
+#define OPENSSL_URI            "http://www.openssl.org/"
 #define THEMEINFO_FILE         ".sylpheed_themeinfo"
 #define FOLDER_LIST            "folderlist.xml"
 #define CACHE_FILE             ".sylpheed_claws_cache"
 #define MARK_VERSION           2
 
 #ifdef G_OS_WIN32
+#  define ACTIONS_RC           "actionswinrc"
+#  define COMMAND_HISTORY      "command_history_win"
 #  define DEFAULT_SIGNATURE    "signature.txt"
 #else
+#  define ACTIONS_RC           "actionsrc"
+#  define COMMAND_HISTORY      "command_history"
 #  define DEFAULT_SIGNATURE    ".signature"
 #endif
+
 #define DEFAULT_INC_PATH       "/usr/bin/mh/inc"
 #define DEFAULT_INC_PROGRAM    "inc"
 /* #define DEFAULT_INC_PATH    "/usr/bin/imget" */
 /* #define DEFAULT_INC_PROGRAM "imget" */
 #define DEFAULT_SENDMAIL_CMD   "/usr/sbin/sendmail -t -i"
-#define DEFAULT_BROWSER_CMD    "mozilla-firefox -remote 'openURL(%s,new-window)'"
-#define DEFAULT_EDITOR_CMD     "gedit %s"
+#define DEFAULT_BROWSER_CMD    "firefox '%s'"
+#define DEFAULT_EDITOR_CMD     "gedit '%s'"
 #define DEFAULT_MIME_CMD       "metamail -d -b -x -c %s '%s'"
 #define DEFAULT_IMAGE_VIEWER_CMD "display '%s'"
 #define DEFAULT_AUDIO_PLAYER_CMD "play '%s'"