Commit graph

183 commits

Author SHA1 Message Date
Colin Leroy
badfcb06af fix a typo 2002-11-08 17:39:59 +00:00
Colin Leroy
3dde1e11a3 stupido fixes his segfaults 2002-11-08 17:36:53 +00:00
Colin Leroy
124c0e5631 Fixes and optimization to folder dnd 2002-11-08 15:42:57 +00:00
Colin Leroy
bd15618b93 Change "Property" to "Properties" 2002-11-08 11:07:31 +00:00
Colin Leroy
2c4b979207 allow dropping a folder to a root folder
(rescanning optimisations for soon)
2002-11-07 14:22:31 +00:00
Colin Leroy
5856abfc59 just for the record 2002-11-07 01:59:01 +00:00
Colin Leroy
2d08f3c090 wow, a segfault hiding, waiting to bite 2002-11-07 01:03:29 +00:00
Colin Leroy
b77287980a select folder after moving it 2002-11-07 01:00:26 +00:00
Colin Leroy
5349fee78a folder dnd 2002-11-06 23:56:26 +00:00
Paul Mangan
3cfe5f39f8 sync with 0.8.5cvs17 2002-11-05 09:24:27 +00:00
Paul Mangan
d456393da2 remove main's 'filter' code 2002-10-31 13:06:34 +00:00
Martin Schaaf
5d4cb83ea0 changed get_abbrev_newsgroup_name() that it shortens ng names only so long the name is shorter than the length param 2002-10-23 07:44:28 +00:00
Alfons Hoogervorst
241037b042 * sync with main changes of 2002-10-08
- drop changes to src/compose.c (requires claws specific changes)
- drop changes to src/summaryview.c (requires changes to compose.c)
2002-10-13 16:30:48 +00:00
Alfons Hoogervorst
9fec726098 * sync with main changes of 2002-10-07 2002-10-13 15:43:22 +00:00
Colin Leroy
af584950d2 fix a bug after "check for new messages"; remove unnecessary check 2002-10-12 10:16:01 +00:00
Thorsten Maerz
9f6874ef38 remove rescan warning 2002-10-11 18:49:43 +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
Christoph Hohmann
a0a44d1840 * src/folder.[ch]
* src/folderview.c
* src/mainwindow.c
        fix new folder ghost message bug
        (closes bug [ 619722 ] wrong count for newly created folders)
2002-10-07 21:47:32 +00:00
Oliver Haertel
832a7fa446 custom toolbar: compose win final 2002-09-22 14:42:37 +00:00
Darko Koruga
3d5a616e8c Use normal style when creating new folders to pick proper font size. 2002-09-03 05:39:13 +00:00
Darko Koruga
1c0be4887f Copy Gtk style from normal style to match font size for coloured folders. 2002-08-30 05:25:45 +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
Darko Koruga
e41865ee16 Fix folder color so it works with GTK themes 2002-08-20 07:48:22 +00:00
Darko Koruga
4460d88d8b Don't use UI stuff in folder.h 2002-08-20 06:33:22 +00:00
Darko Koruga
beb483fefd Ability to set folder color in folderview 2002-08-20 05:56:32 +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
Oliver Haertel
ed369df2c4 Custom Toolbar Final 2002-08-06 14:22:44 +00:00
Christoph Hohmann
4ce8faafa0 * src/folderview.[ch]
* src/mainwindow.c
        replace "Rescan all folders..." with
        "Check all folders for new messages..."
2002-07-30 23:26:59 +00:00
Christoph Hohmann
c063763e1c * src/folder.c
* src/folderview.c
* src/imap.c
        fix imap folder rescanning
2002-07-25 23:00:59 +00:00
Christoph Hohmann
e309839874 * src/filter.c
* src/folder.[ch]
* src/folderview.c
* src/imap.[ch]
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
        implement imap uid cache and uid validity check
2002-07-25 21:09:10 +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
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
e9fc046e8b fix bug in last commit 2002-06-30 17:03:57 +00:00
Christoph Hohmann
340147c3f4 * src/folder.c
* src/folderview.c
* src/mh.c
* src/news.c
* src/procmsg.c
    fix broken folder tree rescaning
    and don't use procmsg_get_mark_sum
    anymore
2002-06-30 16:35:20 +00:00
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Paul Mangan
c1f142c05f sync with 0.7.8cvs5 2002-06-22 17:49:39 +00:00
Paul Mangan
6e7364537a sync with 0.7.6cvs25 2002-06-08 15:52:42 +00:00
Melvin Hadasht
4a450c703c src/folderview.c
Added missing filtering and scoring headers
	Fixed bad function call that showed garbage
	in Folder->Processing
2002-05-21 15:47:36 +00:00
Paul Mangan
20d157dd67 sync with 0.7.5cvs19 2002-05-11 08:10:09 +00:00
Paul Mangan
70c59eedb8 sync with 0.7.5cvs16 2002-05-10 07:32:09 +00:00
Paul Mangan
04b7021ac2 sync with 0.7.5cvs14 2002-05-09 06:36:14 +00:00
Paul Mangan
42dde711f4 sync with 0.7.4cvs 2002-04-28 10:31:35 +00:00
Paul Mangan
8c769be378 sync with 0.7.5cvs3 2002-04-23 07:23:52 +00:00
Alfons Hoogervorst
3fcaa1098f apply sync patch from Paul; use old claws prefs_folder_item_create() for now 2002-04-20 22:57:52 +00:00
Paul Mangan
03697f0cc1 sync with 0.7.4cvs24 2002-03-29 07:23:03 +00:00
Paul Mangan
a93ccdd7bc sync with 0.7.4cvs19 2002-03-26 07:41:19 +00:00
Paul Mangan
9e8038174f sync with 0.7.4cvs16 2002-03-23 09:35:55 +00:00
Paul Mangan
4e6edd2bea sync with sylpheed 0.7.4cvs8 2002-03-19 08:37:53 +00:00
Paul Mangan
818fa31f0c sync with sylpheed 0.7.4cvs6 2002-03-18 11:06:47 +00:00
Paul Mangan
328b1a1a41 clean up a little 2002-03-14 13:48:00 +00:00
Paul Mangan
99562e9626 add filter rename/delete on folder rename/delete 2002-03-14 12:28:39 +00:00
Paul Mangan
adbd55ae28 sync with sylpheed 0.7.3cvs4 2002-03-07 13:22:39 +00:00
Paul Mangan
0da21b000b sync with sylpheed 0.7.2cvs24 2002-03-03 09:32:58 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Paul Mangan
8deffded28 sync with sylpheed 0.7.2 2002-02-16 14:01:09 +00:00
Carsten Schurig
f4db624ed5 works on pixmap theming (most of this code is from Paul) 2002-02-12 21:57:15 +00:00
Carsten Schurig
f9403b921d Pixmap theme the 4th(?): a nasty bug hunted down 2002-02-11 21:24:26 +00:00
Carsten Schurig
4314cef5b6 Pixmap theming 2002-02-11 19:46:04 +00:00
Paul Mangan
de4a48998d sync with sylpheed 0.7.0cvs39 2002-02-08 10:07:11 +00:00
Paul Mangan
49e6b0f0fd sync with sylpheed 0.7.0cvs36 2002-02-06 10:17:44 +00:00
Paul Mangan
8709029819 sync with sylpheed 0.7.0cvs33 2002-02-05 13:27:32 +00:00
Paul Mangan
dc632b083d sync with sylpheed 0.7.0cvs19 2002-01-28 12:46:49 +00:00
Melvin Hadasht
591f3a6a20 Improved and fixed folder view 'Mark all read' 2002-01-26 11:03:43 +00:00
Paul Mangan
1e4e33a5b4 move 'Mark all read' to folder view menu 2002-01-26 08:34:33 +00:00
Alfons Hoogervorst
0d4e92f78c assimilate Ricardo's patch which displays unread/read pixmaps instead of text in column headers of folder view 2002-01-25 20:00:27 +00:00
Paul Mangan
475ebe0aee sync with sylpheed 0.7.0cvs15 2002-01-23 11:05:35 +00:00
Paul Mangan
773263a367 sync with sylpheed 0.7.0cvs12 2002-01-21 11:34:09 +00:00
Alfons Hoogervorst
005789a42d Sync with hiro's cvs 10 to 17. 2002-01-06 12:21:36 +00:00
Melvin Hadasht
4b53dfb5ad Made account selection when reediting queued message work again
Fixed bug where 'Enter' in a compose header entry will send message if 'CTL-Enter' is used as a send shortcut
2002-01-06 11:47:40 +00:00
Alfons Hoogervorst
3b5a4d5739 add and adapt Thomas Link's subject simplification patch 2001-12-23 14:30:06 +00:00
Alfons Hoogervorst
c0bceaf6c7 sync with 0.6.6hiro3-0.6.6hiro9 2001-12-22 00:30:32 +00:00
Carsten Schurig
c08758a3ed pressing CTRL while DND will copy the mail now 2001-12-21 08:51:54 +00:00
Carsten Schurig
08a4244c8f fixed the dnd bug reported by wwb hopefully 2001-12-14 19:31:14 +00:00
Paul Mangan
6fb59af520 improvement to 'Hide read messages' 2001-12-13 09:34:35 +00:00
Paul Mangan
55e5753fb3 fix sensitivity of 'Search folder...' 2001-12-12 11:54:46 +00:00
Paul Mangan
cb4603f724 enable ability to hide read messages 2001-12-11 15:06:46 +00:00
Alfons Hoogervorst
99b4f1c15e work around problem of not correctly updating folder stats when deleting
messages. there's some folder scanning evil going on so the
folderview_update_msg_num() does not work correctly. need to investigate this.
2001-12-08 16:09:56 +00:00
Hoà Viêt Dinh
279c1da346 bounce / processing 2001-11-29 23:55:49 +00:00
Paul Mangan
56ce7b2de2 sync with sylpheed 0.6.5cvs18 2001-11-27 07:46:42 +00:00
Hoà Viêt Dinh
a0ad446a95 processing mails in folder - you can define rules than will be executed when entering folder, currently the action can only be remove of move mails 2001-11-25 12:55:27 +00:00
Paul Mangan
69356befd1 sync with sylpheed 0.6.5cvs7 2001-11-16 10:44:43 +00:00
Hoà Viêt Dinh
5e9e150e17 allows creation of mbox folder item from any files. 2001-11-09 20:57:12 +00:00
Hoà Viêt Dinh
278b0f58a7 nickname bug / options disabled when on inbox 2001-11-03 17:13:22 +00:00
Christoph Hohmann
0b86b6635c error panel when a folder could not be created (closes bug #471080) 2001-10-27 16:53:38 +00:00
Hoà Viêt Dinh
2a51d1c61a news selection dialog box enhanced 2001-10-18 18:51:14 +00:00
Paul Mangan
ae49c6b181 sync with sylpheed 0.6.3cvs7 2001-10-17 09:25:12 +00:00
Paul Mangan
c18f13712f sync with sylpheed 0.6.3cvs6 2001-10-12 10:23:58 +00:00
Alfons Hoogervorst
19a2a24a84 auto-chango compose toolbar button depending on folder selection 2001-10-05 19:10:51 +00:00
Darko Koruga
be61363c21 Refresh target foldor colour when changed in preferences. 2001-09-14 07:34:03 +00:00
Paul Mangan
28b049672b sync with sylpheed 0.6.1cvs6 2001-09-13 13:38:32 +00:00
Darko Koruga
ca6c87e28a Fix target folder colourization to use user selected colour. 2001-09-13 05:56:02 +00:00
Alfons Hoogervorst
fe166f8ef9 fix trash folder font using default folder font (lost in merge) 2001-09-08 23:09:35 +00:00
Paul Mangan
6dcfe524db sync with sylpheed 0.5.3cvs4 2001-08-22 10:58:38 +00:00
Paul Mangan
6466fe259c reverse previous changes 2001-08-21 14:29:15 +00:00
Paul Mangan
7b60e51c62 clean up after 0.5.3 sync 2001-08-21 11:37:22 +00:00
Paul Mangan
da9979afdd fix target folder colorization 2001-08-17 07:49:49 +00:00