X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fselective_download.h;h=9a1f19a242ad5620034cb61e2e8067330c655a95;hp=eac309d8e17fb0492bcdb9cb2cf62e6b38ccd25d;hb=292529e6204af09bd0bdad38c47e6857a105bf49;hpb=35d630cae45cb3e8433ebfaa4e39302c876159c9 diff --git a/src/selective_download.h b/src/selective_download.h index eac309d8e..9a1f19a24 100644 --- a/src/selective_download.h +++ b/src/selective_download.h @@ -38,12 +38,13 @@ struct _HeaderItems { SD_State state; gchar *from; gchar *subject; - gchar date[80]; + gchar *date; gint size; guint received : 1; guint del_by_old_session : 1; }; -void selective_download(MainWindow *mainwin); +void selective_download (MainWindow *mainwin); +void sd_reflect_prefs_pixmap_theme (void); #endif /* __SELECTIVE_DOWNLOAD_H__ */