diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-10-26 06:17:03 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-10-26 06:17:03 +0800 |
commit | b271cff341184f785f263a82921d6b09d4401074 (patch) | |
tree | 6b7ded55651459df29eea64ee2cb9ed769afaa50 /help/C/menuref.sgml | |
parent | 76d0cad905e5cd00d5500a3e74a3c7d1d3fd8136 (diff) | |
download | gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.gz gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.bz2 gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.lz gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.xz gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.zst gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.zip |
Actions -> New Directory Server added.
2000-10-25 Aaron Weber <aaron@helixcode.com>
* C/menuref.sgml: Actions -> New Directory Server added.
* C/config-prefs.sgml: Actions -> New Directory Server added.
* C/usage-contact.sgml: Actions -> New Directory Server added.
* C/menuref.sgml: Added mail Settings->Manage Subscriptions menu.
* C/usage-mail.sgml: Subscriptions section added. Quite
incomplete, though.
svn path=/trunk/; revision=6179
Diffstat (limited to 'help/C/menuref.sgml')
-rw-r--r-- | help/C/menuref.sgml | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/help/C/menuref.sgml b/help/C/menuref.sgml index 7b5394d0c1..036b663b23 100644 --- a/help/C/menuref.sgml +++ b/help/C/menuref.sgml @@ -245,12 +245,18 @@ <varlistentry> <term><guimenuitem>Mail Configuration</guimenuitem></term> + <listitem><para> + Tools for setting up all your mail account preferences. + </para></listitem> + </varlistentry> + + <varlistentry> + <term><guimenuitem>Manage Subscriptions</guimenuitem></term> <listitem><para> - This is a poorly named tool. You can set your identity, - and everything else related to your mail account, here. + Tools for newsgroup and IMAP folder subscriptions. </para></listitem> </varlistentry> - + <varlistentry> <term><guimenuitem>Forget Passwords</guimenuitem></term> <listitem><para> @@ -1228,7 +1234,17 @@ <sect2 id="menuref-contact-actions"> <title>Contact Manager Tools Menu</title> <para> - This menu is broken. (FIXME). + This menu contains only one item: + + <variablelist> + <varlistentry> + <term><guimenuitem>New Directory Server</guimenuitem></term> <listitem><para> Brings up + the in-depth search window. <xref + linkend="config-prefs-contact-ldap-add"> describes how to use this + feature. </para></listitem> + </varlistentry> + </variablelist> + </para> </sect2> </sect1> |