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
This commit is contained in:
Kevin Breit
2001-12-22 17:45:21 +00:00
committed by Kevin Breit
parent 770b9e07a6
commit f6e803c2b2
2 changed files with 9 additions and 4 deletions

View File

@ -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>

View File

@ -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>