Commit graph

990 commits

Author SHA1 Message Date
Paul Mangan
17f0977800 remove buggy pgp plaintext code 2002-03-05 18:13:35 +00:00
Paul Mangan
a6b98acd7e add FAQs 2002-03-05 16:30:04 +00:00
Paul Mangan
0e48363949 removing unneeded files 2002-03-05 14:45:02 +00:00
Paul Mangan
f63519224e updated english manual 2002-03-05 14:43:58 +00:00
Hoà Viêt Dinh
bc7ab2a666 news cancelling update 2002-03-04 18:37:16 +00:00
Paul Mangan
25b75f880b updated pt_BR message catalog 2002-03-04 13:44:21 +00:00
Paul Mangan
f7d9c15f03 updated translation 2002-03-04 13:43:00 +00:00
Hoà Viêt Dinh
13a4f8b0d8 removed ac/gpgme.m4 2002-03-04 09:56:11 +00:00
Alfons Hoogervorst
cdd1a5277a apply fix by Oliver for selective download (because of changed semantics in pop.c) 2002-03-03 15:34:53 +00:00
Paul Mangan
b974abc656 sync with sylpheed 0.7.3 2002-03-03 10:38:43 +00:00
Paul Mangan
0da21b000b sync with sylpheed 0.7.2cvs24 2002-03-03 09:32:58 +00:00
Melvin Hadasht
c06375a40e Added a forgotten log 2002-03-02 20:26:14 +00:00
Melvin Hadasht
b2347ebfd7 Added user definable notification on new mail arrival. 2002-03-02 20:05:13 +00:00
Melvin Hadasht
52b02753d5 src/quote_fmt.c
Removed unnecessary escape sequences in some labels
	Changed 'initial...' to 'initials of Sender'
2002-03-02 20:00:41 +00:00
Paul Mangan
3769348a15 sync with sylpheed 0.7.2cvs22 2002-03-02 10:02:42 +00:00
Hoà Viêt Dinh
b3f6162e95 cancel news is finally implemented 2002-03-01 20:27:37 +00:00
Paul Mangan
9fbe8cf830 remove duplicated item 2002-03-01 17:16:56 +00:00
Paul Mangan
3cab1678b6 recognise urls that just begin with 'www' 2002-03-01 17:16:42 +00:00
Paul Mangan
d44c4c0567 add ability to 'Select thread' 2002-02-28 11:58:02 +00:00
Paul Mangan
ab7d99c1f2 fix segfault on opening a mime part 2002-02-28 10:59:50 +00:00
Paul Mangan
24174b5f1c sync with sylpheed 0.7.2cvs21 2002-02-28 10:06:43 +00:00
Paul Mangan
3b0c571cd2 sync with sylpheed 0.7.2cvs18 2002-02-27 08:15:53 +00:00
Alfons Hoogervorst
04907d51d6 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed) (spotted by Chris Hessman <idatech@gmx.net>) 2002-02-26 21:50:32 +00:00
Paul Mangan
83c67f57fa ascii-armored pgp messages: make decryption and signature verification work again 2002-02-26 19:06:28 +00:00
Paul Mangan
f811d51122 Append 'Separate' to 'Folder Tree' and 'Message View' in 'View' 2002-02-26 19:04:32 +00:00
Paul Mangan
e07f7a0b89 updated translation 2002-02-26 19:03:18 +00:00
Paul Mangan
a33676efb3 sync with sylpheed 0.7.2cvs17 2002-02-26 09:00:33 +00:00
Christoph Hohmann
c70a9c4ee5 * src/filtering.[ch]
* src/inc.c
        do filtering stuff after all messages have been received
          1. drop all messages to .processing
          2. scan processing folder for messages
          3. filter messages or move to inbox
        this will also find old messages left in processing after
        a crash or something like that and we get a real msginfo
        from folder->get_msg_list and do not have to create our
        own in filter_message
* src/matcher_parser_parse.y
        remove MIX/MAX warning (reordered includes)
2002-02-25 16:56:22 +00:00
Paul Mangan
332907a2df sync with sylpheed 0.7.2cvs15 2002-02-25 09:25:17 +00:00
Alfons Hoogervorst
a2ecec8c42 clear old color flags first when applying a new color to a message info. (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>) 2002-02-24 14:33:24 +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
Alfons Hoogervorst
8caa12aca1 fix threading for null message ids, closes patch #521601, submitted by Bob Forsman <hammor@users.sourceforge.net> 2002-02-24 13:10:03 +00:00
Alfons Hoogervorst
ee8a32891a make Tool | Filter Message work with filtering system, so setting flags in actions also works 2002-02-24 12:55:45 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Christoph Hohmann
6fb59a8e82 * src/quote_fmt.c
Add column space to table
* src/quote_fmt_parse.y
        Close files
2002-02-22 12:02:01 +00:00
Paul Mangan
0f822741cf remove generated files that shouldn't be here 2002-02-22 10:11:41 +00:00
Paul Mangan
c653927b64 add 'Selective download' 2002-02-22 09:35:36 +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
Paul Mangan
d3769c505f forgotten during sync with sylpheed 0.7.2cvs11 2002-02-21 16:35:05 +00:00
Paul Mangan
6aad635279 sync with sylpheed 0.7.2cvs11 2002-02-21 16:31:30 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Melvin Hadasht
66911e861c prefs_actions:
Added error report when child cannot fork or when execvp
	returns with an error.
2002-02-20 13:40:36 +00:00
Christoph Hohmann
eb2e46e9ca * src/codeconv.c
return unconverted text if conde conversion is not possible
        when libjconv is used.
        (patch submitted by "Simon 'corecode' Schubert")
2002-02-19 12:52:42 +00:00
Paul Mangan
8c1d4ea41e 0.7.2claws release 2002-02-19 07:45:42 +00:00
Paul Mangan
f576418785 updated translation 2002-02-19 07:44:06 +00:00
Alfons Hoogervorst
8ebef0a87a we're loading functions explicitly from dynamically loaded so's, so remove explicit func checks 2002-02-18 21:11:01 +00:00
Melvin Hadasht
2db1dd255c Corrected changelog mismatch 2002-02-17 20:27:59 +00:00
Melvin Hadasht
9799a16aed prefs_actions.c:
Replaced children wait loop with double fork technique.
Now, input/output window updated at each new output.
free_children(): Fixed a memory leak.
Made input/output window non closable if running children
still exist.
Added missing <unistd.h> include.
Added some --debug outputs.
2002-02-17 20:24:23 +00:00
Melvin Hadasht
0b47ea2a61 Fixed bug with descending sort order in summary view 2002-02-17 20:08:45 +00:00
Melvin Hadasht
aaad8b99b1 Added PSPELL_PATH configuration macro 2002-02-17 20:04:13 +00:00