diff options
author | Kevin Breit <battery841@mediaone.net> | 2001-08-09 13:27:22 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-08-09 13:27:22 +0800 |
commit | 70df9e5f0139016a592d911ae00167eeb900b307 (patch) | |
tree | 0a2b569bc357742ee120f218679d274e2060dee8 | |
parent | 2d4b0e2c4be519451a992a39b8077c16472cc291 (diff) | |
download | gsoc2013-evolution-70df9e5f0139016a592d911ae00167eeb900b307.tar gsoc2013-evolution-70df9e5f0139016a592d911ae00167eeb900b307.tar.gz gsoc2013-evolution-70df9e5f0139016a592d911ae00167eeb900b307.tar.bz2 gsoc2013-evolution-70df9e5f0139016a592d911ae00167eeb900b307.tar.lz gsoc2013-evolution-70df9e5f0139016a592d911ae00167eeb900b307.tar.xz gsoc2013-evolution-70df9e5f0139016a592d911ae00167eeb900b307.tar.zst gsoc2013-evolution-70df9e5f0139016a592d911ae00167eeb900b307.zip |
Add information about sharing mailbox files.
2001-08-08 Kevin Breit <battery841@mediaone.net>
* C/config-prefs.sgml: Add information about sharing mailbox files.
svn path=/trunk/; revision=11816
-rw-r--r-- | doc/C/config-prefs.sgml | 8 | ||||
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | help/C/config-prefs.sgml | 8 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
4 files changed, 22 insertions, 2 deletions
diff --git a/doc/C/config-prefs.sgml b/doc/C/config-prefs.sgml index 1772fd57bd..73619ea05e 100644 --- a/doc/C/config-prefs.sgml +++ b/doc/C/config-prefs.sgml @@ -1,4 +1,4 @@ -<!-- <!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> --> +<!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> <chapter id="config-prefs"> <title>Advanced Configuration</title> @@ -224,6 +224,12 @@ they are. You can disable checking mail on accounts in their properties. </para> + <tip> + <title>Sharing Mailboxes with Other Mail Programs</title> + <para> + You may want to use <application>Evolution</application> and another email client, such as <application>Mutt</application>. You should download your mail as you would normally with <application>Mutt</application>. Set your identity in <application>Evolution</application> to be a Standard Unix mailbox file, UNIX mbox spool-format mail files, or the QMail maildir-format mail file. Then specify the file that you read your email from. You can now use both mail programs seamlessly together, using the same files. + </para> + </tip> </sect3> <sect3 id="config-prefs-mail-network-transports"> diff --git a/doc/ChangeLog b/doc/ChangeLog index d943ae1612..9b405e374f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-08 Kevin Breit <battery841@mediaone.net> + + * C/config-prefs.sgml: Add information about sharing mailbox files. + 2001-08-03 Kevin Breit <battery841@mediaone.net> * C/usage-calendar.sgml: Add information about gathering actions. diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml index 1772fd57bd..73619ea05e 100644 --- a/help/C/config-prefs.sgml +++ b/help/C/config-prefs.sgml @@ -1,4 +1,4 @@ -<!-- <!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> --> +<!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> <chapter id="config-prefs"> <title>Advanced Configuration</title> @@ -224,6 +224,12 @@ they are. You can disable checking mail on accounts in their properties. </para> + <tip> + <title>Sharing Mailboxes with Other Mail Programs</title> + <para> + You may want to use <application>Evolution</application> and another email client, such as <application>Mutt</application>. You should download your mail as you would normally with <application>Mutt</application>. Set your identity in <application>Evolution</application> to be a Standard Unix mailbox file, UNIX mbox spool-format mail files, or the QMail maildir-format mail file. Then specify the file that you read your email from. You can now use both mail programs seamlessly together, using the same files. + </para> + </tip> </sect3> <sect3 id="config-prefs-mail-network-transports"> diff --git a/help/ChangeLog b/help/ChangeLog index d943ae1612..9b405e374f 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-08-08 Kevin Breit <battery841@mediaone.net> + + * C/config-prefs.sgml: Add information about sharing mailbox files. + 2001-08-03 Kevin Breit <battery841@mediaone.net> * C/usage-calendar.sgml: Add information about gathering actions. |