+2002-01-04 [melvin] 0.6.6claws37
+
+ * src/account.c
+ Made account selection code use strcasestr again instead of
+ g_strcasecmp (fixes bug where reediting queued messages
+ did not select proper account reported by T. Link).
+
+ * src/folderview.c
+ Fix bug where folder icons are not shown when 'hide read messages'
+ is on.
+
+ * src/stock_pixmaps.[ch]
+ Added folder icons for 'hide read messages'.
+
+ * src/compose.c
+ Fixed bug where 'Enter' in a header entry will send the message
+ if 'CTL-Enter' was chosen as a shorcut for sendind.
+
2002-01-03 [melvin] 0.6.6claws36
* src/prefs.[ch]
folder B -not being viewed- updated the
summaryview of folder A with data of
folder B). (Hope this is clear... )
-
-
+
2001-12-31 [alfons] 0.6.6claws34
* src/ldif.c
stock_pixmap_gdk(ctree, STOCK_PIXMAP_DIR_OPEN,
&folderopenxpm, &folderopenxpmmask);
stock_pixmap_gdk(ctree, STOCK_PIXMAP_TRASH, &trashxpm, &trashxpmmask);
+ stock_pixmap_gdk(ctree, STOCK_PIXMAP_INBOX_HRM,
+ &inboxhrmxpm, &inboxhrmxpmmask);
+ stock_pixmap_gdk(ctree, STOCK_PIXMAP_OUTBOX_HRM,
+ &outboxhrmxpm, &outboxhrmxpmmask);
+ stock_pixmap_gdk(ctree, STOCK_PIXMAP_DIR_OPEN_HRM,
+ &folderopenhrmxpm, &folderopenhrmxpmmask);
+ stock_pixmap_gdk(ctree, STOCK_PIXMAP_TRASH_HRM,
+ &trashhrmxpm, &trashhrmxpmmask);
+
+
if (!normalfont)
normalfont = gdk_fontset_load(NORMAL_FONT);
#include "pixmaps/deleted.xpm"
#include "pixmaps/dir-close.xpm"
#include "pixmaps/dir-open.xpm"
+#include "pixmaps/dir-open-hrm.xpm"
#include "pixmaps/error.xpm"
#include "pixmaps/forwarded.xpm"
#include "pixmaps/group.xpm"
#include "pixmaps/inbox.xpm"
+#include "pixmaps/inbox-hrm.xpm"
#include "pixmaps/interface.xpm"
#include "pixmaps/jpilot.xpm"
#include "pixmaps/key.xpm"
#include "pixmaps/locked.xpm"
#include "pixmaps/new.xpm"
#include "pixmaps/outbox.xpm"
+#include "pixmaps/outbox-hrm.xpm"
#include "pixmaps/replied.xpm"
#include "pixmaps/stock_close.xpm"
#include "pixmaps/stock_down_arrow.xpm"
#include "pixmaps/sylpheed-logo.xpm"
#include "pixmaps/tb_address_book.xpm"
#include "pixmaps/trash.xpm"
+#include "pixmaps/trash-hrm.xpm"
#include "pixmaps/unread.xpm"
#include "pixmaps/vcard.xpm"
#include "pixmaps/ignorethread.xpm"
{deleted_xpm , NULL, NULL},
{dir_close_xpm , NULL, NULL},
{dir_open_xpm , NULL, NULL},
+ {dir_open_hrm_xpm , NULL, NULL},
{error_xpm , NULL, NULL},
{forwarded_xpm , NULL, NULL},
{group_xpm , NULL, NULL},
{inbox_xpm , NULL, NULL},
+ {inbox_hrm_xpm , NULL, NULL},
{interface_xpm , NULL, NULL},
{jpilot_xpm , NULL, NULL},
{key_xpm , NULL, NULL},
{locked_xpm , NULL, NULL},
{new_xpm , NULL, NULL},
{outbox_xpm , NULL, NULL},
+ {outbox_hrm_xpm , NULL, NULL},
{replied_xpm , NULL, NULL},
{stock_close_xpm , NULL, NULL},
{stock_down_arrow_xpm , NULL, NULL},
{sylpheed_logo_xpm , NULL, NULL},
{tb_address_book_xpm , NULL, NULL},
{trash_xpm , NULL, NULL},
+ {trash_hrm_xpm , NULL, NULL},
{unread_xpm , NULL, NULL},
{vcard_xpm , NULL, NULL},
{ignorethread_xpm , NULL, NULL},