Commit graph

260 commits

Author SHA1 Message Date
Hoà Viêt Dinh
50734844ef removed "filtering setting" menu option and add a "cancel a news message" menu option 2002-08-26 22:53:35 +00:00
Alfons Hoogervorst
8241eb54e7 * src/summaryview.c
treat sent boxes as special and allow sorting them by addressee
	(closes "[ 589418 ] Sent folder sorting misbehavior"
	submitted by Steve Lamb)
2002-08-25 11:01:36 +00:00
Alfons Hoogervorst
d01ad8c66d o fix another memory leak reported by Martin Kluge (see "[ 599568 ] Small Memory Leak")
o remove 'from' variable from 'summary_set_header()'; we can do with just 'to'
2002-08-24 09:21:39 +00:00
Alfons Hoogervorst
2e32d34b9a remove unnecessary allocations for search bar fixing leaks reported by Martin Kluge (see "[ 599451 ] Further memory leaks?") 2002-08-23 23:39:48 +00:00
Colin Leroy
d82d208be2 fix folder and search exchanging positions 2002-08-23 07:03:52 +00:00
Colin Leroy
821f1c4f56 fix last gdk warning :) 2002-08-23 06:52:15 +00:00
Colin Leroy
7effbc007f Fix my new `Creating pixmap from xpm' warning 2002-08-22 15:43:20 +00:00
Colin Leroy
e538d7aecf * src/Makefile.am
* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/quicksearch.xpm *ADDED*
		Add the quicksearch pixmap
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Make quicksearch bar visible/hidden via a button
2002-08-22 14:35:57 +00:00
Colin Leroy
83ce000a68 fix summaryview_searchtype_changed prototype 2002-08-21 13:21:54 +00:00
Christoph Hohmann
569b004102 * src/mainwindow.c
o fix broken menu update for sorting type, we have to
          get this info from the summaryview now
        o removed setting of threaded state in menu callback
* src/summaryview.[ch]
        more summaryview/folderitem seperation for
        threading option
* configure.in
        removed not required --with-compiler-flags option
2002-08-21 13:11:35 +00:00
Paul Mangan
654b37defb fix crash when changing field type in Quick Search bar 2002-08-21 07:43:50 +00:00
Colin Leroy
36c04a383d * src/summaryview.c
Made quick search case-insensitive
2002-08-21 07:18:43 +00:00
Christoph Hohmann
8c7643827c * src/folderview.c
* src/main.c
* src/summaryview.[ch]
        more summaryview/folderitem seperation for
        sort_key and sort_type
* src/procmsg.c
        added missing return statement
2002-08-20 19:50:04 +00:00
Colin Leroy
739a5cd252 * src/summaryview.[ch]
Added a quick search box
        * src/mainwindow.c
        * src/prefs_common.[ch]
                Added a show/hide option for the quick search
2002-08-20 19:14:30 +00:00
Alfons Hoogervorst
36e71d98bc fix one of the earlier memleaks reported by Martin Kluge 2002-08-19 20:56:50 +00:00
Christoph Hohmann
7da726105e * src/folderview.c
* src/prefs_folder_item.h
* src/summaryview.[ch]
        o add summary_set_prefs_from_folderitem to set
          summaryview prefs (first step to remove all
          references to the folderitem in summaryview)
        o moved compiled regex stuff from folderitem prefs
          to summaryview code
2002-08-19 17:55:14 +00:00
Paul Mangan
6d79a76586 sync with 0.8.1cvs24 2002-08-16 09:34:01 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
93d70aaf96 sync with 0.8.1cvs19 2002-08-08 05:56:32 +00:00
Oliver Haertel
ed369df2c4 Custom Toolbar Final 2002-08-06 14:22:44 +00:00
Christoph Hohmann
6a88793610 * src/folder.c
don't free the cache of the opened
        folder in the summaryview
* src/summaryview.c
        don't unset flags, if it is not required
2002-08-01 20:50:31 +00:00
Alfons Hoogervorst
3677176f11 fix a brown paper bag bug, and also add some more checks 2002-07-25 18:38:48 +00:00
Christoph Hohmann
9281968016 * src/folderview.c
* src/mainwindow.c
* src/prefs_folder_item.c
* src/summaryview.[ch]
        remove no longer required parameter update_cache from
        summary_show
2002-07-25 12:21:11 +00:00
Alfons Hoogervorst
140c6773bb sort correctly when using simplified subject line
(closes feature request "[ 585141 ] applying regexp to subject
before sort" submitted by Alexandra Walford)
2002-07-24 19:48:55 +00:00
Christoph Hohmann
e9dc05fb7d * src/folder.c
* src/folder.h
* src/summaryview.c
* src/summaryview.h
* src/main.c
        o separate processing and summaryview
        o removed summary_write_cache from summaryview
        o removed summaryview->killed_messages, because we don't have
          to keep a list of killed messages anymore. New cache will
          keep the hidden messages in cache anyway
* src/folderview.c
* src/inc.c
* src/selective_download.c
        o removed unnecessary summary_write_cache calls
* src/procmsg.c
        o don't set ignore thread flag in procmsg_get_thread_tree
          if it is already set
* src/mainwindow.c
* src/statusbar.h
        o moved STATUSBAR_PUSH/POP to statusbar.h because
          they are used in different files
2002-07-23 18:18:21 +00:00
Christoph Hohmann
fbac25a7cd * src/mimeview.c
fix memory leak caused by wrong g_dirname usage
2002-07-22 11:16:42 +00:00
Christoph Hohmann
499b6df718 * src/summaryview.c
update new and unread message counts for summaryview
        summaryview does not get it from the folder anymore
        and has to update the values itself
2002-07-22 11:01:49 +00:00
Paul Mangan
40c544bffe fix sensitivity of 'Select thread' 2002-07-21 15:32:08 +00:00
Alfons Hoogervorst
2916ed989c sort message list when selecting unthread messages
(closes "[ 501593 ] switching threaded view doesn't sort"
reported by Simon Schubert)
2002-07-20 23:44:11 +00:00
Colin Leroy
ab23f9be6b remove forgotten debug 2002-07-15 23:58:29 +00:00
Colin Leroy
c892fc3c5b add the ability to select part of a text mime-part to reply. 2002-07-15 23:56:33 +00:00
Martin Schaaf
93546296bb correct display recipient on From... 2002-07-15 18:21:28 +00:00
Christoph Hohmann
96a33aa0a7 * src/summaryview.c
removed setting folder status from summaryview.
        folder.c should update all message counts correctly.
2002-07-15 10:07:34 +00:00
Martin Schaaf
f2f1bb36d4 add new ctree sorting code 2002-07-09 09:57:45 +00:00
Christoph Hohmann
8da5cfd6ba * major code cleanup (part 1)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment and
          && in || when suggested by gcc

* src/mh.c
* src/folder.c
        replaced direct calls to folder->scan_tree
        with folder_scan_tree and restore folder
        prefs in this function. The folder should
        not have to deal with them.
        ( Should now work for all folder types )
2002-07-02 19:49:11 +00:00
Christoph Hohmann
e5b3ae3bd0 * src/summaryview.c
fix "goto next/prev unread message" with
	ignored threads
2002-07-01 17:25:39 +00:00
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Paul Mangan
cd3d8c0f23 sync with 0.7.8cvs11 2002-06-28 09:58:50 +00:00
Paul Mangan
dbb26cf6e6 fix 'No more unread messages' persistant pop-up window bug 2002-06-25 15:24:58 +00:00
Paul Mangan
6430eb7f51 sync with 0.7.8cvs6 2002-06-25 09:20:06 +00:00
Paul Mangan
7834baa68c sync with 0.7.8 main 2002-06-17 10:02:21 +00:00
Alfons Hoogervorst
1a27ca8514 add init of score column lost in 0.7.6claws42 2002-06-12 21:49:06 +00:00
Alfons Hoogervorst
10e8855db1 perform a sync to bring in Hiro's separate view implementation 2002-06-11 21:46:03 +00:00
Colin Leroy
34145f0b8b Automatically find unread messages in current folder
before annoying the user.
2002-06-09 22:01:49 +00:00
Paul Mangan
7257db18e4 sync with 0.7.6cvs24 2002-06-05 06:25:18 +00:00
Paul Mangan
e4f3a8d10b sync with 0.7.6cvs21 2002-06-03 06:03:31 +00:00
Paul Mangan
95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Christoph Hohmann
d68e664d00 * src/summaryview.c
fix indentation of some code
* tools/Makefile.am
        fix spaces after \
2002-05-18 15:39:13 +00:00
Paul Mangan
d9a1109e41 sync with 0.7.6cvs8 2002-05-18 15:22:17 +00:00
Paul Mangan
643b95345a reverse last commit 2002-05-12 18:49:47 +00:00