Commit graph

73 commits

Author SHA1 Message Date
Colin Leroy
b6d0325736 2005-01-19 [colin] 1.0.0cvs2.1
* src/mbox.c
	* src/mbox.h
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Sync with HEAD
2005-01-19 10:53:22 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
2fcc6f1f56 sync with 0.9.10claws67 HEAD 2004-05-22 07:27:30 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Paul Mangan
82f10485ef sync with 0.9.4cvs4 2003-08-08 09:04:41 +00:00
Christoph Hohmann
44a772b9f2 0.9.3claws33
* src/compose.h
* src/folder.c
* src/folderview.h
* src/headerview.h
* src/prefs_filtering.h
* src/prefs_folder_item.[ch]
* src/procmime.h
* src/procmsg.h
* src/summaryview.h
        clean up header mess
	(always use 1. typedefs, 2. #includes, 3. structures)

* src/common/version.h.in
        add casts for constants

* src/plugins/demo/demo.c
        fix typo

* src/plugins/spamassassin/spamassassin.c
        remove unused variable
2003-07-19 22:36:53 +00:00
Alfons Hoogervorst
518a0ea9a5 * src/folderview.[ch]
* src/summaryview.[ch]
* src/mimeview.[ch]
	plug DnD leaks
2003-07-17 08:39:41 +00:00
Alfons Hoogervorst
30050d26d7 * src/prefs_toolbar.[ch]
* src/summaryview.[ch]
* src/toolbar.[ch]
	change misleading text in toolbar prefs;
	add toolbar action for ignore thread (toggles ignore thread flag);
	clean up a little bit;
2003-05-13 11:15:22 +00:00
Paul Mangan
6842a344a3 sync with 0.8.11cvs31 2003-04-22 13:53:19 +00:00
Paul Mangan
5a7f569486 add Lock/Unlock to summary view popup menu 2003-04-15 20:00:23 +00:00
Oliver Haertel
145c8d84b6 toolbar reply refactoring: part 1 2003-03-03 19:03:23 +00:00
Oliver Haertel
008d9f587b fix messageview toolbar reply 2003-02-28 21:34:56 +00:00
Paul Mangan
15b3953f2f rename the 'Unread' column to 'Status' 2003-01-26 12:56:56 +00:00
Paul Mangan
7c28607819 re-implement per-folder message threading 2003-01-25 01:30:03 +00:00
Christoph Hohmann
cd2e20e644 0.8.8claws58
* src/quote_fmt.c
* src/summaryview.[ch]
* src/gtk/Makefile.am
* src/gtk/description_window.[ch]       ** NEW **
        use a generic window to display syntax descriptions
        currently used in quote_fmt and summaryview (new description
        for extended quick search)

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2003-01-06 21:16:17 +00:00
Colin Leroy
ac3b5f02d5 Visual feedback when there are unread answers to marked mails 2002-11-25 15:38:06 +00:00
Colin Leroy
1120a3a374 Add S_SEARCH_EXTENDED to the quick search, which
allows to search using filtering syntax.
2002-11-25 15:04:52 +00:00
Colin Leroy
8d01a63f07 Callback system for MsgInfo (better fix for updating the summaryview
after sending a mail)
2002-11-15 14:04:35 +00:00
Paul Mangan
d456393da2 remove main's 'filter' code 2002-10-31 13:06:34 +00:00
Christoph Hohmann
45a0ef8b0a * config/.cvsignore
added Makefile
* src/filtering.[ch]
* src/folder.[ch]
* src/folderview.[ch]
* src/import.c
* src/inc.[ch]
* src/mbox.[ch]
* src/procmsg.c
* src/summaryview.[ch]
        o added new flag need_update to FolderItem
        o removed folder_table from various functions from tracking
          folder updates
        o set need_update flags in folder.c's move, copy and delete
          functions and procmsg's flags functions
        o added function folderview_update_items_when_required that
          updates all folders with need_update set
        o call folderview_update_items_when_required instead of
          folderview_update_item_foreach
2002-10-10 18:21:11 +00:00
Colin Leroy
f4920f040b online, offline and quicksearch pixmaps follow theme changes 2002-09-29 21:46:05 +00:00
Paul Mangan
a0a21d184b sync with 0.8.3cvs4 2002-09-20 22:22:19 +00:00
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
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
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
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
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
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
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
Paul Mangan
6430eb7f51 sync with 0.7.8cvs6 2002-06-25 09:20: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
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
d9a1109e41 sync with 0.7.6cvs8 2002-05-18 15:22:17 +00:00
Match Grun
6480901bae Address harvest recurse folders. 2002-04-20 03:35:55 +00:00
Match Grun
7bc072a886 Improve address parsing. 2002-04-08 03:51:28 +00:00
Paul Mangan
7f5e2f5dc4 sync with 0.7.4cvs26 2002-04-02 08:02:57 +00:00
Paul Mangan
d44c4c0567 add ability to 'Select thread' 2002-02-28 11:58:02 +00:00
Paul Mangan
be894e2b33 sync with sylpheed 0.7.1cvs9 2002-02-15 09:26:31 +00:00
Paul Mangan
00cafee47a sync with sylpheed 0.7.1cvs8 2002-02-14 15:28:02 +00:00
Carsten Schurig
4314cef5b6 Pixmap theming 2002-02-11 19:46:04 +00:00
Paul Mangan
8709029819 sync with sylpheed 0.7.0cvs33 2002-02-05 13:27:32 +00:00
Paul Mangan
f317843090 sync with sylpheed 0.7.0cvs30 2002-02-04 09:56:44 +00:00
Paul Mangan
0b005259bc sync with sylpheed 0.7.0cvs27 2002-01-31 11:15:55 +00:00
Paul Mangan
773263a367 sync with sylpheed 0.7.0cvs12 2002-01-21 11:34:09 +00:00
Carsten Schurig
f1b57f6773 mainly changes for the hardcoded shortcuts again 2002-01-21 10:54:32 +00:00
Paul Mangan
cb4603f724 enable ability to hide read messages 2001-12-11 15:06:46 +00:00
Alfons Hoogervorst
ab96e80bc0 rever to filter from inbox approach 2001-11-25 13:47:45 +00:00