Commit graph

1721 commits

Author SHA1 Message Date
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 d0908b9f91 update message catalogs 2002-09-29 06:27:01 +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 4c48ea847f Oops ! 2002-09-26 21:50:37 +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
Colin Leroy 86e6c447ef Made GPG signatures verifiable by clicking the
[application/pgp-signature] in the Text view
2002-09-22 10:53:49 +00:00
Paul Mangan 5fcee29386 updated 2002-09-22 09:25:55 +00:00
Paul Mangan d3a1221e43 version 0.8.3claws 2002-09-22 07:23:43 +00:00
Paul Mangan 85cd571f02 updated message catalogs 2002-09-22 07:22:17 +00:00
Alfons Hoogervorst a0aa11d2c1 * src/procmsg.c
* src/pgptext.c
	no furry valgrinds have been used to plug these memleaks
2002-09-22 00:06:59 +00:00
Jens Oberender e38a2a4d98 updated german translation 2002-09-21 23:12:02 +00:00
Thorsten Maerz 42734d6f22 updated TODO 2002-09-21 13:58:41 +00:00
Alfons Hoogervorst 7ad57e2f61 beautify 2002-09-21 08:39:28 +00:00
Paul Mangan a0a21d184b sync with 0.8.3cvs4 2002-09-20 22:22:19 +00:00
Alfons Hoogervorst 7115d223a6 * src/compose.c
compose_send(): plug unnoticed memleak
2002-09-20 22:11:00 +00:00
Alfons Hoogervorst 7f0ae644cf * src/addr_compl.c
replace_address_in_edit(): strict check for NULL address to
	fix "[ 607348 ] Segfault in address completion". My guess is
	that this happens with an empty address book, but it's good
	to have this check here anyway

	completion_window_button_press(): free string returned
	from the internal cache
2002-09-20 19:54:22 +00:00
Christoph Hohmann 239f8bb0a7 * src/procmime.h
added ENC_BINARY to EncodingType
* src/procmime.c
        the string returned by procmime_get_encoding_str
        should not depend on the order of values in the
        EncodingType definition
* doc-src/rfc1806.txt   ** NEW FILE **
        Added rfc1806 about MIME Content-Disposition
        Extension
2002-09-20 12:52:36 +00:00