+2001-12-09 [christoph] 0.6.5claws69
+
+ * src/summaryview.c
+ set pointer to string in LOCKED column to NULL
+ (might fix bug #490800)
+
2001-12-09 [carsten] 0.6.5claws68
+
* po/de.po
resolved some cluttered menu shortcuts
('creating new email' and 'creating news message'
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws68
+EXTRA_VERSION=claws69
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl
text[col_pos[S_COL_MARK]] = NULL;
text[col_pos[S_COL_UNREAD]] = NULL;
text[col_pos[S_COL_MIME]] = NULL;
+ text[col_pos[S_COL_LOCKED]] = NULL;
text[col_pos[S_COL_NUMBER]] = itos(msginfo->msgnum);
text[col_pos[S_COL_SIZE]] = to_human_readable(msginfo->size);