aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Expand)Author
2006-01-30enabled the move/copy of the whole message in collapsed threads.hiro
2006-01-27only execute idle function on button press.hiro
2006-01-27fixes wrong drag begin state after passphrase dialog appeared.hiro
2006-01-27when deleting a collapsed thread, all the messages in the thread will be remo...hiro
2006-01-26also recognize GDK_KP_* keycodes.hiro
2006-01-24update the sensitivity of UI after quick search.hiro
2006-01-20added tooltip for search entry.hiro
2006-01-19fixed crash on quick search.hiro
2006-01-19a bit of optimization for toggling threads.hiro
2006-01-19implemented quick filter.hiro
2006-01-18summaryview.c: update all_mlist on sorting to save the order.hiro
2006-01-17enabled toggle of the searchbar.hiro
2006-01-17implemented quick search of the summary view.hiro
2006-01-12fixed a memory leak where threading is off.hiro
2006-01-10repositioned the 'Delete' menu and added a separator to prevent accidental se...hiro
2006-01-06accept when name entry is activated on the save search dialog.hiro
2005-12-22select activated message on search dialog in summary view if possible.hiro
2005-12-22summary_row_expanded(): disable workaround with GTK+ 2.8.hiro
2005-12-21reflect flag changes on virtual folders in the real ones.hiro
2005-12-21some modification of searching.hiro
2005-12-20look for all accounts when enable_swap_from is enabled.hiro
2005-12-20summary_set_row(): fixed a memory leak.hiro
2005-12-19implemented query search and virtual folder (merged from newsearch branch).hiro
2005-11-30display progress on local filtering.hiro
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