diff options
author | Aaron Weber <aaron@helixcode.com> | 2001-02-23 19:26:21 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-02-23 19:26:21 +0800 |
commit | c06709a5751b39e4a9cbf931759245f6abaa3d53 (patch) | |
tree | 007dcba1c60a07ee4708b227a91e0c11dee6ee44 /help | |
parent | 7658347dd9701fc24024792761edbe58c7c350e0 (diff) | |
download | gsoc2013-evolution-c06709a5751b39e4a9cbf931759245f6abaa3d53.tar gsoc2013-evolution-c06709a5751b39e4a9cbf931759245f6abaa3d53.tar.gz gsoc2013-evolution-c06709a5751b39e4a9cbf931759245f6abaa3d53.tar.bz2 gsoc2013-evolution-c06709a5751b39e4a9cbf931759245f6abaa3d53.tar.lz gsoc2013-evolution-c06709a5751b39e4a9cbf931759245f6abaa3d53.tar.xz gsoc2013-evolution-c06709a5751b39e4a9cbf931759245f6abaa3d53.tar.zst gsoc2013-evolution-c06709a5751b39e4a9cbf931759245f6abaa3d53.zip |
IMAP subscriptions stuff.
2001-02-23 Aaron Weber <aaron@helixcode.com>
* C/usage-mail.sgml: IMAP subscriptions stuff.
svn path=/trunk/; revision=8366
Diffstat (limited to 'help')
-rw-r--r-- | help/C/usage-mail.sgml | 20 | ||||
-rw-r--r-- | help/ChangeLog | 16 |
2 files changed, 35 insertions, 1 deletions
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index ca4da49602..9ec12d9e5b 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -189,7 +189,11 @@ <application>Evolution</application> will check your mail. New mail will appear in the local <interface>Inbox</interface> if you're using a <glossterm>POP</glossterm> account, and in - your <glossterm>IMAP</glossterm> folders if you use IMAP. + your <glossterm>IMAP</glossterm> folders if you use IMAP. If + you have chosen to use IMAP, and you have multiple folders on + your IMAP server, you may need to subscribe to them. To learn + how to use the subscription manager, read <xref + linkend="usage-mail-subscriptions">. </para> <note id="badmailsettings"> @@ -1514,6 +1518,20 @@ possibly never will be due to security evil. --> <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Manage Subscriptions</guimenuitem> </menuchoice>. </para> + <para> + If you have configured any IMAP (mail) or NNTP (news) + servers, you will see them listed in the left half of the + subscription management window. Click on a server to select + it, and you will see the folders or newsgroups available to + you. You can then select individual folders and subscribe to + them, or remove yourself from the subscription list. + </para> + <para> + Once you have subscribed to a folder or newsgroup, your system + will check for new messages whenever you press the + <guibutton>Get Mail</guibutton> button. + </para> + </sect2> </sect1> </chapter> diff --git a/help/ChangeLog b/help/ChangeLog index 106ebbd9bb..407bbbdde6 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,19 @@ +2001-02-23 Aaron Weber <aaron@helixcode.com> + + * C/usage-mail.sgml: IMAP subscriptions stuff. + +2001-02-21 Aaron Weber <aaron@helixcode.com> + + * C/usage-mail.sgml: Advanced search/show all/save search stuff. + + * C/evolution.sgml: This file replaces evolution-guide.sgml, for Nautilus Readiness. + + * C/apx-gloss.sgml: glossterm conduit. + + * C/config-sync.sgml: Glossterm conduit. + + * C/preface.sgml: Checked over for Keyboard-Shortcut and other truthfulness. + 2001-02-15 Aaron Weber <aaron@helixcode.com> * C/evolution-guide.sgml: Validated. Verified. Markup fixed in |