fix crash caused by incomplete commit 47e9a6a807ab30baae05f4557f82d63c70108a59
[claws.git] / src / summaryview.c
2019-09-25 Paulfix crash caused by incomplete commit 47e9a6a807ab30baa...
2019-09-24 Paulfix warning ā€˜%sā€™ directive output may be truncated...
2019-09-24 Paulrespect 'default selection' settings when moving a...
2019-05-29 Andrej KacianGet rid of magic numbers in summary_msginfo_*_flags
2019-05-14 Andrej KacianReturn summaryview cursor to selected mail when popup...
2019-04-24 Andrej KacianFix a long-standing use-after-free in mainwin_actions_e...
2019-03-10 wwpDo not throw an error when cancelling 'Save email as...
2019-02-14 Paulfix bug 4155, 'remember directory of last saving'
2018-12-30 Andrej KacianRespect quicksearch focus when refreshing summaryview...
2018-12-29 Stephan Sachsefix nntp manually filtering with account specific rules
2018-12-02 Paulcomplete fix for bug 4132
2018-12-02 Paulfix bug 4132, '"Mark all as (un)read" dialog appears...
2018-12-01 Andrej KacianCreate "/Menus" in mainwindow's UI manager in mainwindo...
2018-11-29 Andrej KacianAdded header popup menu to summaryview, with two menuitems.
2018-11-08 Paulmodify label text
2018-11-05 Andrej KacianMake sure all users of GtkCMCList do not blindly assume...
2018-10-29 Paulfix annoyance where your current reading is disturbed...
2018-10-24 Andrej KacianDo not use gtk_cmctree_set_line_style(), since it does...
2018-10-16 Andrej KacianIn summary_key_pressed(), do not try to reopen the...
2018-10-16 Andrej KacianFix an off-by-one error in summary_key_pressed().
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-03 Colin LeroyFix Reply from mainwindow menu and toolbar when mainwin...
2018-09-28 Colin LeroyFix bug #3889, "Address and quoted message inconsistent...
2018-09-23 Andrej KacianAdd a NULL check in summary_select_by_msg_list when...
2018-08-24 wwpOptimize (for speed) and factorize code related to...
2018-08-13 wwpFix buffer clash (one already present, one added in...
2018-08-03 Andrej KacianFix a memory leak in summary_set_header().
2018-06-10 Paulwhen changing sort_key by clicking column header, prese...
2018-05-09 wwpRevert last leak fix.
2018-05-09 wwpFix a leak.
2018-05-06 wwpMake Claws Mail conservative about color labels: ask...
2018-05-05 wwpReally ask for confirmation when marking *all* messages...
2018-05-05 wwpSave few warnings around mistyped uses of g_list_length().
2018-05-04 wwpOne more fix for GENERIC_UMPC: summary menu entries...
2018-04-11 Paulfix bug 3978, '"From" column displays both name and...
2018-02-26 Andrej KacianFix summary_select_all when there is nothing selected.
2018-02-26 Andrej KacianRevert "fix bug 3973, ''select all' in summaryview...
2018-02-25 Paulfix bug 3973, ''select all' in summaryview does not...
2018-02-13 Andrej KacianMake GtkCMCList/Tree use "text", not "fg" rc property...
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianRework of alertpanel default button focus handling.
2018-02-06 Ralph SennhauserDrop no longer used gtk+2 utility functions
2017-12-19 Paulextend 'default selection when entering a folder'
2017-12-03 Olaf HeringSet flags of all selected messages before updating...
2017-09-23 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-09-07 Flavio LeitnerFix bug #3881: Keep read thread during update if it...
2017-03-30 Pauldefault selection on entering a folder: make first...
2017-03-24 Andrej KacianMake summary_show() open-when-selected behavior more...
2017-03-18 Andrej KacianAdd more granular options on when to open a selected...
2017-03-16 Andrej KacianAllow custom window title for the folder selection...
2017-03-16 Andrej KacianAdded summary_get_selection_count() function.
2017-01-27 Paulwhen renaming folder, only update summaryview folder...
2017-01-05 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-01-05 wwpRevert parts of 3.14.1-91 (the summary_select_node_no_m...
2017-01-05 wwpFix wrong function definition, declare it before using...
2017-01-04 wwpMake the FOO vanish.
2017-01-04 wwpFix marking all as (un)read recursively when the confir...
2017-01-04 wwpRename a misnamed function, remove debug statements.
2017-01-03 wwpCosmetic changes: align arrays, remove debug statements.
2016-12-28 Paulmake Go to/[Next|Prev] sort order aware
2016-12-13 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2016-12-13 wwpInternal API change: split read/unread marking features...
2016-12-12 wwpFix missing items in summaryview's menu declarations.
2016-12-12 wwpAdd new mark-all-unread (and recursively when relevant...
2016-11-23 Paulmake go to next/previous sort order aware
2016-11-17 Paulfix 'Go to' moving off current, unopened msg, and dialo...
2016-11-16 Paulamendment to last commit, to avoid interfering with...
2016-11-16 Paulmake up/down key navigation obey 'always_show_msg'
2016-11-14 Andrej KacianUse summary_select_node() more, to get more consistent...
2016-11-12 Andrej KacianImprove scrolling in summary_key_pressed().
2016-11-12 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2016-11-11 Andrej KacianAdd open_selected_on_folder_open to common prefs.
2016-11-11 Andrej KacianHonor display_msg == 0 in PostponedSelectData struct.
2016-11-05 Andrej KacianOnly scroll summaryview to the middle when necessary.
2016-11-05 Andrej KacianDo not process folder marks when just refreshing summar...
2016-11-05 Paulmore fixes for Go To actions not obeying 'always_show_m...
2016-10-26 Paulremoved unnecessary do_refresh flag from summary_select...
2016-10-25 Paulmake /View/Go to/... respect the always_show_msg option...
2016-09-09 Andrej KacianFix a memory leak when setting summaryview and foldervi...
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-21 Andrej KacianUse folderview_grab_focus() outside of folderview.c.
2016-07-20 Andrej KacianRemove unused GtkWidget* argument in stock_pix* functions.
2016-07-04 Paulmake 'next_on_delete' hidden pref apply after trashing...
2016-05-18 Andrej KacianRemove imap_use_trash account preference.
2016-05-06 Andrej KacianImprove plural handling for "Delete message" dialog.
2016-04-02 Ricardo MonesFix some odd debug outputs
2016-01-23 Andrej KacianMake procmsg_msginfo_free() zero out pointers to freed...
2015-12-07 Paulcall 'new' address book 'alternate' address book
2015-12-03 Ricardo MonesCorrect modified file headers
2015-12-03 Ricardo MonesRemove more markup from translatable strings
2015-11-23 Ricardo MonesUse an arrow instead of ASCII chars
2015-11-20 Andrej KacianReenabled regexps on Windows.
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-14 Paulremove most of the markup from translatable strings
2015-10-23 Paulfix bug 3375, 'Crash (SEGV) at gtkcmctree.c:4514 after...
2015-10-20 Andrej KacianSlightly more complete fix for the keyboard selection...
2015-10-18 Andrej KacianFix Shift+arrowkeys selection behavior in summaryview.
next