Commit graph

1355 commits

Author SHA1 Message Date
Christoph Hohmann
bbce449bdf * src/gtkstext.c
check if line_start_cache is set in gtk_stext_update_text
        (closes bug [ 618119 ] crash while doing search in folder)
2002-10-05 22:31:56 +00:00
Christoph Hohmann
1a285ad304 small changelog update 2002-10-05 14:29:18 +00:00
Christoph Hohmann
4d792a3852 * src/imap.c
* src/news.c
* src/utils.c
* src/utils.h
        implement cache cleanups for claws' folder system
2002-10-05 13:02:50 +00:00
Melvin Hadasht
26bcf23cce Made the actions help text for %p more clear 2002-10-05 08:15:21 +00:00
Paul Mangan
d2cc3bc339 sync with 0.8.5 2002-10-04 15:35:49 +00:00
Christoph Hohmann
cbf47a3f7f * src/inc.c
fix segfault caused by pop before smtp
        call to inc_account_mail with NULL
        pointer for mainwin
2002-10-04 14:56:09 +00:00
Paul Mangan
e3c2726aa0 fix typo: sync ldap detection from 0.8.5cvs1 not 0.8.5 2002-10-04 09:48:52 +00:00
Paul Mangan
f0a1bc5cd1 sync ldap detection from 0.8.5 2002-10-04 09:31:59 +00:00
Christoph Hohmann
23535aab66 * po/de.po
fix small spelling error
2002-10-02 21:24:36 +00:00
Melvin Hadasht
8e1e78eebc ac/aspell.m4 behaves better and says no when test program cannot be run 2002-10-02 16:48:47 +00:00
Paul Mangan
038c3f0a13 sync with 0.8.4cvs1 2002-10-02 10:24:03 +00:00
Sergey Vlasov
16083dce24 Convert newlines in the message text to the canonical form
before base64 encoding (RFC2045 compliance, fixes some
interoperability issues with Evolution 1.0.3)
2002-10-01 14:47:37 +00:00
Colin Leroy
d9c1a23844 Fix an unwanted copy/paste 2002-09-29 22:12:36 +00:00
Colin Leroy
7c31ed2649 fix a few English errors 2002-09-29 22:06:21 +00:00
Colin Leroy
f4920f040b online, offline and quicksearch pixmaps follow theme changes 2002-09-29 21:46:05 +00:00
Thorsten Maerz
6eec321af6 add default_reply_to folder option (closes patch 581044) 2002-09-29 16:08:20 +00:00
Christoph Hohmann
6967a49ce0 * acconfig.h ** REMOVED **
* configure.in
* ac/aspell.m4
* ac/check-type.m4
* ac/gnupg-check-typedef.m4
        fix autoheader 2.50 warning
2002-09-29 14:31:20 +00:00
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
Alfons Hoogervorst
2dc7e8ab47 * src/logwindow.c
log_window_clear(): only bracket gtk_text_forward_delete()
	with gtk_text_freeze() / gtk_text_thaw() (see if this
	works around GTK text bug)
2002-09-29 12:40:46 +00:00
Paul Mangan
4ad5630284 update Bulgarian and Serbian message catalogs 2002-09-29 06:26:16 +00:00
Christoph Hohmann
62aee6cca8 * doc-src/readme.txt
* doc-src/rfc1806.txt
* doc-src/rfc2183.txt
* doc-src/rfc2980.txt
        update rfcs
2002-09-27 16:48:46 +00:00
Melvin Hadasht
3e4be261fc Fixed typo which could break linking 2002-09-27 14:27:46 +00:00
Melvin Hadasht
70ee5562f2 Improved GNU/aspell checking and fixed bug #614490 2002-09-27 10:59:56 +00:00
Paul Mangan
54f502253d sync with 0.8.3cvs8 2002-09-27 06:48:50 +00:00
Colin Leroy
9122ddd7bd Add "reply to ml" to the toolbar 2002-09-26 21:46:12 +00:00
Christoph Hohmann
286d38b91d * src/summaryview.c
Fix wrong message counts in summaryview status
2002-09-26 12:41:14 +00:00
Paul Mangan
1490406429 sync with 0.8.3cvs7 2002-09-26 10:26:16 +00:00
Paul Mangan
0de0d5750d sync with 0.8.3cvs6 2002-09-26 07:32:06 +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
042690bb5c sync with 0.8.3cvs5 2002-09-25 06:15:31 +00:00
Alfons Hoogervorst
b5e76df4d1 patch by Satoshi Nagayasu: allows appending / saving multiple
selected files (closes "[ 612279 ] save multiple mesg(s) in
'Save as ...'")

* AUTHORS
	add Satoshi Nagayasu
* src/summaryview.c
	summary_save_as(): allow saving selected files to
	one file
	summary_set_menu_sensitive: enable "Save As..." when
	multiple files are selected
* src/utils.[ch]
	append_file(): new function
2002-09-24 18:58:07 +00:00
Colin Leroy
2adc14de29 Fix segfault when mimeinfo doesn't have a
content_type.
2002-09-24 15:22:59 +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
Colin Leroy
84109d4a12 * src/compose.[ch]
Disable user actions when sending
2002-09-24 12:10:26 +00:00
Colin Leroy
c2328a3843 fix bug "[ 537413 ] false varification of pgp-signature"
(false pgp-signature attachment named Good signature)
2002-09-23 22:57:32 +00:00
Colin Leroy
981fe3c73c Initialize entry_email, entry_alias and
entry_remarks to first email address of the list
2002-09-23 21:54:41 +00:00
Colin Leroy
f9b94ea088 drop pgp-signature when reediting queued signed messages 2002-09-23 21:28:42 +00:00
Melvin Hadasht
9bbcf97a85 Updated French translation 2002-09-23 20:14:38 +00:00
Melvin Hadasht
183a672536 More consistent labeling 2002-09-23 20:13:22 +00:00
Colin Leroy
3dbebc24d7 fix Get doing pop-before-smtp 2002-09-22 22:46:18 +00:00
Colin Leroy
890bb1b755 Fix pop_bfr_smtp_tm_entry sensivity when switching
from pop3 to apop or vice-versa
2002-09-22 16:46:38 +00:00
Colin Leroy
57afb8f55c * src/prefs_account.[ch]
Add an option for the POP before SMTP timeout
* src/inc.c
	Remember time of last POP connection
* src/send.c
	Do POP before SMTP only if timeout reached
2002-09-22 16:30:27 +00:00
Oliver Haertel
06543d08fa README entry explaining custom toolbar 2002-09-22 14:52:17 +00:00
Oliver Haertel
832a7fa446 custom toolbar: compose win final 2002-09-22 14:42:37 +00:00
Oliver Haertel
ba42b83f79 custom toolbar: compose win 3 2002-09-22 14:37:58 +00:00
Oliver Haertel
f8397cb4f9 custom toolbar: compose win 2 2002-09-22 14:34:20 +00:00
Oliver Haertel
e1a38c228e custom toolbar: compose win 1 2002-09-22 14:31:45 +00:00
Oliver Haertel
398b3c1776 custom toolbar: compose win 2002-09-22 14:27:34 +00:00
Alfons Hoogervorst
49ace7a48b * src/procmsg.c
:%sno/if(/if (/gc
	:%sno/for(/for (/gc
	(beautify)
2002-09-22 12:50:52 +00:00
Alfons Hoogervorst
2837098b8c * src/procmsg.c
procmsg_save_to_outbox(): don't unlink message file from queue;
	callers should do it using folder_item_remove_msg()
2002-09-22 12:44:40 +00:00