Commit graph

66 commits

Author SHA1 Message Date
Paul Mangan
abbd7a7a3c sync with 0.8.1cvs12 2002-08-06 08:38:29 +00:00
Alfons Hoogervorst
6f47472eb0 remove option "Send return receipt on request" 2002-07-21 20:33:46 +00:00
Paul Mangan
489aaa057d sync with 0.7.8cvs19 2002-07-06 06:48:23 +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
Paul Mangan
95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Paul Mangan
70c59eedb8 sync with 0.7.5cvs16 2002-05-10 07:32:09 +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
Melvin Hadasht
b2347ebfd7 Added user definable notification on new mail arrival. 2002-03-02 20:05:13 +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
Carsten Schurig
4314cef5b6 Pixmap theming 2002-02-11 19:46:04 +00:00
Melvin Hadasht
7ca5f14a24 Made possible fast switching with last dictionary. 2002-02-06 23:11:35 +00:00
Melvin Hadasht
24e6575f2b Added user definable actions on message body/file 2002-02-06 11:15:31 +00:00
Melvin Hadasht
5a0e10bd09 Made spelling more friendly 2002-01-28 23:00:53 +00:00
Paul Mangan
dc632b083d sync with sylpheed 0.7.0cvs19 2002-01-28 12:46:49 +00:00
Alfons Hoogervorst
fb1570818b bring in Simon Schubert's general GPG clean up patch 2002-01-08 19:50:20 +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
Melvin Hadasht
f66ac40e3b fixed bug about foreground color used by the spell checker.
made misspelled word color configurable.
2001-12-30 13:05:53 +00:00
Paul Mangan
7fb58ff5cc make undo levels user-configuarable 2001-12-16 13:34:13 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Christoph Hohmann
a8e0a4ded5 init some pointers that possibly caused a segfault reported in the claws-users ML 2001-11-04 14:51:34 +00:00
Paul Mangan
465e334efb sync with sylpheed 0.6.4 release 2001-10-22 08:42:36 +00:00
Paul Mangan
ac85752fa0 enable ascii-armored gpg messages 2001-10-12 11:39:02 +00:00
Alfons Hoogervorst
fa4375d60c add block cursor 2001-10-02 18:45:45 +00:00
Paul Mangan
c40e66153c configure 'go to next folder' dialog 2001-09-25 11:50:09 +00:00
Melvin Hadasht
3212ccea38 changed 'dictionary_path' to 'dictionary' to be consistent 2001-09-21 19:02:44 +00:00
Melvin Hadasht
c5f61a7ba9 added initial pspell support 2001-09-18 16:43:10 +00:00
Paul Mangan
28b049672b sync with sylpheed 0.6.1cvs6 2001-09-13 13:38:32 +00:00
Paul Mangan
97225d3545 sync with sylpheed 0.6.0 release 2001-08-30 12:59:38 +00:00
Paul Mangan
63359dab79 enhanced account selection on replies 2001-08-30 10:51:36 +00:00
Paul Mangan
6dcfe524db sync with sylpheed 0.5.3cvs4 2001-08-22 10:58:38 +00:00
Paul Mangan
daffaa2a3c sync with sylpheed 0.5.3 release 2001-08-16 11:28:10 +00:00
Alfons Hoogervorst
6de30e7182 add global setting stuff for spelling checker; 'nother 20% done 2001-07-31 17:33:35 +00:00
Darko Koruga
ef6fa97f0e Target folder colourization. 2001-07-31 06:17:48 +00:00
Alfons Hoogervorst
a00bb214e2 sync with 0.5.1cvs4 2001-07-25 22:13:17 +00:00
Alfons Hoogervorst
44c4338f3d made smart wrapping an option 2001-07-09 20:14:59 +00:00
Christoph Hohmann
7ce35aeed6 mail retrieval dialog can be enabled, disabled
or hidden if non of sylpheed's windows is active
2001-06-23 00:10:03 +00:00
Christoph Hohmann
97a5c0aff1 disable error popup on mail receive errors 2001-06-21 19:09:18 +00:00
Christoph Hohmann
2038290757 automatically select account for mail replys 2001-06-20 14:09:16 +00:00
Hoà Viêt Dinh
b967539a5d some stuff around composing and forwarding messages 2001-06-17 15:02:08 +00:00
Hoà Viêt Dinh
72b0cb74e8 configuration for replying and forwarding 2001-06-05 03:28:42 +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