aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDuncan Mak <duncan@ximian.com>2001-05-19 05:40:38 +0800
committerDuncan Mak <duncan@src.gnome.org>2001-05-19 05:40:38 +0800
commit9a308f2b931638bc7841902864b04598a77d99f7 (patch)
tree5b446bd85d342cbf08f4a38fd3ed3a4e3763f4ba /doc
parent07621af19c180d74f3ecb47d4aca2cb6538400a2 (diff)
downloadgsoc2013-evolution-9a308f2b931638bc7841902864b04598a77d99f7.tar.gz
gsoc2013-evolution-9a308f2b931638bc7841902864b04598a77d99f7.tar.zst
gsoc2013-evolution-9a308f2b931638bc7841902864b04598a77d99f7.zip
Added two questions about importing Outlook (text from Iain). Fixed some
2001-05-18 Duncan Mak <duncan@ximian.com> * C/evolution-faq.sgml: Added two questions about importing Outlook (text from Iain). Fixed some tags and cleaned up a bit here and there. svn path=/trunk/; revision=9884
Diffstat (limited to 'doc')
-rw-r--r--doc/C/evolution-faq.sgml73
-rw-r--r--doc/ChangeLog5
2 files changed, 76 insertions, 2 deletions
diff --git a/doc/C/evolution-faq.sgml b/doc/C/evolution-faq.sgml
index 586c6941ff..b153ba7c41 100644
--- a/doc/C/evolution-faq.sgml
+++ b/doc/C/evolution-faq.sgml
@@ -354,12 +354,12 @@ db_dump185 ~/evolution/local/Contacts/addressbook.db.backup | db_load ~/evolutio
<sect2>
<title>
Evolution reported an error when trying to retrieve from my
- local spool in <tt>/var/spool/mail/username</tt>. Why?
+ local spool in <filename>/var/spool/mail/username</filename>. Why?
</title>
<para>
Evolution doesn't have an external helper for moving mail,
- so <tt>/var/spool/mail/</tt> must be writable by you. Try this:
+ so <filename>/var/spool/mail/</filename> must be writable by you. Try this:
</para>
<programlisting>
@@ -446,6 +446,7 @@ chmod 1777 /var/spool/mail
<application>Nautilus</application>. To avoid problems, do
not run <command>oaf-slay</command> while you are in GNOME.
</para>
+ </sect2>
</sect1> <!-- End Section: Troubleshooting -->
@@ -774,6 +775,74 @@ cp -r ~/evolution/local/Inbox/subfolders/Foo ~/evolution/local/Inbox/subfolders/
</para>
</sect2>
+ <sect2>
+ <title>
+ How do I import my Outlook <filename>.pst</filename> files into Evolution?
+ </title>
+
+ <para>
+ You cannot import these files directly into Evolution because the
+ <filename>.pst</filename> format is a proprietry
+ format. However, Mozilla Mail on Windows can convert them
+ into the <type>mbox</type> format, which can then be imported by Evolution.
+ </para>
+
+ <para>
+ To start importing your Outlook mail to Evolution, run Mozilla
+ Mail on Windows and select the
+ <menuchoice><guimenu>File</guimenu><guimenuitem>Import...</guimenuitem></menuchoice>
+ to begin. Then select that you wish to import Mail from
+ Outlook. Once Mozilla has imported all your mail, reboot your
+ computer into Linux.
+ </para>
+
+ <para>
+ Mount your Windows partition in Linux and run Evolution to
+ begin importing your mail. Select
+ <menuchoice><guimenu>File</guimenu><guimenuitem>Import
+ File...</guimenuitem></menuchoice> to start importing. Set the
+ file type to MBox (mbox) and click on
+ <guibutton>Browse</guibutton> to select the mail you want to
+ import.
+ </para>
+
+ <para>
+ If you are the only user on Windows, the mail files will
+ be stored in <filename>/mnt/c/windows/Application
+ Data/Mozilla/Profiles/default/XXXX/Mail/imported.mail/</filename>
+ where <filename>/mnt/c/</filename> is your windows partition
+ mount point and XXXX is some collection of numbers and digits
+ ending in <filename>.slt</filename>.
+ </para>
+
+ <para>
+ If there is more than one user, the file will be in
+ <filename>/mnt/c/windows/Profiles/USERNAME/XXXX/Mail/imported.mail/</filename>
+ where USERNAME is your Windows username.
+ </para>
+
+ <para>
+ For each mail folder in Outlook, Mozilla will convert the
+ folder into one mbox file. To import all your mail, import all
+ the files without a <filename>.msf</filename> extension.
+ </para>
+ </sect2>
+
+ <sect2>
+ <title>
+ If Mozilla can import <filename>.pst</filename> files, why can't Evolution?
+ </title>
+
+ <para>
+ Mozilla on Windows accesses the <filename>.pst</filename>
+ files through the <filename>MAPI.DLL</filename>, which is only
+ avaliable on Windows. <filename>MAPI.DLL</filename> is the
+ only way to access <filename>.pst</filename> files and Evolution
+ cannot use this DLL in Linux.
+ </para>
+ </sect2>
+
+
</sect1> <!-- End Section: Features -->
</article>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ece7e63fd3..6bde52e51c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-18 Duncan Mak <duncan@ximian.com>
+
+ * C/evolution-faq.sgml: Added two questions about importing Outlook (text from Iain).
+ Fixed some tags and cleaned up a bit here and there.
+
2001-05-18 Ettore Perazzoli <ettore@ximian.com>
* C/evolution-faq.sgml: Added a question about the permission
ns'>+1 * update last stable version number from 2.4.2.1 to 2.6.1Andre Klapper2006-04-271-1/+1 * add eds-1.4 and eds-1.6 to the list of old instances.Harish Krishnaswamy2006-04-241-0/+2 * Replaced popt with GOption APIPhilip Van Hoof2006-04-191-34/+36 * On Win32, set the gtk-fallback-icon-theme to "gnome".Tor Lillqvist2006-02-211-0/+4 * On Win32, finally call link_shutdown() (from ORBit2/linc2), otherwise weTor Lillqvist2006-02-211-1/+6 * Remove unused code and fix format specifiers in some cases.Kjartan Maraas2006-01-301-3/+0 * s/don't/do not/ string change. Fixes #325276.Harish Krishnaswamy2006-01-291-1/+1 * updated Evolution release number in unstable warning popupAndre Klapper2005-12-211-1/+1 * Use libedataserver's e_xml_parse_file() instead of xmlParseFile()Tor Lillqvist2005-12-181-12/+16 * Update version and bugzilla information.Harish Krishnaswamy2005-10-251-2/+2 * Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1 * remove mono registrtion, this is implemented using a plugin now. registerNot Zed2005-05-251-14/+1 * fix error file build/path changesNot Zed2005-05-161-1/+1 * add evolution-data-server-1.2 to the list of old dataserver instances.)Harish Krishnaswamy2005-05-121-0/+1 * setup the profiling plugin hook if profiling is compiled in.Not Zed2005-04-281-0/+4 * switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the configure.in fooJP Rosevear2005-03-211-10/+6 * Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-241-1/+2 * 2.0 is the current stable version.Rodrigo Moya2004-12-301-1/+1 * include es-event.h to fix 64 bit platform problems.David Mosberger2004-12-081-0/+1 * Evolution product name spelled with an uppercase EJoan Sanfeliu2004-11-231-1/+1 * register event hook.Not Zed2004-10-251-2/+6 * initialise plugin system. (main): add --disable-eplugin and --disable-monoNot Zed2004-10-071-0/+23 * init epasswords.Not Zed2004-08-121-1/+3 * Remove AUTOHELP option since GNOME adds this itself. Fixes bug #60374.Jeffrey Stedfast2004-06-191-1/+3 * test for skip_warning_dialog value in gconf here and not inRadek Doulik2004-06-191-11/+9 * ** See bug #54498.Not Zed2004-06-181-33/+12 * Call gnome_sound_init() before bonobo_main().Jeffrey Stedfast2004-06-171-1/+4 * added noshell and noshell-reason error strings. the latter seems a waste,Not Zed2004-05-181-5/+4 * #include <gtk/gtkvbox.h>Jeffrey Stedfast2004-05-181-1/+1 * Call e_icon_factory_shutdown() after bonobo_main() exits.Jeffrey Stedfast2004-05-131-2/+4 * set title to just Evolution (show_development_warning): ditto for warningJP Rosevear2004-05-101-6/+6 * Call gnome_program_init with PACKAGE "-" BASE_VERSION so that we start upRodney Dawes2004-04-291-1/+1 * Change component icons to use the icon theme names for icons RemoveMichael Terry2004-04-191-3/+8 * Don't activate the components here. (e_shell_construct): Activate them allJeffrey Stedfast2004-04-101-1/+1 * Remove dialog separators Change the border with of the dialog's vbox andRodney Dawes2004-04-011-10/+21 * ** See bug #53683.Not Zed2004-02-041-58/+0 * turn development stuff back onJP Rosevear2004-01-291-1/+1 * g_message this (destroy_config): remove the various pieces to create aJP Rosevear2004-01-291-6/+42 * attempt the upgrade before trying to startup the wizard.Not Zed2004-01-271-76/+0 * drop now useless gtkhtml/gconf checkJP Rosevear2004-01-271-4/+0 * Move uri_list loop into a separate function so we don't duplicate code inRodney Dawes2004-01-241-15/+30 * kill the correct binary, tidy includesJP Rosevear2004-01-161-2/+3 * move version detection hereJP Rosevear2004-01-151-3/+61 * detect the version more completely with the new util routine (main): don'tJP Rosevear2004-01-141-12/+10 * these just handle creating the ~/evolution dir and so are no longer neededJP Rosevear2003-12-301-4/+1 * If component_id is the empty string, pass NULL for it toEttore Perazzoli2003-12-041-1/+4 * Reimplemented using EComponentRegistry.Ettore Perazzoli2003-11-211-5/+4 * New helper function. (idle_cb): Call it if we have a local shell. Also,Ettore Perazzoli2003-11-181-2/+22 * Do not #include "e-local-folder.h".Ettore Perazzoli2003-11-181-1/+1 * Remove spurious puts()s.Ettore Perazzoli2003-11-141-3/+0 * (DEVELOPMENT_WARNING): Define.Ettore Perazzoli2003-11-141-6/+13 * kill the right thing (kill_old_dataserver): rename and check the versionJP Rosevear2003-11-121-10/+10 * Added a new "-c" command-line arg. (idle_cb): If the arg is specified,Ettore Perazzoli2003-11-111-39/+11 * Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-4/+4 * New member "component_registry". (e_shell_construct): Don't callEttore Perazzoli2003-10-231-6/+0 * Remove e_proxy_init call. (e-proxy is gone now)Dan Winship2003-10-221-2/+0 * Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-25/+20 * Ooops, revert changes: wrong branch.Ettore Perazzoli2003-07-241-7/+2 * Create a new EShellWindow and show it.Ettore Perazzoli2003-07-241-2/+7 * Removed "forced_upgrade" unused variable. (show_development_warning): PutEttore Perazzoli2003-05-201-5/+6 * #ifdef'ed wombat killing code, depending on whether KILL_PROCESS_CMD isRodrigo Moya2003-05-151-0/+8 * Add a #include to fix a warning.Jeremy Katz2003-05-091-0/+1 * (main): Add e_proxy_init()Ettore Perazzoli2003-04-291-0/+1 * Add a "--setup-only" flag, to just run e_setup() and exit. (For #40889)Dan Winship2003-04-101-0/+5 * Substitute version number into the evolution binary name in the serverDan Winship2003-04-081-0/+11 * (kill_old_wombat): New.Ettore Perazzoli2003-03-291-1/+51 * Update for e_notice move. Likewise Likewise Likewise Likewise LikewiseDan Winship2003-03-251-1/+1 * [Patch from Not Zed <NotZed@Ximian.com>]Ettore Perazzoli2003-03-071-7/+12 * Added a key for /apps/evolution/version - seems the best place to put it.Not Zed2003-02-261-32/+6 * fix the conf keys, currently unused.Not Zed2003-02-241-2/+2 * (segv_redirect): New, SIGSEGV signal handler.Ettore Perazzoli2003-02-141-0/+57 * Suggest people use 1.2.x instead of 1.0.x.Joe Shaw2003-02-121-1/+1 * s/glade_gnome_init/glade_init/Dan Winship2003-02-061-1/+1 * Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-281-1/+1 * Generate the URI list from the popt context fetched from the GnomeProgramEttore Perazzoli2003-01-111-7/+14 * setup gettextDan Winship2003-01-081-0/+4 * [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-10/+3 * changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-11/+13 * (idle_cb): Set displayed_any in the case when we areEttore Perazzoli2002-11-211-1/+3 * Disabled for now.Ettore Perazzoli2002-11-201-64/+41 * Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify):Ettore Perazzoli2002-11-151-5/+5 * Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-16/+5 * New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-2/+2 * Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-18/+18 * Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-52/+35 * Added some missing names.Ettore Perazzoli2002-09-241-1/+1 * Add a -DPREFIX.Ettore Perazzoli2002-09-051-5/+57 * Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so weEttore Perazzoli2002-09-051-1/+1 * Call e_icon_factory_init().Ettore Perazzoli2002-07-101-0/+2 * Set @allow_shrink and @allow_grow to FALSE for the window. Fixes #17534.Ettore Perazzoli2002-05-241-0/+1 * Add a toggle to avoid displaying the dialog again. Don't display theEttore Perazzoli2002-05-241-5/+33 * New callback for when the first created view in the shell gets mapped.Ettore Perazzoli2002-05-231-0/+91 * Shell config page routines. Right now handles the default folders page.Dan Winship2002-04-111-0/+3 * Change the logic for displaying a default window, so we don't end up withEttore Perazzoli2002-04-101-1/+1 * If the shell fails to display all of the requested URIs, fall back toDan Winship2002-04-091-7/+13 * Add a "view_info" argument.Dan Winship2002-04-091-1/+2 * Fix "evolution evolution:/path/to/folder" to use default viewDan Winship2002-04-081-3/+8 * [Fix #3029, Offline mode should be preserved across sessions.]Ettore Perazzoli2002-02-231-1/+9 * Don't show the folder bar and the shortcut bar in the new window.Ettore Perazzoli2002-02-211-1/+14 * -- Merging patches from evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+3 * Removed. (idle_cb): Don't call it. (warning_dialog_clicked_callback):Ettore Perazzoli2001-10-311-58/+0 * Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0 * Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2 * Use gtk_widget_show_now() so the stupid dialog hopefully displays all theEttore Perazzoli2001-10-271-3/+3 * Set the WMClass of the quit dialog to be different from the default one inEttore Perazzoli2001-10-251-0/+4 * Urgh. Remove stale line that caused `display_default' to be set to TRUEEttore Perazzoli2001-10-181-2/+0 * Also flush GDK after flushing GTK. Otherwise GTK might queue draw requestsEttore Perazzoli2001-10-121-0/+5 * [Hopefully really, finally fix #8615 and friends.]Ettore Perazzoli2001-10-121-0/+23 * Display the default view only if we are starting our own shell, or if theEttore Perazzoli2001-10-121-8/+25 * Do not invoke `e_shell_restore_from_settings()' if `shell' is NULL.Ettore Perazzoli2001-10-061-1/+1 * Also `gdk_flush()'. (idle_cb): If the user doesn't specify at least oneEttore Perazzoli2001-10-061-20/+28 * #include "e-util/e-gtk-utils.h". (quit_box_new): Queue a draw on theEttore Perazzoli2001-10-061-0/+7 * Call `e_make_widget_backing_stored()' on the widget so it refreshesEttore Perazzoli2001-09-181-0/+5 * New. (quit_box_destroyed_callback): New. (no_views_left_cb): Use these twoEttore Perazzoli2001-09-181-1/+54 * Add SUB_VERSION to the version string passed toEttore Perazzoli2001-09-131-1/+1 * Replace "Evolution" with "Ximian Evolution" in a bunch of user-visibleEttore Perazzoli2001-09-061-6/+6 * [Fix #6971, Default folder should be the Summary.]Ettore Perazzoli2001-09-051-1/+1 * Replaced the chained `if' statements with a `switch' statement forEttore Perazzoli2001-08-141-19/+29 * [Fix #6232, the thirty-four-splash-screens-at-startup bug.]Ettore Perazzoli2001-08-031-4/+10 * Fix support for gtkhtml when compiled with gconf supportFrédéric Crozat2001-07-301-0/+8 * Only show the warning dialog instead of using `gnome_dialog_run()' so itEttore Perazzoli2001-07-241-2/+10 * Only show the warning dialog instead of using `gnome_dialog_run()' so itEttore Perazzoli2001-07-241-7/+5 * Make the local storage name "Local Folders" instead of "local", looksJason Leach2001-07-201-4/+1 * Revised to make it less scary.Aaron Weber2001-07-041-10/+6 * Don't assert that there is a handler, so we don't crash if user clicks onEttore Perazzoli2001-07-031-0/+1 * Fix the fix.Ettore Perazzoli2001-06-291-1/+1 * Fix #3756, `--debug' option not working anymore.Ettore Perazzoli2001-06-291-5/+12 * Make the shell to be able to display URIs that the user specified onEttore Perazzoli2001-06-281-41/+65 * Get the shell to unregister the components on exit again.Ettore Perazzoli2001-06-251-0/+2 * Fixed a nasty chain of broken fixes to broken fixes to broken fixes,Ettore Perazzoli2001-06-251-0/+3 * Remove the ugliness that was `e_shell_quit()'; implement anEttore Perazzoli2001-06-251-1/+3 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1 * Remove $(UNICODE_LIBS).Dan Winship2001-04-261-2/+0 * Don't declare debug_log as extern in evolution-shell-component-client.c,Dan Winship2001-04-041-4/+4 * add a "debug" method to tell a component to output debugging messages to aDan Winship2001-03-311-1/+17 * Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-2/+10 * Added Azeri language filePablo Saratxaga2001-03-151-3/+2 * Don't try to generate a Makefile in camel/providers/vee as it's empty.Kjartan Maraas2001-03-081-1/+1 * Update this again.Dan Winship2001-02-281-14/+12 * Slightly updated the startup warning message for the release.Ettore Perazzoli2000-12-14