Commit graph

392 commits

Author SHA1 Message Date
Paul Mangan
b3782f71d3 sync with 0.9.4cvs7 2003-08-21 08:45:43 +00:00
Alfons Hoogervorst
c99cda9bd7 * src/summaryview.c
make `Select All' sensitive too
2003-08-10 21:06:11 +00:00
Paul Mangan
82f10485ef sync with 0.9.4cvs4 2003-08-08 09:04:41 +00:00
Paul Mangan
797e8af305 sync with 0.9.4cvs3 2003-08-05 09:01:01 +00:00
Alfons Hoogervorst
201fba59e0 * src/summaryview.c
mark flag has precedence over important flag - seems
	to have been changed in sync of 0.9.3claws45. this fixes
	a regression where messages that were scored as important
	don't show their mark flags. (using the same column for
	both importance as mark flags is the real problem
	ofcourse)
2003-08-03 10:36:02 +00:00
Darko Koruga
54ba17e56f Make summaryview compile again. 2003-07-30 05:55:18 +00:00
Luke Plant
ad90c72386 * src/summaryview.c
o rewrote menu sensitivity code as per mainwindow.c, fixing bug 227
2003-07-30 01:13:23 +00:00
Christoph Hohmann
405beb615b 0.9.3claws55
* src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
        add support for copy function that copy multiple messages
        (not implemented yet)

* src/summaryview.c
        add missing return value
2003-07-26 17:01:47 +00:00
Christoph Hohmann
ffdbb7eb6e 0.9.3claws45
* sync with 0.9.3cvs14 (incomplete)
        see ChangeLog 2003-07-17
2003-07-23 14:51:47 +00:00
Alfons Hoogervorst
ca860c40c4 * src/summaryview.c
shift-space scrolls up
2003-07-22 21:36:48 +00:00
Christoph Hohmann
a4ff7ed49e 0.9.3claws34
* src/Makefile.am
* src/account.c
* src/folder.[ch]
* src/folder_item_prefs.[ch]            ** NEW **
* src/folderview.c
* src/mainwindow.c
* src/mh.c
* src/prefs_gtk.c
* src/prefs_scoring.c
* src/summaryview.c
* src/prefs_folder_item.[ch]
        o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
          Properties dialog
        o use prefswindow for folder properties

* src/gtk/prefswindow.[ch]
        change implementation to use an invisible notebook instead
        of unparenting widgets
2003-07-20 01:15:54 +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
dbbee5c57b * src/summaryview.c
correct summary_toggle_pressed() signature and make sure
	signal is not passed on
2003-07-13 12:16:14 +00:00
Alfons Hoogervorst
5324d6e041 * src/summaryview.c
o for now don't pass on keys when they we're handled by
          ctree::key_press_event
        o clean up
2003-07-13 10:25:47 +00:00
Alfons Hoogervorst
8d2155d7a7 * src/summaryview.c
summary_searchbar_pressed() should return TRUE to signal that
	event was handled. when returning void, the return value passed
	to GTK is actually random, but maybe FALSE, in which case the
	event is handled by parent
2003-07-11 10:49:18 +00:00
Christoph Hohmann
b26e36a65b 0.9.0claws61
* src/addr_compl.[ch]
        * src/addrindex.[ch]
        * src/folderview.c
        * src/inc.c
        * src/news.c
        * src/summaryview.c
        * src/toolbar.c
                fix warnings
2003-06-25 21:06:40 +00:00
Alfons Hoogervorst
7ebd91c8d8 * src/summaryview.c
quiet little compiler
2003-06-21 18:20:54 +00:00
Alfons Hoogervorst
4912b4006b * AUTHORS
add Martin Wicke
* src/action.c
* src/messageview.[ch]
* src/summaryview.c
	apply patch #754162 "Quoting messages filtered by actions" submitted
	by Martin Wicke, which allows quoting message body changed by an
	action (Thanks!).
2003-06-14 13:36:28 +00:00
Alfons Hoogervorst
a738de9b05 * src/mimeview.c
* src/summaryview.c
	make it compile again because of regex.h / fnmatch.h
	include problems (related to recent mime stuff, can
	someone check this?)
2003-06-06 21:11:42 +00:00
Paul Mangan
56e36fa87b sync with 0.9.0cvs7 2003-05-22 07:05:49 +00:00
Paul Mangan
01c581b037 fix discrepency between open_unread_on_enter and always_show_msg 2003-05-21 16:43:55 +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
015f46648a sync with 0.8.11cvs43 2003-05-09 08:21:45 +00:00
Paul Mangan
21aa5157ab revert match's changes to (finally) remove the bug where opening a folder causes massive slowdown when using the 'Display sender using address book' option 2003-05-02 13:20:50 +00:00
Paul Mangan
6842a344a3 sync with 0.8.11cvs31 2003-04-22 13:53:19 +00:00
Paul Mangan
444b506bf3 remove 'Open next message on deletion' option 2003-04-17 22:36:18 +00:00
Paul Mangan
bc62d5abfe add common prefs option '/Interface/Open next message on deletion' 2003-04-15 20:47:05 +00:00
Paul Mangan
5a7f569486 add Lock/Unlock to summary view popup menu 2003-04-15 20:00:23 +00:00
Paul Mangan
cb3d0f7bd4 sync with 0.8.11cvs20 2003-04-08 09:48:12 +00:00
Christoph Hohmann
c58e92dbf7 0.8.11claws70
* src/folder.[ch]
* src/imap.[ch]
* src/mbox_folder.[ch]
* src/mh.[ch]
* src/news.[ch]
        o Make all virtual folder functions private
        o remove unused folder code

* src/common/socket.[ch]
* src/summaryview.c
        fix warnings
2003-04-02 15:33:25 +00:00
Christoph Hohmann
bd6aa0c4da 0.8.11claws60
* src/folder.c
* src/imap.c
* src/common/socket.[ch]
        set socket state to DISCONNECTED when any operation
        fails to allow reconnecting in IMAP code without
        checking the return code of all calls to the command
        functions

* src/folderview.c
* src/summaryview.c
        remove some more stuff that depends on specific
        folder types
2003-03-27 21:52:32 +00:00
Match Grun
c4e5c7a9ea Enable address search. 2003-03-19 23:16:26 +00:00
Christoph Hohmann
cad8990b0d 0.8.11claws25
* src/folder.c
* src/procmsg.c
* src/summaryview.c
        unset NEW and UNREAD flags when message is ignored, to make
        sure messages don't show up as unread on other IMAP clients,
        because the IGNORE_THREAD flag can not be syncronized through
        the IMAP folder
2003-03-18 16:21:19 +00:00
Christoph Hohmann
7c19cc4ca0 0.8.11claws12
* src/folder.[ch]
        o error return code's should better be negative
        o replace printf with debug_print

* src/imap.c
        improve IMAP folder scan by checking UID-NEXT

* src/summaryview.c
        remove check that are unnecessary in my opinion
2003-03-14 01:38:17 +00:00
Christoph Hohmann
c695434ff8 0.8.11claws11
* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/summaryview.c
        use a common function to get a displayable name
        for a FolderItem
2003-03-13 21:21:39 +00:00
Christoph Hohmann
db37c9c749 0.8.11claws1
* src/account.c
* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/procmsg.c
* src/setup.c
* src/summaryview.c
        initial restructuring of folder system, seperating
        folders and folder classes
2003-03-12 15:40:51 +00:00
Paul Mangan
046d14ca0e sync with 0.8.11cvs2 2003-03-10 09:54:40 +00:00
Christoph Hohmann
f0583e3c51 0.8.10claws86
* src/summaryview.c
        check if "From" matches any account's address if
        addressbook completion of addresses is disabled too

(closes Bug 70 "Display recipient in from" doesn't check
 folder's default account)
2003-03-05 21:20:49 +00:00
Christoph Hohmann
b8a1e62482 0.8.10claws77
* src/summaryview.c
* src/common/utils.c
        fix segfault when opening the root news folder
2003-03-03 21:06:56 +00:00
Oliver Haertel
145c8d84b6 toolbar reply refactoring: part 1 2003-03-03 19:03:23 +00:00
Oliver Haertel
3eb52c2c14 fix bugs introduced while fixing messageview reply 2003-03-01 09:47:13 +00:00
Oliver Haertel
008d9f587b fix messageview toolbar reply 2003-02-28 21:34:56 +00:00
Alfons Hoogervorst
4524272399 * src/summaryview.c
also wait cursor when deleting files
2003-02-23 20:55:37 +00:00
Christoph Hohmann
e5851670ef 0.8.10claws44
* src/summaryview.c
        fix spelling of "label" ;-)
2003-02-22 14:19:01 +00:00
Alfons Hoogervorst
42fdedc5cc * src/summaryview.c
freeze/thaw folder item updates when changing color labels,
	and put a wait cursors on
2003-02-22 12:00:29 +00:00
Colin Leroy
fe8db62477 src/summaryview.c
Freeze/thaw folderItem updates when filtering messages
 via Tools/Filter messages
VS: ----------------------------------------------------------------------
2003-02-21 16:51:58 +00:00
Paul Mangan
5201ffa9b8 sync with 0.8.10cvs17 2003-02-21 07:55:23 +00:00
Paul Mangan
73e2c09783 fix 'Follow-up and Reply-to' 2003-02-13 13:25:31 +00:00
Colin Leroy
1d8cc742ef option to disable threading by subject 2003-02-04 20:57:27 +00:00
Paul Mangan
c7d8ec7f43 indicate GnuPG signed messages by displaying an icon in the Attachment column 2003-01-31 15:55:56 +00:00