Commit graph

138 commits

Author SHA1 Message Date
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
Paul Mangan caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Christoph Hohmann ff0896b7ef * src/Makefile.am
added quote_fmt.c
* src/prefs_common.[ch]
* src/prefs_template.c
* src/quote_fmt.c               *** NEW FILE ***
* src/quote_fmt.h
        move quote format symbol description code
        to it's own file because it is used from
        differnent code parts
        Rewrote symbol description GUI
          + use table
          + add separators
          + get data from array (no more long constant strings)
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
        Symbol for Literal % changed to \% instead of %%
        (More logical as \ is used for quoting for other symbols)
        Add |f and |p to include files and program output
        Examples:
            |f{/home/.../.signature}
            |p{date}
* po/de.po
        Correct wrong spelling for "Referenzen"
2002-02-22 03:08:20 +00:00
Melvin Hadasht aaad8b99b1 Added PSPELL_PATH configuration macro 2002-02-17 20:04:13 +00:00
Carsten Schurig 8e6e2657fb bug fixes for pixmap theming related code 2002-02-16 15:50:38 +00:00
Paul Mangan 00cafee47a sync with sylpheed 0.7.1cvs8 2002-02-14 15:28:02 +00:00
Carsten Schurig f4db624ed5 works on pixmap theming (most of this code is from Paul) 2002-02-12 21:57:15 +00:00
Alfons Hoogervorst 5b8519f3a9 plug mem leaks in stock pixmap code, and refactor code a tiny little bit 2002-02-12 20:58:47 +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
Melvin Hadasht 7ca5f14a24 Made possible fast switching with last dictionary. 2002-02-06 23:11:35 +00:00
Paul Mangan 49e6b0f0fd sync with sylpheed 0.7.0cvs36 2002-02-06 10:17:44 +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 0497ada863 sync with sylpheed 0.7.0cvs24 2002-01-30 09:24:31 +00:00