Commit Graph

13267 Commits

Author SHA1 Message Date
e2defdb06f New function to do a search through a tree in one direction or the other.
2002-01-31  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-model.c, e-tree-model.h (e_tree_model_node_find): New
	function to do a search through a tree in one direction or the
	other.

svn path=/trunk/; revision=15536
2002-01-31 08:17:57 +00:00
42ffb93955 Oops, this was converting foo@[blah] to foo@[ blah ], fixed.
2002-01-31  Not Zed  <NotZed@Ximian.com>

        * camel-mime-utils.c (header_decode_domain): Oops, this was
        converting foo@[blah] to foo@[ blah ], fixed.

svn path=/trunk/; revision=15535
2002-01-31 02:30:36 +00:00
5cc216045d Updated Norwegian (bokmål) translation.
2002-01-31  Kjartan Maraas  <kmaraas@gnome.org>

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

svn path=/trunk/; revision=15534
2002-01-31 00:00:39 +00:00
207303df9e Pass the parent window to mail_account_editor_new().
2002-01-30  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-accounts.c (mail_edit): Pass the parent window to
	mail_account_editor_new().

	* mail-account-editor.c (mail_account_editor_new): Set the parent
	window here because construct() inadvertantly
	gtk_widget_show_all's the editor.

	* mail-account-gui.c (mail_account_gui_save): Use g_basename()
	rather than strrchr for '/' especially since the strrchr code
	wasn't doing any NULL checks.

svn path=/trunk/; revision=15533
2002-01-30 23:46:32 +00:00
e456a9a264 Use "pop" instead of "pop3" so current configurations continue to work.
2002-01-30  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/pop3/camel-pop3-provider.c: Use "pop" instead of
	"pop3" so current configurations continue to work.

svn path=/trunk/; revision=15532
2002-01-30 23:05:36 +00:00
0fbb812091 if this is a reply, print the attendee status
2002-01-30  JP Rosevear  <jpr@ximian.com>

	* gui/e-itip-control.c (write_html): if this is a reply, print the
	attendee status

svn path=/trunk/; revision=15531
2002-01-30 22:59:29 +00:00
ae64f7d6bf print quoted text in italic
2002-01-30  Radek Doulik  <rodo@ximian.com>

	* mail-format.c (handle_text_plain_flowed): print quoted text in
	italic

svn path=/trunk/; revision=15530
2002-01-30 21:12:29 +00:00
f41e2fe50e compute the change db filename based on our contact db filename.
2002-01-30  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-file.c (pas_backend_file_changes):
	compute the change db filename based on our contact db filename.
	(pas_backend_file_load_uri): store the filename in
	bf->priv->filename.
	(pas_backend_file_destroy): free the filename, and (!) free
	bf->priv too.

svn path=/trunk/; revision=15529
2002-01-30 21:11:13 +00:00
cbf51ec6f0 Updated French translation.
svn path=/trunk/; revision=15526
2002-01-30 16:24:42 +00:00
7a1373fd0d Updated French translation.
svn path=/trunk/; revision=15524
2002-01-30 16:07:00 +00:00
d4c2e5853d re-enable popup menu. (populate_folder_context_menu): If we're on a
2002-01-30  Not Zed  <NotZed@Ximian.com>

        * component-factory.c (create_component): re-enable popup menu.
        (populate_folder_context_menu): If we're on a vfolder, and its not
        UNMATCHED, create a change properties item, and set it up
        approriately.
        (change_prop_popup): Callback to edit the vfolder rule.  For
        #3358.

svn path=/trunk/; revision=15523
2002-01-30 07:28:21 +00:00
bfe2921eb8 Use right_click_row_path rather than selected_row_path, so clients get the
2002-01-30  Not Zed  <NotZed@Ximian.com>

        * e-storage-set-view.c (popup_folder_menu): Use
        right_click_row_path rather than selected_row_path, so clients get
        the uri that was actually clicked on.

svn path=/trunk/; revision=15522
2002-01-30 07:02:01 +00:00
b894c24f03 Changed name from "NT Login" to simply "Login".
2002-01-30  Not Zed  <NotZed@Ximian.com>

        * camel-sasl-login.c: Changed name from "NT Login" to simply
        "Login".

        * providers/pop3/*: Entirely new pop implmentation, supporting
        pipelining.

2002-01-29  Not Zed  <NotZed@Ximian.com>

        * camel-data-cache.c (free_busy): We dont want to unref the
        stream, instead, stop listening to the finalised events, and free
        the path only.

2002-01-25  Not Zed  <NotZed@Ximian.com>

        * camel-data-cache.c (stream_finalised): Remove the object from
        the busy_stream hashtable, not the busy_path hashtable.

svn path=/trunk/; revision=15521
2002-01-30 05:14:48 +00:00
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