aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Collapse)Author
2005-12-20look for all accounts when enable_swap_from is enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@845 ee746299-78ed-0310-b773-934348b2243d
2005-12-20summary_set_row(): fixed a memory leak.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@844 ee746299-78ed-0310-b773-934348b2243d
2005-12-19implemented query search and virtual folder (merged from newsearch branch).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@836 ee746299-78ed-0310-b773-934348b2243d
2005-11-30display progress on local filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@792 ee746299-78ed-0310-b773-934348b2243d
2005-11-16fixed a bug that the selection was broken (and sometimes crashed) when mark, ↵hiro
unread, and colorlabel flags were changed while the summary was sorted by the flags. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@751 ee746299-78ed-0310-b773-934348b2243d
2005-11-14prevent integer overflow on summary status.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@742 ee746299-78ed-0310-b773-934348b2243d
2005-11-14added separator between the summary status and the header pane.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@741 ee746299-78ed-0310-b773-934348b2243d
2005-11-04follow the 'mark_junk_as_read' setting when marking as junk.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@712 ee746299-78ed-0310-b773-934348b2243d
2005-11-02added an option to mark filtered junk mails as read.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@710 ee746299-78ed-0310-b773-934348b2243d
2005-10-26added a setting to delete filtered junk mails from server.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@689 ee746299-78ed-0310-b773-934348b2243d
2005-10-25display confirmation dialog instead of input dialog when printing.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@684 ee746299-78ed-0310-b773-934348b2243d
2005-10-24fixed the problem that DnD didn't work on GTK+ 2.8hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@674 ee746299-78ed-0310-b773-934348b2243d
2005-10-12brought back 'Crate filter rule' in the context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@635 ee746299-78ed-0310-b773-934348b2243d
2005-09-22summaryview.c: align selected row to center when reached to the edge on key ↵hiro
operation. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@600 ee746299-78ed-0310-b773-934348b2243d
2005-09-22summaryview.c: keep selecting row after changing thread display.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@598 ee746299-78ed-0310-b773-934348b2243d
2005-09-14fixed warnings about signedness difference.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@583 ee746299-78ed-0310-b773-934348b2243d
2005-09-13fixed sorting bug when flags changed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@576 ee746299-78ed-0310-b773-934348b2243d
2005-09-13added 'View/Sort/by thread date'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@574 ee746299-78ed-0310-b773-934348b2243d
2005-09-05moved procmsg.c::procmsg_get_filter_keyword() to ↵hiro
filter.c::filter_get_keyword_from_msg(). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@547 ee746299-78ed-0310-b773-934348b2243d
2005-08-30separated UI code from prefs.c.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@527 ee746299-78ed-0310-b773-934348b2243d
2005-08-24removed stock_pixmap_widget().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@503 ee746299-78ed-0310-b773-934348b2243d
2005-08-22fall back to date comparison on sorting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@496 ee746299-78ed-0310-b773-934348b2243d
2005-07-19modification for DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@435 ee746299-78ed-0310-b773-934348b2243d
2005-07-15select correct row after execution on summary when sorting is enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@434 ee746299-78ed-0310-b773-934348b2243d
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@421 ee746299-78ed-0310-b773-934348b2243d
2005-07-08added G_ALERTCANCEL to AlertValue, and return it if cancelled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@407 ee746299-78ed-0310-b773-934348b2243d
2005-06-30reflect flag changes of manual filtering to IMAP server.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@387 ee746299-78ed-0310-b773-934348b2243d
2005-06-24removed unrequired function.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@373 ee746299-78ed-0310-b773-934348b2243d
2005-06-22made summary columns reorderable by DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@363 ee746299-78ed-0310-b773-934348b2243d
2005-06-21use currently visible textview for selection reply.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@356 ee746299-78ed-0310-b773-934348b2243d
2005-06-20added 'Add to address book' to the context menu of textview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@352 ee746299-78ed-0310-b773-934348b2243d
2005-06-15added 'Tools/Filter junk mails in folder' menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@344 ee746299-78ed-0310-b773-934348b2243d
2005-06-14fixed a bug that the change of color labels was not saved.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@337 ee746299-78ed-0310-b773-934348b2243d
2005-06-13include currently selected row on flag search if message view is visible but ↵hiro
the row is not displayed. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@335 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed Turkish locale problem.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@333 ee746299-78ed-0310-b773-934348b2243d
2005-06-10really fixed the crash bug.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@331 ee746299-78ed-0310-b773-934348b2243d
2005-06-10flush events before scrolling to selected.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@330 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed possible crash (take 2).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@329 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed possible crash when sorted by From/To/Subject.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@328 ee746299-78ed-0310-b773-934348b2243d
2005-06-09fixed scroll positon problem after some operations.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@322 ee746299-78ed-0310-b773-934348b2243d
2005-06-08disabled typeahead search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@318 ee746299-78ed-0310-b773-934348b2243d
2005-06-06clear selection list when the order of the summary list is changed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@314 ee746299-78ed-0310-b773-934348b2243d
2005-06-06fixed a bug that it took very long time to delete all selected messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@313 ee746299-78ed-0310-b773-934348b2243d
2005-06-03improved the DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@310 ee746299-78ed-0310-b773-934348b2243d
2005-06-03allow empty junk folder setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@308 ee746299-78ed-0310-b773-934348b2243d
2005-06-02added a feature for junk mail control.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@306 ee746299-78ed-0310-b773-934348b2243d
2005-06-01ignore invalid or deleted messages on delete duplicated.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@305 ee746299-78ed-0310-b773-934348b2243d
2005-06-01don't include the current message for 'View/Go to/(Prev|Next) (unread|new) ↵hiro
message'. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@303 ee746299-78ed-0310-b773-934348b2243d
2005-05-31fixed a bug that caused crash if FolderView::selected is NULL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@301 ee746299-78ed-0310-b773-934348b2243d
2005-05-30optimized getting the selection list.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@297 ee746299-78ed-0310-b773-934348b2243d