Commit Graph

13204 Commits

Author SHA1 Message Date
22d1017461 Updated Norwegian nynorsk translation
svn path=/trunk/; revision=15520
2002-01-30 05:13:57 +00:00
c874c06ba8 Changed the function signature so that we can pass in whom we want to
2002-01-29  Dave West  <kat@unleashed.org>

	* mail-callbacks.c (create_msg_composer): Changed the function
	signature so that we can pass in whom we want to compose as.
	Should fix bug #10391.
	(compose_msg): Get the current profile account and pass it along
	to create_msg_composer.
	(send_to_url): Pass in a NULL profile account to cause
	create_msg_composer to use the default account.

svn path=/trunk/; revision=15518
2002-01-30 00:33:34 +00:00
9588e20497 Started writing an LDAP config example
2002-01-29  Kevin Breit  <mrproper@ximian.com>

	* C/config-prefs.sgml: Started writing an LDAP config example

svn path=/trunk/; revision=15517
2002-01-30 00:12:27 +00:00
a435c47304 Make X-Evolution-Account take priority over X-Evolution-Transport. Should
2002-01-29  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (mail_send_message): Make X-Evolution-Account take
	priority over X-Evolution-Transport. Should we just get rid of
	X-Evolution-Transport? Anyways, this ought to fix a number of
	complaints.

svn path=/trunk/; revision=15516
2002-01-29 23:43:45 +00:00
b0fb89aeb6 ignore evolution-addressbook-abuse
svn path=/trunk/; revision=15515
2002-01-29 23:31:17 +00:00
9dd67ef149 Updated russian translation.
svn path=/trunk/; revision=15514
2002-01-29 23:16:31 +00:00
5aab824c94 Added more kludge to an existing Exchange IMAP 5.5 kludge to work around
2002-01-29  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-folder.c (imap_update_summary): Added
	more kludge to an existing Exchange IMAP 5.5 kludge to work around
	it returning multiple messages with the same UIDs.

svn path=/trunk/; revision=15513
2002-01-29 23:13:36 +00:00
1045127126 Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bug
2002-01-29  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-accounts.c (construct): Don't pass NULL text to
	gtk_entry_set_text. Maybe this will fix bug #18971.

svn path=/trunk/; revision=15512
2002-01-29 22:51:40 +00:00
865606984f New function that implements the Redirect feature.
2002-01-29  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (redirect): New function that implements the
	Redirect feature.

	* mail-ops.c (mail_send_message): If we are redirecting a message,
	get the Resent-* recipients otherwise get the normal To/Cc/Bcc
	recipients and use them in the CamelTransport::send_to() method.

	* mail-session.c (main_get_filter_driver): Set the beep_func to
	the beep_cb, not the play_sound_func. Oops ;-)

	* folder-browser-ui.c: Add Redirect bonobo verb thingy here.
	(folder_browser_ui_set_selection_state): Add MessageRedirect to
	the proper string arrays.

svn path=/trunk/; revision=15511
2002-01-29 21:06:01 +00:00
85610de9fe Add MessageRedirect.
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add MessageRedirect.

svn path=/trunk/; revision=15510
2002-01-29 20:48:08 +00:00
e43d51f0f3 (footer_info_free): unref footer font
svn path=/trunk/; revision=15509
2002-01-29 19:56:48 +00:00
2488e2dfc1 (do_mail_print): get rid of static global variables, as they are
not thread safe (thanks to clahey for pointing this out)

svn path=/trunk/; revision=15508
2002-01-29 19:37:29 +00:00
ac9c64ee1a If we are in redirect mode, use the original message and set the resent-*
2002-01-29  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (build_message): If we are in redirect mode,
	use the original message and set the resent-* headers using
	e_msg_composer_hdrs_to_redirect() and then return.
	(destroy): Unref the redirected message if it exists.

	* e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_redirect): New
	function for a composer in redirect mode.

svn path=/trunk/; revision=15507
2002-01-29 19:33:08 +00:00
be2809c7b8 initialize line to 0 to make everybody happy ;-) ops, set local_font to
2002-01-29  Radek Doulik  <rodo@ximian.com>

	* mail-callbacks.c (do_mail_print): initialize line to 0 to make
	everybody happy ;-)
	ops, set local_font to NULL

svn path=/trunk/; revision=15506
2002-01-29 19:16:29 +00:00
db1b88fe30 Handle Resent headers too.
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-message.c (process_header): Handle Resent headers
	too.

	* camel-mime-message.h: Added Resent-* #defines.

svn path=/trunk/; revision=15504
2002-01-29 04:38:08 +00:00
4ca7653f2c Added Resent-* #defines.
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-message.h: Added Resent-* #defines.

svn path=/trunk/; revision=15503
2002-01-29 03:48:18 +00:00
0e6414cd4c Use while (node->next) instead of while (node)
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (camel_filter_driver_remove_rule_by_name):
	Use while (node->next) instead of while (node)

svn path=/trunk/; revision=15502
2002-01-29 01:33:51 +00:00
2f904b426c Don't bother checking for invalid recipients anymore. If a recipient is
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (composer_get_message): Don't bother checking
	for invalid recipients anymore. If a recipient is invalid, the
	transport error message will specify that now.

svn path=/trunk/; revision=15501
2002-01-29 00:43:49 +00:00
aeb798c028 New function to decode an enhanced status code. (smtp_set_exception): Sets
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (smtp_decode_status_code):
	New function to decode an enhanced status code.
	(smtp_set_exception): Sets an exception based on the
	Enhanced-Status-Code.
	(esmtp_get_authtypes): Don't diplicate the key in the hash since
	the key and value are the same.
	(smtp_rcpt): Include the failed recipient in the error message to
	be more helpful to the user.

	* camel-mime-utils.c (hex_decode): Make sure to allocate enough
	for the NUL byte.

svn path=/trunk/; revision=15500
2002-01-29 00:31:58 +00:00
d5f73b0fdd print footer (footer_print_cb): print page number and number of pages
2002-01-28  Radek Doulik  <rodo@ximian.com>

	* mail-callbacks.c (do_mail_print): print footer
	(footer_print_cb): print page number and number of pages

svn path=/trunk/; revision=15499
2002-01-28 23:34:26 +00:00
6861836d29 Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (smtp_construct):
	(connect_to_server): Use flags rather than a bunch of gboolean
	variables.
	(smtp_connect): Same.
	(smtp_mail): Here too. Use the enhanced status codes if available.
	(smtp_data): And again here.
	(smtp_helo): Finally here. Also detect the ENHANCEDSTATUSCODES
	extension.
	(smtp_rcpt): Use the enhanced status codes if available.
	(smtp_rset): Here too.
	(smtp_quit): And finally here.

	* camel-transport.h: Removed gboolean supports_8bit since this is
	pretty local to only SMTP for now.

svn path=/trunk/; revision=15498
2002-01-28 22:10:44 +00:00
84e6a5344f Skip over illegal whitespace in Microsoft-generated BYDAY rules.
* src/libical/icalrecur.c (icalrecur_add_bydayrules): Skip over
	illegal whitespace in Microsoft-generated BYDAY rules.

svn path=/trunk/; revision=15497
2002-01-28 21:47:39 +00:00
d0b75d273f Revert my previous change as trow says this will break auto-completion
2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* backend/ebook/e-destination.c (e_destination_is_valid): Revert
	my previous change as trow says this will break auto-completion
	stuff.

svn path=/trunk/; revision=15496
2002-01-28 18:28:12 +00:00
9d54937755 added DB3_LDADD
2002-01-28  Radek Doulik  <rodo@ximian.com>

	* Makefile.am (wombat_LDADD): added DB3_LDADD

svn path=/trunk/; revision=15495
2002-01-28 17:39:47 +00:00
160c66bced added bonobo to filter flags to avoid compile error
2002-01-28  Radek Doulik  <rodo@ximian.com>

	* configure.in: added bonobo to filter flags to avoid compile
	error

svn path=/trunk/; revision=15494
2002-01-28 16:59:54 +00:00
232856bfd9 Updated Hungarian translation
2002-01-28  Andras Timar <timar@gnome.hu>

        * hu.po: Updated Hungarian translation

svn path=/trunk/; revision=15493
2002-01-28 13:43:53 +00:00
a27a606b3f Added missing file. Updated and converted to UTF-8.
2002-01-28  Christian Rose  <menthos@menthos.com>

	* POTFILES.in: Added missing file.
	* sv.po: Updated and converted to UTF-8.

svn path=/trunk/; revision=15490
2002-01-28 03:38:06 +00:00
357e6d4d01 Added information regarding types of search scopes
2002-01-27  Kevin Breit  <mrproper@ximian.com>

	* C/config-prefs.sgml: Added information regarding types of search scopes

	* C/usage-contact.sgml: Fixed some linking brokenness

svn path=/trunk/; revision=15489
2002-01-27 21:51:50 +00:00
2207fbe821 Added Search Base as an entry Added Search Scope as an entry
2002-01-27  Kevin Breit  <mrproper@ximian.com>

	* C/apx-gloss.sgml: Added Search Base as an entry
	Added Search Scope as an entry

	* C/config-prefs.sgml: Fixed indenting, I guess.

	* C/usage-contact.sgml: Rewrote LDAP introduction paragraph
	Added information about setting up Evolution to use LDAP.  It's just a lazy xref.

svn path=/trunk/; revision=15488
2002-01-27 21:46:07 +00:00
8523c926ff Use -f' instead of -e' so installation of topic.dat works on non-GNU
* sgmldocs.make: Use `-f' instead of `-e' so installation of
topic.dat works on non-GNU systems too.

svn path=/trunk/; revision=15487
2002-01-27 17:23:51 +00:00
79a377ddf2 Final cleanup for the CFLAGS and LIBS in the Makefiles.
svn path=/trunk/; revision=15486
2002-01-27 17:21:36 +00:00
9370911a01 Updated Norwegian nynorsk translation
svn path=/trunk/; revision=15484
2002-01-27 07:30:21 +00:00
09f9d4896e check if re->edit != NULL before trying to unref it. Fixes a segfault when
2002-01-26  Mikael Hallendal  <micke@codefactory.se>

	* rule-editor.c (add_editor_clicked): check if re->edit != NULL
	  before trying to unref it. Fixes a segfault when closing the
	  rule editor.

svn path=/trunk/; revision=15483
2002-01-26 22:17:35 +00:00
81a90e2532 Updated Slovenian translation
svn path=/trunk/; revision=15481
2002-01-26 20:01:33 +00:00
ade3c51700 nl.po Minor translation update....we're getting there
2002-01-26 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>

* nl.po Minor translation update....we're getting there

svn path=/trunk/; revision=15480
2002-01-26 16:11:49 +00:00
93b0e50885 Updated Norwegian (bokmål) translation. Updated.
2002-01-26  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
	* POTFILES.in: Updated.

svn path=/trunk/; revision=15479
2002-01-26 12:43:30 +00:00
f88a35a9d3 AIX and IRIX are like Sun systems - they use ISO8859-1 rather than names
2002-01-25  Jeffrey Stedfast  <fejj@ximian.com>

	* gal/util/e-iconv.c: AIX and IRIX are like Sun systems - they use
	ISO8859-1 rather than names like ISO-8859-1.

svn path=/trunk/; revision=15478
2002-01-25 23:41:52 +00:00
fb1169cc58 Don't check for an @ in the email address. This is to fix bug #10960.
2002-01-25  Jeffrey Stedfast  <fejj@ximian.com>

	* backend/ebook/e-destination.c (e_destination_is_valid): Don't
	check for an @ in the email address. This is to fix bug #10960.

svn path=/trunk/; revision=15477
2002-01-25 22:41:44 +00:00
4158f7bd05 We need to return a value here. I think FALSE is fine (I hope).
2002-01-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-account-gui.c (delete_event_cb): We need to return a value
	here. I think FALSE is fine (I hope).

svn path=/trunk/; revision=15476
2002-01-25 21:38:32 +00:00
cf8038f6dd [ fixes bug 16097 ] gui love for the new auth stuff.
2002-01-24  Chris Toshok  <toshok@ximian.com>

        [ fixes bug 16097 ]
        * gui/component/addressbook-config.glade: gui love for the new
        auth stuff.

        * gui/component/addressbook.c (load_uri_cb): track change to auth,
        and offer up different prompt strings depending on which method
        (binddn or email) we're using.

        * gui/component/addressbook-storage.c (ldap_unparse_auth): use the
        new auth types for ldap.
        (ldap_parse_auth): same.
        (addressbook_storage_auth_type_to_string): new function.
        (load_source_data): get the binddn too.
        (ldap_source_foreach): store out binddn or emailaddr, depending on
        the auth type chosen.

        * gui/component/addressbook-storage.h: add the more detailed auth
        types, add "binddn" to the source structure, and add a prototype
        for addressbook_storage_auth_type_to_string.

        * gui/component/addressbook-config.c (auth_checkbutton_changed):
        set the auth stuff  (in)sensitive.
        (auth_optionmenu_activated): new function.
        (addressbook_source_dialog_set_source): track UI change.
        (addressbook_source_dialog_get_source): same.
        (add_scope_activate_cb): rename add_activate_cb to this to
        distinguish it from the auth stuff.
        (add_auth_activate_cb): new function.
        (addressbook_source_dialog): track change to auth UI stuff.
        (addressbook_storage_auth_type_to_string): new function.

        * backend/ebook/e-book.h: add auth_method arg to
        e_book_authenticate_user.

        * backend/ebook/e-book.c (e_book_authenticate_user): track change
        to prototype - add auth_method arg, and pass it along to the CORBA
        call.

        * backend/ebook/test-client.c (book_open_cb): track api change -
        keep this building.

        * backend/pas/pas-book.h: add auth_method slot in PASRequest.

        * backend/pas/pas-book.c (pas_book_queue_authenticate_user): add
        auth_method arg and add it to the PASRequest.
        (impl_GNOME_Evolution_Addressbook_Book_authenticateUser): track
        idl change, add auth_method and pass it along to
        pas_book_queue_authenticate_user.

        * backend/pas/pas-backend-ldap.c
        (pas_backend_ldap_process_authenticate_user): support both
        "ldap/simple-email" and "ldap/simple-binddn" auth methods.

        * backend/idl/addressbook.idl: add "in string authMethod" to
        authenticateUser.

svn path=/trunk/; revision=15475
2002-01-25 21:08:00 +00:00
22e539d536 Save the pathname. (save_part): Use the new mail_config cruft to get the
2002-01-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-display.c (save_data_cb): Save the pathname.
	(save_part): Use the new mail_config cruft to get the last used
	save pathname.

	* mail-config.c (config_read): Read in last_filesel_dir string.
	(mail_config_write_on_exit): Save the last_filesel_dir setting.
	(mail_config_get_last_filesel_dir): New
	(mail_config_set_last_filesel_dir): New

svn path=/trunk/; revision=15474
2002-01-25 19:32:27 +00:00
91dd1d75d7 Do some NULL checking on the url before using it.
2002-01-25  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c (destination_folder_handle_motion): Do some
	NULL checking on the url before using it.
	(destination_folder_handle_drop): Make sure the uri is non-NULL
	before freeing.

svn path=/trunk/; revision=15473
2002-01-25 19:08:00 +00:00
f1a90dc6db Use 1 instead of zero as the minimum value for the repetitions spin button
2002-01-25  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/alarm-options.glade: Use 1 instead of zero as the
	minimum value for the repetitions spin button as we use a check
	box to specify whether the alarm has repetitions or not.  Fixes
	bug #19054.

svn path=/trunk/; revision=15472
2002-01-25 19:02:19 +00:00
c8be2f1e11 Require gal 0.19.99.1.
* configure.in: Require gal 0.19.99.1.

svn path=/trunk/; revision=15470
2002-01-25 16:28:38 +00:00
8c1034e61d nl.po Massive translation update All untranslated has been done Fuzzies
2002-01-25 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>

* nl.po Massive translation update
  All untranslated has been done
  Fuzzies will be next
  2000 down, 2000 to go

svn path=/trunk/; revision=15468
2002-01-25 11:29:46 +00:00
9b1f4e133b [ fixes bug 16097 ] gui love for the new auth stuff.
2002-01-24  Chris Toshok  <toshok@ximian.com>

	[ fixes bug 16097 ]
	* gui/component/addressbook-config.glade: gui love for the new
	auth stuff.

	* gui/component/addressbook.c (load_uri_cb): track change to auth,
	and offer up different prompt strings depending on which method
	(binddn or email) we're using.

	* gui/component/addressbook-storage.c (ldap_unparse_auth): use the
	new auth types for ldap.
	(ldap_parse_auth): same.
	(addressbook_storage_auth_type_to_string): new function.
	(load_source_data): get the binddn too.
	(ldap_source_foreach): store out binddn or emailaddr, depending on
	the auth type chosen.

	* gui/component/addressbook-storage.h: add the more detailed auth
	types, add "binddn" to the source structure, and add a prototype
	for addressbook_storage_auth_type_to_string.

	* gui/component/addressbook-config.c (auth_checkbutton_changed):
	set the auth stuff  (in)sensitive.
	(auth_optionmenu_activated): new function.
	(addressbook_source_dialog_set_source): track UI change.
	(addressbook_source_dialog_get_source): same.
	(add_scope_activate_cb): rename add_activate_cb to this to
	distinguish it from the auth stuff.
	(add_auth_activate_cb): new function.
	(addressbook_source_dialog): track change to auth UI stuff.
	(addressbook_storage_auth_type_to_string): new function.

	* backend/ebook/e-book.h: add auth_method arg to
	e_book_authenticate_user.

	* backend/ebook/e-book.c (e_book_authenticate_user): track change
	to prototype - add auth_method arg, and pass it along to the CORBA
	call.

	* backend/ebook/test-client.c (book_open_cb): track api change -
	keep this building.

	* backend/pas/pas-book.h: add auth_method slot in PASRequest.

	* backend/pas/pas-book.c (pas_book_queue_authenticate_user): add
	auth_method arg and add it to the PASRequest.
	(impl_GNOME_Evolution_Addressbook_Book_authenticateUser): track
	idl change, add auth_method and pass it along to
	pas_book_queue_authenticate_user.

	* backend/pas/pas-backend-ldap.c
	(pas_backend_ldap_process_authenticate_user): support both
	"ldap/simple-email" and "ldap/simple-binddn" auth methods.

	* backend/idl/addressbook.idl: add "in string authMethod" to
	authenticateUser.

svn path=/trunk/; revision=15467
2002-01-25 04:22:58 +00:00
19bf100361 Updated Norwegian (nynorsk) translation
svn path=/trunk/; revision=15466
2002-01-25 03:19:26 +00:00
2c5fc4d6c2 Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. Likewise.
* calendar/cal-client/Makefile.am: Use EVOLUTION_CALENDAR_CFLAGS
and EVOLUTION_CALENDAR_LIBS.
* calendar/cal-util/Makefile.am: Likewise.

svn path=/trunk/; revision=15465
2002-01-24 23:46:45 +00:00
08e6ffe6ff Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS.
* calendar/cal-client/Makefile.am: Use EVOLUTION_CALENDAR_CFLAGS
and EVOLUTION_CALENDAR_LIBS.

svn path=/trunk/; revision=15464
2002-01-24 23:45:28 +00:00
e7f7d0a9a2 Remove some old cruft.
* Makefile.am: Remove some old cruft.

svn path=/trunk/; revision=15463
2002-01-24 23:44:00 +00:00