+2001-12-14
+
+ * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
+ that didn't update accountrc if account_list == NULL (thanks to
+ Watanabe).
+
2001-12-14
* src/utils.h: added the macro Xstrcat_a() that concatenates
+2001-12-15 [paul] 0.6.5claws92
+
+ * sync with sylpheed 0.6.5cvs28
+ see ChangeLog entry 2001-12-14 (src/prefs_account.c)
+
+ * po/nl.po
+ update to allow for sync
+
2001-12-15 [alfons]
* po/nl.po
+2001-12-14
+
+ * src/prefs_account.c: prefs_account_save_config_all(): account_list
+ == NULL ¤Î¾ì¹ç accountrc ¤ò¹¹¿·¤·¤Ê¤¤¥Ð¥°¤ò½¤Àµ(ÅÏÉô¤µ¤ó thanks)¡£
+
2001-12-14
* src/utils.h: 2¤Ä¤Îʸ»úÎó¤ò·ë¹ç¤·¤Æ alloca ºÑ¤Îʸ»úÎó¤òÊÖ¤¹¥Þ¥¯¥í
* Check connection between IMAP or NNTP server only if access time
limit is expired.
* Thai encodings have been supported.
+ * Hungarian message catalog has been added.
* Copy and paste problems have been fixed.
* Some other bugs have been fixed.
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws91
+EXTRA_VERSION=claws92
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl
gchar *rcpath;
PrefFile *pfile;
- if (!account_list) return;
-
rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, ACCOUNT_RC, NULL);
if ((pfile = prefs_write_open(rcpath)) == NULL) {
g_free(rcpath);