aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Expand)Author
2005-11-16fixed a bug that the selection was broken (and sometimes crashed) when mark, ...hiro
2005-11-14prevent integer overflow on summary status.hiro
2005-11-14added separator between the summary status and the header pane.hiro
2005-11-04follow the 'mark_junk_as_read' setting when marking as junk.hiro
2005-11-02added an option to mark filtered junk mails as read.hiro
2005-10-26added a setting to delete filtered junk mails from server.hiro
2005-10-25display confirmation dialog instead of input dialog when printing.hiro
2005-10-24fixed the problem that DnD didn't work on GTK+ 2.8hiro
2005-10-12brought back 'Crate filter rule' in the context menu.hiro
2005-09-22summaryview.c: align selected row to center when reached to the edge on key o...hiro
2005-09-22summaryview.c: keep selecting row after changing thread display.hiro
2005-09-14fixed warnings about signedness difference.hiro
2005-09-13fixed sorting bug when flags changed.hiro
2005-09-13added 'View/Sort/by thread date'.hiro
2005-09-05moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword...hiro
2005-08-30separated UI code from prefs.c.hiro
2005-08-24removed stock_pixmap_widget().hiro
2005-08-22fall back to date comparison on sorting.hiro
2005-07-19modification for DnD.hiro
2005-07-15select correct row after execution on summary when sorting is enabled.hiro
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
2005-07-08added G_ALERTCANCEL to AlertValue, and return it if cancelled.hiro
2005-06-30reflect flag changes of manual filtering to IMAP server.hiro
2005-06-24removed unrequired function.hiro
2005-06-22made summary columns reorderable by DnD.hiro
2005-06-21use currently visible textview for selection reply.hiro
2005-06-20added 'Add to address book' to the context menu of textview.hiro
2005-06-15added 'Tools/Filter junk mails in folder' menu.hiro
2005-06-14fixed a bug that the change of color labels was not saved.hiro
2005-06-13include currently selected row on flag search if message view is visible but ...hiro
2005-06-10fixed Turkish locale problem.hiro
2005-06-10really fixed the crash bug.hiro
2005-06-10flush events before scrolling to selected.hiro
2005-06-10fixed possible crash (take 2).hiro
2005-06-10fixed possible crash when sorted by From/To/Subject.hiro
2005-06-09fixed scroll positon problem after some operations.hiro
2005-06-08disabled typeahead search.hiro
2005-06-06clear selection list when the order of the summary list is changed.hiro
2005-06-06fixed a bug that it took very long time to delete all selected messages.hiro
2005-06-03improved the DnD.hiro
2005-06-03allow empty junk folder setting.hiro
2005-06-02added a feature for junk mail control.hiro
2005-06-01ignore invalid or deleted messages on delete duplicated.hiro
2005-06-01don't include the current message for 'View/Go to/(Prev|Next) (unread|new) me...hiro
2005-05-31fixed a bug that caused crash if FolderView::selected is NULL.hiro
2005-05-30optimized getting the selection list.hiro
2005-05-27optimized the writing of mark file.hiro
2005-05-26improved DnD.hiro
2005-05-24optimized writing summary cache.hiro
2005-05-23enabled DnD to external apps.hiro