diff options
author | Kevin Breit <mrproper@ximian.com> | 2001-12-23 01:45:21 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-12-23 01:45:21 +0800 |
commit | f6e803c2b274d4eab0418ace0775f51c4c7805eb (patch) | |
tree | 9534747ef068d6aa5cf1220f5f1c4bd2414f0ca8 /help | |
parent | 770b9e07a61a74ce70f1d7eaafbd4e3dc56bcba2 (diff) | |
download | gsoc2013-evolution-f6e803c2b274d4eab0418ace0775f51c4c7805eb.tar.gz gsoc2013-evolution-f6e803c2b274d4eab0418ace0775f51c4c7805eb.tar.zst gsoc2013-evolution-f6e803c2b274d4eab0418ace0775f51c4c7805eb.zip |
Added a bit of info to the above.
2001-12-22 Kevin Breit <mrproper@ximian.com>
* C/usage-mainwindow.sgml:Added a bit of info to the above.
svn path=/trunk/; revision=15210
Diffstat (limited to 'help')
-rw-r--r-- | help/C/usage-mainwindow.sgml | 12 | ||||
-rw-r--r-- | help/ChangeLog | 1 |
2 files changed, 9 insertions, 4 deletions
diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml index c6cc52ae1f..bf47f13660 100644 --- a/help/C/usage-mainwindow.sgml +++ b/help/C/usage-mainwindow.sgml @@ -476,9 +476,10 @@ the workaround described in the note below. <para> <application>mutt</application> is a full-featured mail client which is shipped with most Linux and Unix distributions. - <application>mutt</application> uses the standard mbox file - format, which makes importing your mail into - <application>Evolution</application> easy. + <application>mutt</application> uses the standard mbox, + maildir, and MH file formats, which makes importing your mail into + <application>Evolution</application> easy. By default, + <application>mutt</application> uses the mbox file format. <orderedlist numeration="arabic"> <listitem> <para> @@ -512,7 +513,10 @@ the workaround described in the note below. <listitem> <para> Click <guibutton>Browse</guibutton> and select the file - you would like to import from. + you would like to import from. By default, your email + is stored in <filename>~/mbox</filename> for the mbox + format and <filename + class="directory">~/Maildir</filename> for the Maildir format. </para> </listitem> <listitem> diff --git a/help/ChangeLog b/help/ChangeLog index 09c637c6fc..c4bbfe6098 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,6 +1,7 @@ 2001-12-22 Kevin Breit <mrproper@ximian.com> * C/usage-mainwindow.sgml: Added information about importing mutt to Evolution. + Added a bit of info to the above. 2001-12-20 Kevin Breit <mrproper@ximian.com> |