Commit graph

152 commits

Author SHA1 Message Date
Christoph Hohmann 2df0a75cdb * major code cleanup (part 2)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment
	  when suggested by gcc
2002-09-29 13:43:33 +00:00
Paul Mangan 1490406429 sync with 0.8.3cvs7 2002-09-26 10:26:16 +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
Colin Leroy 0c618cd30f * src/prefs_common.[ch]
Add a preference to display send dialog or not
	* src/send.c
		Display send dialog according to preference
2002-09-24 12:11:27 +00:00
Paul Mangan a1f9bb9505 sync with 0.8.2cvs11 2002-09-06 09:56:18 +00:00
Paul Mangan ebee082c1a sync with 0.8.2cvs10 2002-09-06 07:38:22 +00:00
Colin Leroy d7de89290a add signature color configuration 2002-09-04 07:34:15 +00:00
Colin Leroy 2b27e5b818 added autosave 2002-09-03 16:15:17 +00:00
Paul Mangan a275ff052c sync with 0.8.2cvs5 2002-08-29 09:13:53 +00:00
Melvin Hadasht 1535fa78e6 merged GNU_aspell_branch 2002-08-28 13:04:15 +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
Paul Mangan c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Melvin Hadasht a67bcb7852 Made some debug info not translatable and few code cleanups 2002-08-14 13:15:46 +00:00
Paul Mangan 2f14e08b53 rename 'Pixmap' to 'Icon' throughout UI 2002-08-11 08:04:36 +00:00
Paul Mangan 8bd1d905d6 sync with 0.8.1cvs21 2002-08-09 08:16:29 +00:00
Paul Mangan f5ae4e4c28 sync with 0.8.1cvs14 2002-08-06 10:12:36 +00:00
Paul Mangan abbd7a7a3c sync with 0.8.1cvs12 2002-08-06 08:38:29 +00:00
Paul Mangan 3376d1e5d9 sync with 0.8.0cvs3 2002-07-24 16:47:21 +00:00
Melvin Hadasht 481bfef8a0 Fix some memory leaks 2002-07-23 17:17:28 +00:00
Alfons Hoogervorst 6f47472eb0 remove option "Send return receipt on request" 2002-07-21 20:33:46 +00:00
Paul Mangan 09b45efc05 add browser command line for galeon 2002-07-21 08:14:12 +00:00
Melvin Hadasht 292529e620 * src/selective_download.[ch]
Fixed bug where closing the dialog with the window manager's
	close button will not unlock the summary
	Corrected some function declarations that missed a return value
	Made the source code comply better with coding style.
* src/prefs_common.c
	Added a new browser command line for Mozilla.
2002-07-19 08:45:10 +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
Paul Mangan 7d2a5c9135 sync with 0.7.8cvs13 2002-07-02 09:41:25 +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 19ddf31c2e sync with 0.7.8cvs7 2002-06-26 06:48:01 +00:00
Paul Mangan c1f142c05f sync with 0.7.8cvs5 2002-06-22 17:49:39 +00:00
Alfons Hoogervorst 62b7fa5926 control size of log text in log window; closes patch #569155 submitted by Mitko Haralanov. 2002-06-16 00:16:34 +00:00
Melvin Hadasht c341e8d1af po/POTFILES.in
Added src/string_match.c
src/string_match.c
	Fixed possible buffer overflow.
	Corrected typo.
	Added missing config.h header.
src/prefs_common.c
src/prefs_matcher.c
src/prefs_scoring.c
	Made some strings translatable (missing _(..)).
2002-06-13 12:06:35 +00:00
Melvin Hadasht 7bdbf6e5a3 README.claws
Corrected action example (verifying clearsigned mail).
src/prefs_account.c
	Corrected typo.
src/prefs_common.c
	Removed incorrect line that generated a Gtk-CRITICAL msg.
2002-06-13 08:39:05 +00:00
Paul Mangan 95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Paul Mangan 3cb26a1e52 sync with 0.7.6cvs13 2002-05-22 18:42:55 +00:00
Paul Mangan c33e894f45 sync with 0.7.5cvs20 2002-05-12 06:56:28 +00:00
Paul Mangan 70c59eedb8 sync with 0.7.5cvs16 2002-05-10 07:32:09 +00:00
Sergey Vlasov eff84b3d8d Use charset name "Windows-1251" instead of "CP1251". 2002-05-02 16:47:21 +00:00
Colin Leroy 023bf1622d Fixed cosmetics bugs due to Outbox renamed to Sent. 2002-05-02 10:28:07 +00:00
Colin Leroy 29d914c21b Added user-definable quotation characters recognition. 2002-04-28 20:43:24 +00:00
Colin Leroy ac0e581cde Added work offline availability. 2002-04-21 12:11:43 +00:00
Colin Leroy c6aabb3add Added "automatically display images" option. 2002-04-21 11:27:07 +00:00
Paul Mangan 249bb0f014 enable storing of GnuPG passphrase 2002-04-13 10:21:38 +00:00
Hoà Viêt Dinh cac95a6102 fix bug #516442, two bounce behaviours 2002-03-25 22:41:55 +00:00
Paul Mangan 040b405807 re-arrange the common prefs compose tab 2002-03-24 10:30:59 +00:00
Paul Mangan 731597b0ba renamed: 'Tools', move 'delete duplicate' to 'Tools', re-arrange 'Tools' menu 2002-03-22 10:13:37 +00:00
Christoph Hohmann db7fb143a3 * src/procmsg.c
* src/send.c
        fix local delivery
        (patch submitted by "Simon 'corecode' Schubert")
* src/prefs_common.c
* src/procmsg.c
        fix gcc 3.0 warning
2002-03-14 11:38:12 +00:00
Paul Mangan 3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Paul Mangan adbd55ae28 sync with sylpheed 0.7.3cvs4 2002-03-07 13:22:39 +00:00
Melvin Hadasht b2347ebfd7 Added user definable notification on new mail arrival. 2002-03-02 20:05:13 +00:00
Paul Mangan 24174b5f1c sync with sylpheed 0.7.2cvs21 2002-02-28 10:06:43 +00:00
Alfons Hoogervorst 4a0e21ab4f add presets for Opera and Konqueror, closes patch #517261, submitted by Ville Skyttä <scop@users.sourceforge.net> 2002-02-24 13:24:19 +00:00