Commit Graph

9494 Commits

Author SHA1 Message Date
4f04fb23bb Changed to use test -h instead of -L for checking /var/mail vs
2001-07-16  Not Zed  <NotZed@Ximian.com>

        * configure.in: Changed to use test -h instead of -L for checking
        /var/mail vs /var/spool/mail

svn path=/trunk/; revision=11118
2001-07-16 03:24:11 +00:00
a3bc79cacc Updated slightly for new design.
2001-07-15  Kevin Breit  <battery841@mediaone.net>

	* C/config-sync.sgml: Updated slightly for new design.

svn path=/trunk/; revision=11117
2001-07-15 20:16:24 +00:00
68651fc4a8 [Fix #4387, Shortcut bar items don't keep the name after rename.]
* e-shortcuts.c (update_shortcuts_by_path): Do not change the name
of the shortcut if the folder's name changes.

svn path=/trunk/; revision=11115
2001-07-15 12:41:13 +00:00
694b8bf34f Display an icon for nodes at depth greater than 2 in the tree view as
well.

svn path=/trunk/; revision=11113
2001-07-15 09:54:25 +00:00
13dad0c8c9 Commented out some unused variables and labels. (e_destination_importv):
2001-07-15  Christopher James Lahey  <clahey@ximian.com>

	* backend/ebook/e-destination.c (e_destination_set_string):
	Commented out some unused variables and labels.
	(e_destination_importv): Check for the xml not parsing correctly
	and just return NULL here.

	* gui/component/select-names/e-select-names-model.c
	(e_select_names_model_import_destinationv): Handle a NULL destv
	here.

svn path=/trunk/; revision=11112
2001-07-15 09:49:41 +00:00
8b8193e3c0 Start editing immediately on a button_press that grabs the focus.
2001-07-15  Christopher James Lahey  <clahey@ximian.com>

	* gal/e-text/e-text.c (e_text_event): Start editing immediately on
	a button_press that grabs the focus.  e_canvas_item_grab_focus
	doesn't seem to get us the focus event until the event loop.
	Fixes Ximian bug #1766.

svn path=/trunk/; revision=11111
2001-07-15 09:38:05 +00:00
bdc396c001 Added a call to e_table_view_to_model_row here.
2001-07-15  Christopher James Lahey  <clahey@ximian.com>

	* gui/widgets/e-addressbook-view.c (table_drag_data_get): Added a
	call to e_table_view_to_model_row here.
	(e_addressbook_view_can_print, e_addressbook_view_can_delete,
	e_addressbook_view_can_copy): If the selection model is NULL here,
	return NULL (this was done before in a g_return_val_if_fail which
	is only conditionally included.)

svn path=/trunk/; revision=11110
2001-07-15 09:06:27 +00:00
05877aea9b Fix a crash that could happen by closing one or more views, and then
clicking on the off-line button.

svn path=/trunk/; revision=11107
2001-07-15 05:18:49 +00:00
f6b64ae1df If the message info for an expunged message is NULL, then just break out -
2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-folder.c (camel_imap_folder_changed):
	If the message info for an expunged message is NULL, then just
	break out - maybe a message was expunged that we were never
	notified even existed?

svn path=/trunk/; revision=11106
2001-07-15 00:57:09 +00:00
85fc54d6d5 Some QA.
2001-07-13  Carlos Perelló Marín <carlos@gnome-db.org>

	* es.po: Some QA.

svn path=/trunk/; revision=11105
2001-07-14 19:03:01 +00:00
7e35d996af Icon name fix
svn path=/trunk/; revision=11104
2001-07-13 22:14:08 +00:00
ac7082a2f6 new category icons, more to follow. /tigert
svn path=/trunk/; revision=11103
2001-07-13 20:50:14 +00:00
a37772a0e6 Added lots of good stuff with the first time druid.
2001-07-13  Kevin Breit  <battery841@mediaone.net>

	* C/usage-mainwindow.sgml: Added lots of good stuff with the first time druid.

svn path=/trunk/; revision=11102
2001-07-13 20:43:47 +00:00
27b18003fa more updates
2001-07-13  JP Rosevear  <jpr@ximian.com>

	* NEWS: more updates

svn path=/trunk/; revision=11101
2001-07-13 20:08:35 +00:00
1706e5160c Widdle
svn path=/trunk/; revision=11100
2001-07-13 19:41:20 +00:00
cf243803cb oops, forgot some stuff
svn path=/trunk/; revision=11099
2001-07-13 19:32:04 +00:00
f6ea94bc31 Typo fix
svn path=/trunk/; revision=11098
2001-07-13 19:31:08 +00:00
555b09d3b4 Merged mine and Peter's entries.
2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>

	* NEWS (Mail): Merged mine and Peter's entries.

svn path=/trunk/; revision=11097
2001-07-13 19:28:16 +00:00
30a663e679 0.11 news for peterw
svn path=/trunk/; revision=11096
2001-07-13 19:14:50 +00:00
1fc21f054e Ummmm, it's the NEWS, take a guess
svn path=/trunk/; revision=11095
2001-07-13 19:08:18 +00:00
aabc9c14ea Added a hack to convert charsets in the format iso8859-1 to iso-8859-1
2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-utils.c (rfc2047_decode_word): Added a hack to
	convert charsets in the format iso8859-1 to iso-8859-1 because it
	seems to be more iconv friendly. It has been reported that on some
	systems, iconv doesn't know about iso8859-1 while it *does* know
	about iso-8859-1. See bug #4530.

svn path=/trunk/; revision=11094
2001-07-13 18:53:08 +00:00
3209f94b02 Segfault prevention here if no uid is currently loaded.
2001-07-13  Peter Williams  <peterw@ximian.com>

	* mail-callbacks.c (expunge_folder): Segfault prevention here if no uid is
	currently loaded.

svn path=/trunk/; revision=11093
2001-07-13 18:06:44 +00:00
a099cf6547 Segfault prevention here if we lose the race with
2001-07-13  Peter Williams  <peterw@ximian.com>

	* mail-callbacks.c (expunge_folder): Segfault prevention here if we lose
	the race with message_list_set_hidedeleted().

svn path=/trunk/; revision=11092
2001-07-13 17:55:27 +00:00
50f88cdb60 Updated Polish translation
svn path=/trunk/; revision=11091
2001-07-13 17:55:05 +00:00
54e037a91c Let people install as non-root, but give them a bigass warning so they're
2001-07-13  Peter Williams  <peterw@ximian.com>

	* Makefile.am (install-exec-local): Let people install as non-root,
	but give them a bigass warning so they're not allowed to complain when
	it doesn't work right.

	* camel-remote-store.c (sync_remote_folder): New function:
	hash table callback.
	(remote_disconnect): If cleanly disconnecting, sync our folders. Fixes
	deadlocks on exit (folders syncing after store disconnects) and also makes
	sense.

svn path=/trunk/; revision=11090
2001-07-13 17:35:51 +00:00
fd982262e8 Set the property box change
svn path=/trunk/; revision=11089
2001-07-13 17:32:38 +00:00
fc4abdadf6 Convert the date string to utf8 before appending it to HTML.
* e-summary.c (e_summary_draw): Convert the date string to utf8 before
appending it to HTML.

svn path=/trunk/; revision=11088
2001-07-13 16:49:18 +00:00
10d8453c53 New function. If a vfolder in our list gets finalized, NULL out
2001-07-13  Peter Williams  <peterw@ximian.com>

	* mail-vfolder.c (unlist_vfolder): New function. If a vfolder in our list
	gets finalized, NULL out info->folder (Is it wrong if this happens?) Also,
	locking issues?
	(vfolder_uri_to_folder): Hook up to the finalize event here.

svn path=/trunk/; revision=11087
2001-07-13 15:50:32 +00:00
65b35b58c7 Updated to reflect changes in the filter API by passing in the provided
2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (filter_folder_filter): Updated to reflect changes in
	the filter API by passing in the provided uid cache to
	camel_filter_driver_filter_folder.
	(mail_filter_folder): Set the cache to NULL.
	(mail_fetch_mail): Set the cache to NULL.
	(fetch_mail_fetch): If a cache exists for this folder, set
	it. When we are finished filtering the incoming messages, the
	logic changes a bit. We now save the cache if keep_on_server is
	set *or* if there was an exception this way if the user's download
	gets interrupted, he won't have to download all the messages
	again.
	(fetch_mail_fetch): Oh yea, and just so if we get an exception
	with `delete' turned on, the next time the user checks mail and an
	exception *doesn't* occur, it will go back and mark all the
	messages for deletion.

svn path=/trunk/; revision=11086
2001-07-13 15:29:10 +00:00
845a98e52a Updated to reflect changes in the filter API by passing in the provided
2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (filter_folder_filter): Updated to reflect changes in
	the filter API by passing in the provided uid cache to
	camel_filter_driver_filter_folder.
	(mail_filter_folder): Set the cache to NULL.
	(mail_fetch_mail): Set the cache to NULL.
	(fetch_mail_fetch): If a cache exists for this folder, set
	it. When we are finished filtering the incoming messages, the
	logic changes a bit. We now save the cache if keep_on_server is
	set *or* if there was an exception this way if the user's download
	gets interrupted, he won't have to download all the messages
	again.

svn path=/trunk/; revision=11085
2001-07-13 15:07:40 +00:00
f2757356ba We now use a structure as the bucket data rather than just a cache level
2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-uid-cache.c (camel_uid_cache_new): We now use a structure
	as the bucket data rather than just a cache level so set the save
	state to TRUE.
	(maybe_write_uid): We only save the uid if the cache levels are
	the same *and* if the save state is TRUE.
	(free_uid): Free the state value.
	(camel_uid_cache_get_new_uids): New uids that get added to the
	cache start with a save state of FALSE.
	(camel_uid_cache_save_uid): Set the save state of the uid to
	TRUE. What should we do if the uid isn't already in the cache?
	Currently I make it add the uid, but maybe it shouldn't?

	* providers/imap/camel-imap-folder.c (imap_filter_timeout): Update
	to reflect CamelFilterDriver API changes.

	* camel-filter-driver.c (camel_filter_driver_filter_folder): Take
	a cache argument so we can tell the cache whether or not the uid
	should be saved (meaning we have successfully filtered it).

svn path=/trunk/; revision=11084
2001-07-13 15:06:14 +00:00
2673cf170b Updated Norwegian (nynorsk) translation.
2001-07-13  Kjartan Maraas  <kmaraas@gnome.org>

	* nn.po: Updated Norwegian (nynorsk) translation.

svn path=/trunk/; revision=11083
2001-07-13 14:49:14 +00:00
19906f99e7 new icon, for "customize", based on jakub's nifty wrench icon. /tigert
svn path=/trunk/; revision=11082
2001-07-13 11:59:34 +00:00
3cafaa8bbf Updating again.
2001-07-13  Christian Rose  <menthos@menthos.com>

	* sv.po: Updating again.

svn path=/trunk/; revision=11081
2001-07-13 11:40:30 +00:00
8e74e81ba4 Updated Polish translation
svn path=/trunk/; revision=11080
2001-07-13 10:16:23 +00:00
2bfadbe596 Updated Hungarian translation.
2001-07-13  Andras Timar <timar@gnome.hu>

        * hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=11079
2001-07-13 07:48:23 +00:00
3eb1038030 Changed Company to Organization here.
2001-07-13  Christopher James Lahey  <clahey@ximian.com>

	* gui/contact-editor/contact-editor.glade: Changed Company to
	Organization here.

svn path=/trunk/; revision=11078
2001-07-13 04:10:22 +00:00
2f2b112aec Made these functions return -1 if the x and y aren't over any cell at all.
2001-07-12  Christopher James Lahey  <clahey@ximian.com>

	* e-tree.c (e_tree_get_cell_at): Made these functions return -1 if
	the x and y aren't over any cell at all.

svn path=/trunk/; revision=11077
2001-07-13 02:52:33 +00:00
b3a9531d20 add ldap cflags
2001-07-12  JP Rosevear  <jpr@ximian.com>

	* backend/pas/Makefile.am: add ldap cflags

svn path=/trunk/; revision=11076
2001-07-13 01:17:20 +00:00
d2309f2ab5 Because bugzilla.ximian does have a mail gateway now, we can have
2001-07-12  Jason Leach  <jleach@ximian.com>

	* e-shell-view-menu.c (command_submit_bug): Because
	bugzilla.ximian does have a mail gateway now, we can have
	Help->Submit Bug Report open up bug-buddy.

svn path=/trunk/; revision=11075
2001-07-12 23:53:51 +00:00
4216b42320 Removed a warning that I don't need anymore. This code is working
2001-07-12  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (menu_changed_charset_cb): Removed a warning
	that I don't need anymore. This code is working wonderfully ;-)

svn path=/trunk/; revision=11074
2001-07-12 23:06:19 +00:00
eb445aed12 Oops. I introduced my own bug, accidently set `email' to a g_free'd
2001-07-12  Jeffrey Stedfast  <fejj@ximian.com>

	* backend/ebook/e-destination.c (e_destination_xml_decode):
	Oops. I introduced my own bug, accidently set `email' to a
	g_free'd pointer - eek!

svn path=/trunk/; revision=11073
2001-07-12 23:03:20 +00:00
3ce970fde7 Remove warning
svn path=/trunk/; revision=11072
2001-07-12 23:02:46 +00:00
02bd265728 Fixes about a zillion bugs
svn path=/trunk/; revision=11071
2001-07-12 22:39:05 +00:00
713ae4a7aa include <config.h>
svn path=/trunk/; revision=11070
2001-07-12 21:49:35 +00:00
827c51c7ba Optimized the same way I optimized g_strsplit. If you use a GPtrArray
2001-07-12  Jeffrey Stedfast  <fejj@ximian.com>

	* backend/ebook/e-destination.c (e_destination_importv): Optimized
	the same way I optimized g_strsplit. If you use a GPtrArray
	instead of a linked list, you save yourself from having to iterate
	through the list an extra 3 times.
	(e_destination_xml_decode): Do NOT, I repeat: do NOT!
	e_utf8_xml1_decode something which is already in UTF-8 or you'll
	corrupt it!! I smack thee who hath done this evil deed!

svn path=/trunk/; revision=11069
2001-07-12 21:37:52 +00:00
89341d76ec Okay, I've decided that that user is just on crack. We don't want to allow
2001-07-12  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (camel_filter_driver_filter_message):
	Okay, I've decided that that user is just on crack. We don't want
	to allow filtering of deleted messages or we could get some
	unexpected behavior.
	(do_move): Oops. My last fix needs to be after the if-statement,
	not inside it.
	(do_copy): And here too.

svn path=/trunk/; revision=11068
2001-07-12 21:17:14 +00:00
88b7c19abf Added missing underlined shortcuts.
2001-07-12  Taylor Hayward  <taylorhayward@yahoo.com>

	* gui/goto-dialog.glade:
	* gui/meeting-mockup.glade:
	* gui/alarm-notifyålarm-notify.glade:
	* gui/dialogs/alarm-page.glade:
	* gui/dialogs/meeting-page.glade:
	* gui/dialogs/recurrence-page.glade: Added missing underlined
	shortcuts.

svn path=/trunk/; revision=11067
2001-07-12 21:11:56 +00:00
0fbbeea421 Check the file even if the extension is NULL
svn path=/trunk/; revision=11066
2001-07-12 21:10:55 +00:00
c65b438607 And again. Trying to keep the translation up-to-date with the changes in
2001-07-12  Christian Rose  <menthos@menthos.com>

	* sv.po: And again. Trying to keep the translation up-to-date with
	the changes in cvs.

svn path=/trunk/; revision=11065
2001-07-12 20:58:53 +00:00