Commit graph

50 commits

Author SHA1 Message Date
Christoph Hohmann
c53e37da61 0.9.4claws11
* src/gtk/Makefile.am
* src/gtk/colorsel.[ch]                 ** NEW **
        create a color selection dialog that can be used as a simple
        function call with it's own gtk main loop like filesel.[ch]

* src/Makefile.am
* src/main.c
* src/prefs_common.c
* src/prefs_spelling.[ch]               ** NEW **
* src/prefs_spelling.glade              ** NEW **
* src/gtk/gtkutils.[ch]
        move "Spell Checker" prefs to new prefs dialog

* src/prefs_folder_item.c
        use new colorsel dialog
2003-08-09 01:11:53 +00:00
Paul Mangan
12729a036f remove duplicated code 2003-07-29 15:43:10 +00:00
Paul Mangan
d38d821187 split the folder prefs into 2 separate pages 2003-07-29 13:07:59 +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
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
7a35c3b234 * src/prefs_folder_item.c
reinit "legacy" tmp_prefs, so we don't free nor use invalid
	string pointers
2003-07-19 17:55:11 +00:00
Christoph Hohmann
475d578702 0.8.8claws63
* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
        o remove all folder update triggering from the UI code. The folder
          system should know much better when a folder needs an update.
        o to prevent multiple updates in a row the folder updates can be
          frozen for some time.

	Note: - Please verify that no updates are missing
	      - Check where freeze/thaws should be added
2003-01-07 21:49:44 +00:00
Christoph Hohmann
6b0ed0c163 0.8.7claws8
* src/Makefile.am
* src/account.[ch]
* src/addrbook.c
* src/addressbook.c
* src/addrindex.c
* src/filtering.c
* src/folder.c
* src/matcher.c
* src/prefs.[ch]                ** REMOVE **
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_gtk.[ch]            ** NEW **
* src/prefs_matcher.c
* src/prefs_scoring.c
* src/prefs_summary_column.c
* src/procmime.c
* src/selective_download.c
* src/toolbar.c
* src/common/Makefile.am
* src/common/prefs.[ch]		** NEW **
        split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2002-12-25 13:46:41 +00:00
Paul Mangan
317a937333 improve the English in the GUI 2002-11-27 17:41:38 +00:00
Colin Leroy
fd37302e57 Fix hanging after viewing properties 2002-11-10 16:37:00 +00:00
Christoph Hohmann
042de6ca14 * src/compose.c
* src/folder.[ch]
* src/folderview.[ch]
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
        implement a callback system for folder item updates
2002-11-09 16:35:13 +00:00
Colin Leroy
cd0144b450 remove outdated comment 2002-11-09 13:28:35 +00:00
Colin Leroy
ae75ac2b18 copy scoring when moving a folder
yeah, all done :)
2002-11-08 21:17:39 +00:00
Colin Leroy
8cc60e4d0c fix a segfault when move fails
fix forgetting folder's processing rules
2002-11-08 20:29:43 +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
Thorsten Maerz
6eec321af6 add default_reply_to folder option (closes patch 581044) 2002-09-29 16:08:20 +00:00
Christoph Hohmann
f9cd38ada5 * src/prefs_common.c
* src/prefs_folder_item.c
* src/prefs_scoring.c
        Renamed "kill score" to "hide score" in GUI
        and prefs files
2002-09-25 21:19:01 +00:00
Paul Mangan
74d0728b3e re-align colour selector button 2002-09-19 11:00:19 +00:00
Paul Mangan
ce7adb4d91 fix alignment of colour selector in folder properties 2002-08-21 09:26:56 +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
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
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
Alfons Hoogervorst
aa37ff008c fix persistence of folder sort mode (broken by adapting Hiro's new folder persistence code) 2002-06-16 18:16:57 +00:00
Colin Leroy
023bf1622d Fixed cosmetics bugs due to Outbox renamed to Sent. 2002-05-02 10:28:07 +00:00
Hoà Viêt Dinh
693d7da0cb bugfix #516442 2002-03-26 19:13:49 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Melvin Hadasht
d922636728 Added missing include in prefs_folder_item.c
Updated fr.po
2002-02-13 16:05:06 +00:00
Christoph Hohmann
4c55c79ca5 * src/prefs.h
set sensitivity in SET_TOGGLE_SENSITIVITY macro from
	toggle widget, because non static prefs can not use
	prefs_set_* functions
* src/prefs_account.c
        toggle smtp auth password field sensitivity if
        user id is empty and add descrition of usage for
        these fields
* src/prefs_folder_item.c
        use SET_TOGGLE_SENSITIVITY macro to instead of extra
        callbacks
2002-01-11 15:01:47 +00:00
Melvin Hadasht
c2edb1eb87 Fixed bugs:
Subject simplification's summaryview bug
Spell checker and undo/redo interaction
Improvements:
CTL-ENTER possible for message sending
Subject simplification does not update cache anymore
Added option for default suggestion mode in general preferences
2002-01-02 21:45:26 +00:00
Alfons Hoogervorst
a3403e5a82 make default to address in folder property dialog really use address completion 2001-12-24 17:40:43 +00:00
Alfons Hoogervorst
3b5a4d5739 add and adapt Thomas Link's subject simplification patch 2001-12-23 14:30:06 +00:00
Christoph Hohmann
9465e8ab61 implement saving of outgoing messages to current folder.
fix segfault when no default outbox is available (closes bug #495683)
2001-12-21 13:20:11 +00:00
Christoph Hohmann
39939eaa26 fixed mess in account settings dialog
added label with folder path to folder property dialog
2001-11-01 20:00:42 +00:00
Christoph Hohmann
dc0f3b6675 Fixed wrong german translation
applied wwp <subscript@free.fr>'s folder default account patch
2001-10-14 22:24:42 +00:00
Christoph Hohmann
b66133f117 using table for widget alignment, fixed memory leak and broken octal display in folder item prefs 2001-10-10 11:52:10 +00:00
Alfons Hoogervorst
189ea5682d more plumbing in Hoa's code (can't wait to have all these settings moved into folderlist.xml) 2001-09-24 18:41:31 +00:00
Alfons Hoogervorst
7e48c3731a More plumbing: migrating request return receipt folder setting to folderlist.xml 2001-09-23 01:19:22 +00:00
Paul Mangan
daffaa2a3c sync with sylpheed 0.5.3 release 2001-08-16 11:28:10 +00:00
Darko Koruga
a901cc4967 Shared folders support with a GUI. 2001-07-30 05:49:36 +00:00
Christoph Hohmann
dd0b8db207 preferences for folder items 2001-07-24 20:30:26 +00:00
Hoà Viêt Dinh
e5eae87fed queue notification / run a command when filtering and match with a command 2001-06-04 10:14:21 +00:00
Hoà Viêt Dinh
229e99ff7d kill score / folder scoring / buf fixed for local account prefs 2001-06-01 11:06:33 +00:00
Hoà Viêt Dinh
5918d23465 mbox folder / fix for filtering 2001-05-23 12:08:40 +00:00
Hoà Viêt Dinh
ae706ee0f7 new filtering action : forward - some fixes 2001-05-18 03:39:01 +00:00
Hoà Viêt Dinh
c898071965 Return-Receipt-To header / changes in matcher / better score sorting 2001-05-12 15:52:47 +00:00
Sergey Vlasov
7a08e502ed Fixed some compilation problems and warnings. 2001-05-12 09:20:02 +00:00
Hoà Viêt Dinh
52467e64f1 dialog box for matching and some other changes 2001-05-08 14:25:21 +00:00
Hoà Viêt Dinh
3c4c27b16a scoring / expression matcher 2001-05-06 04:27:28 +00:00