From 526f5d8c6417228db71ad9e50c1a8bd8e4f5d573 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 11 Jan 2001 16:04:13 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'BALSA_1_1_0'. svn path=/tags/BALSA_1_1_0/; revision=7387 --- help/C/.cvsignore | 9 - help/C/Makefile.am | 59 -- help/C/apx-authors.sgml | 75 -- help/C/apx-bugs.sgml | 23 - help/C/apx-fdl.sgml | 466 ----------- help/C/apx-gloss.sgml | 432 ---------- help/C/apx-gpl.sgml | 414 ---------- help/C/config-prefs.sgml | 646 --------------- help/C/config-setupassist.sgml | 213 ----- help/C/config-sync.sgml | 58 -- help/C/evolution-guide.sgml | 144 ---- help/C/fig/calendar.png | Bin 30227 -> 0 bytes help/C/fig/config-cal.png | Bin 6898 -> 0 bytes help/C/fig/config-mail.png | Bin 8680 -> 0 bytes help/C/fig/contact-editor.png | Bin 37707 -> 0 bytes help/C/fig/contact.png | Bin 27020 -> 0 bytes help/C/fig/filter-assist-fig.png | Bin 6644 -> 0 bytes help/C/fig/filter-new-fig.png | Bin 7826 -> 0 bytes help/C/fig/mail-composer.png | Bin 15277 -> 0 bytes help/C/fig/mail-druid-pic.png | Bin 35959 -> 0 bytes help/C/fig/mail-inbox.png | Bin 31474 -> 0 bytes help/C/fig/mainwindow-pic.png | Bin 166348 -> 0 bytes help/C/fig/print-dest.png | Bin 7219 -> 0 bytes help/C/fig/print-preview.png | Bin 26643 -> 0 bytes help/C/fig/vfolder-createrule-fig.png | Bin 7621 -> 0 bytes help/C/menuref.sgml | 1461 --------------------------------- help/C/preface.sgml | 429 ---------- help/C/usage-calendar.sgml | 362 -------- help/C/usage-contact.sgml | 624 -------------- help/C/usage-mail.sgml | 1459 -------------------------------- help/C/usage-mainwindow.sgml | 447 ---------- help/C/usage-notes.sgml | 49 -- help/C/usage-print.sgml | 105 --- help/C/usage-sync.sgml | 20 - 34 files changed, 7495 deletions(-) delete mode 100644 help/C/.cvsignore delete mode 100644 help/C/Makefile.am delete mode 100644 help/C/apx-authors.sgml delete mode 100644 help/C/apx-bugs.sgml delete mode 100644 help/C/apx-fdl.sgml delete mode 100644 help/C/apx-gloss.sgml delete mode 100644 help/C/apx-gpl.sgml delete mode 100644 help/C/config-prefs.sgml delete mode 100644 help/C/config-setupassist.sgml delete mode 100644 help/C/config-sync.sgml delete mode 100644 help/C/evolution-guide.sgml delete mode 100644 help/C/fig/calendar.png delete mode 100644 help/C/fig/config-cal.png delete mode 100644 help/C/fig/config-mail.png delete mode 100644 help/C/fig/contact-editor.png delete mode 100644 help/C/fig/contact.png delete mode 100644 help/C/fig/filter-assist-fig.png delete mode 100644 help/C/fig/filter-new-fig.png delete mode 100644 help/C/fig/mail-composer.png delete mode 100644 help/C/fig/mail-druid-pic.png delete mode 100644 help/C/fig/mail-inbox.png delete mode 100644 help/C/fig/mainwindow-pic.png delete mode 100644 help/C/fig/print-dest.png delete mode 100644 help/C/fig/print-preview.png delete mode 100644 help/C/fig/vfolder-createrule-fig.png delete mode 100644 help/C/menuref.sgml delete mode 100644 help/C/preface.sgml delete mode 100644 help/C/usage-calendar.sgml delete mode 100644 help/C/usage-contact.sgml delete mode 100644 help/C/usage-mail.sgml delete mode 100644 help/C/usage-mainwindow.sgml delete mode 100644 help/C/usage-notes.sgml delete mode 100644 help/C/usage-print.sgml delete mode 100644 help/C/usage-sync.sgml (limited to 'help/C') diff --git a/help/C/.cvsignore b/help/C/.cvsignore deleted file mode 100644 index 2f4c48adbf..0000000000 --- a/help/C/.cvsignore +++ /dev/null @@ -1,9 +0,0 @@ -Makefile -Makefile.in -evolution-guide -evolution-guide.junk -evolution-guide.log -evolution-guide.ps -evolution-guide.dvi -evolution-guide.tex -fig/*.eps \ No newline at end of file diff --git a/help/C/Makefile.am b/help/C/Makefile.am deleted file mode 100644 index 15f1e047b6..0000000000 --- a/help/C/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ -evolution_helpdir = $(datadir)/gnome/help/evolution/C - -SGML_FILES = \ - apx-authors.sgml \ - apx-bugs.sgml \ - apx-fdl.sgml \ - apx-gloss.sgml \ - config-prefs.sgml \ - config-setupassist.sgml \ - config-sync.sgml \ - evolution-guide.sgml \ - preface.sgml \ - usage-calendar.sgml \ - usage-contact.sgml \ - usage-mail.sgml \ - usage-mainwindow.sgml \ - usage-sync.sgml - - -EXTRA_DIST = \ - $(SGML_FILES) - -all: evolution-guide - -evolution-guide: $(SGML_FILES) - -db2html evolution-guide.sgml - -dist-hook: - mkdir $(distdir)/evolution-guide - -cp evolution-guide/*.html evolution-guide/*.css $(distdir)/evolution-guide - mkdir $(distdir)/fig - -cp fig/*.png $(distdir)/fig - mkdir $(distdir)/evolution-guide/stylesheet-images - -cp evolution-guide/stylesheet-images/* $(distdir)/evolution-guide/stylesheet-images - -install-data-local: evolution-guide - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir) - -for file in $(srcdir)/evolution-guide/*.html $(srcdir)/evolution-guide/*.css; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/fig - -for file in $(srcdir)/fig/*.png; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/fig/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/stylesheet-images - -for file in $(srcdir)/evolution-guide/stylesheet-images/*; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/stylesheet-images/$$basefile; \ - done - -evolution.ps: evolution.sgml - -db2ps $< - -evolution.rtf: evolution.sgml - -db2rtf $< diff --git a/help/C/apx-authors.sgml b/help/C/apx-authors.sgml deleted file mode 100644 index 89f0dd6bc5..0000000000 --- a/help/C/apx-authors.sgml +++ /dev/null @@ -1,75 +0,0 @@ - - Authors - - Evolution was written by: - - Seth Alves: alves@helixcode.com - Anders Carlsson: andersca@gnu.org - Damon Chaplin: damon@helixcode.com - Clifford R. Conover: rusty@zootweb.com - Miguel De Icaza: miguel@helixcode.com - Radek Doulik: rodo@helixcode.com - Arturo Espinoza: arturo@nucleu.unam.mx - Larry Ewing: lewing@helixcode.com - Bertrand Guiheneuf: bertrand@helixcode.com - Tuomas Kuosmanen: tigert@gimp.org - Christopher J. Lahey: clahey@helixcode.com - Matthew Loper: matt@loper.org - Federico Mena: federico@helixcode.com - Eskil Heyn Olsen: deity@eski.dk - Nat Friedman: nat@helixcode.com - Ettore Perazzoli: ettore@helixcode.com - Jeffrey Stedfast: jeff@helixcode.com - Russell Steinthal: rms39@columbia.edu - Peter Teichman: peter@helixcode.com - Chris Toshok: toshok@helixcode.com - Peter Williams: peter@newton.cx - Dan Winship: danw@helixcode.com - Michael Zucchi: notzed@helixcode.com - -and other dedicated GNOME programmers. - - - The Evolution code owes a great debt - to the GNOME-pim and - GNOME-Calendar applications, and to - KHTMLW. The developers of - Evolution acknowledge the efforts - and contributions of all who worked on those projects. - - - - For more information please visit the - Evolution Web page. Please send all comments, - suggestions, and bug reports to the GNOME bug tracking - database. Instructions for submitting bug reports can be - found on-line at - http://bugs.gnome.org/Reporting.html. You can also use - command bug-buddy for submitting bug reports. - - - This manual was written by Aaron Weber - (aaron@helixcode.com) and Kevin Breit - (battery841@mypad.com) with the help of the - application programmers and the GNOME Documentation Project. - Please send all comments and suggestions regarding the manual to - the GNOME Documentation Project at - docs@gnome.org. You can also add your comments - online by using GNOME Documentation - Status Table. - - - - - - - - diff --git a/help/C/apx-bugs.sgml b/help/C/apx-bugs.sgml deleted file mode 100644 index e4a96a8155..0000000000 --- a/help/C/apx-bugs.sgml +++ /dev/null @@ -1,23 +0,0 @@ - - - Known bugs and limitations - - - This appendix describes known bugs and limitations of - Evolution. Please use the GNOME - Bug Report Tool (known as - bug-buddy at the command line) if you find one - we have not listed. - - - - - Evolution is still beta software, so the bug tracking is best - left to the bugzilla system and to the programmers. However, - there are a number of limitations that will not be addressed - before version 1.0. The most notable are: Import of Microsoft - Outlook .pst files, and compatibility with the Microsoft - Exchange protocol. - - - diff --git a/help/C/apx-fdl.sgml b/help/C/apx-fdl.sgml deleted file mode 100644 index 17a3bf3070..0000000000 --- a/help/C/apx-fdl.sgml +++ /dev/null @@ -1,466 +0,0 @@ - -GNU Free Documentation License - - - - - - GNU Free Documentation License - - Version 1.1, March 2000 - -
- Copyright (C) 2000 Free Software Foundation, Inc. -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -Everyone is permitted to copy and distribute verbatim copies -of this license document, but changing it is not allowed. -
-
- - PREAMBLE - - The purpose of this License is to make a manual, textbook, - or other written document "free" in the sense of freedom: to - assure everyone the effective freedom to copy and redistribute it, - with or without modifying it, either commercially or - noncommercially. Secondarily, this License preserves for the - author and publisher a way to get credit for their work, while not - being considered responsible for modifications made by - others. - - This License is a kind of "copyleft", which means that - derivative works of the document must themselves be free in the - same sense. It complements the GNU General Public License, which - is a copyleft license designed for free software. - - We have designed this License in order to use it for manuals - for free software, because free software needs free documentation: - a free program should come with manuals providing the same - freedoms that the software does. But this License is not limited - to software manuals; it can be used for any textual work, - regardless of subject matter or whether it is published as a - printed book. We recommend this License principally for works - whose purpose is instruction or reference. - - - - APPLICABILITY AND DEFINITIONS - - This License applies to any manual or other work that - contains a notice placed by the copyright holder saying it can be - distributed under the terms of this License. The "Document", - below, refers to any such manual or work. Any member of the - public is a licensee, and is addressed as "you". - - A "Modified Version" of the Document means any work - containing the Document or a portion of it, either copied - verbatim, or with modifications and/or translated into another - language. - - A "Secondary Section" is a named appendix or a front-matter - section of the Document that deals exclusively with the - relationship of the publishers or authors of the Document to the - Document's overall subject (or to related matters) and contains - nothing that could fall directly within that overall subject. - (For example, if the Document is in part a textbook of - mathematics, a Secondary Section may not explain any mathematics.) - The relationship could be a matter of historical connection with - the subject or with related matters, or of legal, commercial, - philosophical, ethical or political position regarding - them. - - The "Invariant Sections" are certain Secondary Sections - whose titles are designated, as being those of Invariant Sections, - in the notice that says that the Document is released under this - License. - - The "Cover Texts" are certain short passages of text that - are listed, as Front-Cover Texts or Back-Cover Texts, in the - notice that says that the Document is released under this - License. - - A "Transparent" copy of the Document means a - machine-readable copy, represented in a format whose specification - is available to the general public, whose contents can be viewed - and edited directly and straightforwardly with generic text - editors or (for images composed of pixels) generic paint programs - or (for drawings) some widely available drawing editor, and that - is suitable for input to text formatters or for automatic - translation to a variety of formats suitable for input to text - formatters. A copy made in an otherwise Transparent file format - whose markup has been designed to thwart or discourage subsequent - modification by readers is not Transparent. A copy that is not - "Transparent" is called "Opaque". - - Examples of suitable formats for Transparent copies include - plain ASCII without markup, Texinfo input format, LaTeX input - format, SGML or XML using a publicly available DTD, and - standard-conforming simple HTML designed for human modification. - Opaque formats include PostScript, PDF, proprietary formats that - can be read and edited only by proprietary word processors, SGML - or XML for which the DTD and/or processing tools are not generally - available, and the machine-generated HTML produced by some word - processors for output purposes only. - - The "Title Page" means, for a printed book, the title page - itself, plus such following pages as are needed to hold, legibly, - the material this License requires to appear in the title page. - For works in formats which do not have any title page as such, - "Title Page" means the text near the most prominent appearance of - the work's title, preceding the beginning of the body of the - text. - - - - VERBATIM COPYING - - You may copy and distribute the Document in any medium, - either commercially or noncommercially, provided that this - License, the copyright notices, and the license notice saying this - License applies to the Document are reproduced in all copies, and - that you add no other conditions whatsoever to those of this - License. You may not use technical measures to obstruct or - control the reading or further copying of the copies you make or - distribute. However, you may accept compensation in exchange for - copies. If you distribute a large enough number of copies you - must also follow the conditions in section 3. - - You may also lend copies, under the same conditions stated - above, and you may publicly display copies. - - - - COPYING IN QUANTITY - - If you publish printed copies of the Document numbering more - than 100, and the Document's license notice requires Cover Texts, - you must enclose the copies in covers that carry, clearly and - legibly, all these Cover Texts: Front-Cover Texts on the front - cover, and Back-Cover Texts on the back cover. Both covers must - also clearly and legibly identify you as the publisher of these - copies. The front cover must present the full title with all - words of the title equally prominent and visible. You may add - other material on the covers in addition. Copying with changes - limited to the covers, as long as they preserve the title of the - Document and satisfy these conditions, can be treated as verbatim - copying in other respects. - - If the required texts for either cover are too voluminous to - fit legibly, you should put the first ones listed (as many as fit - reasonably) on the actual cover, and continue the rest onto - adjacent pages. - - If you publish or distribute Opaque copies of the Document - numbering more than 100, you must either include a - machine-readable Transparent copy along with each Opaque copy, or - state in or with each Opaque copy a publicly-accessible - computer-network location containing a complete Transparent copy - of the Document, free of added material, which the general - network-using public has access to download anonymously at no - charge using public-standard network protocols. If you use the - latter option, you must take reasonably prudent steps, when you - begin distribution of Opaque copies in quantity, to ensure that - this Transparent copy will remain thus accessible at the stated - location until at least one year after the last time you - distribute an Opaque copy (directly or through your agents or - retailers) of that edition to the public. - - It is requested, but not required, that you contact the - authors of the Document well before redistributing any large - number of copies, to give them a chance to provide you with an - updated version of the Document. - - - - MODIFICATIONS - - You may copy and distribute a Modified Version of the - Document under the conditions of sections 2 and 3 above, provided - that you release the Modified Version under precisely this - License, with the Modified Version filling the role of the - Document, thus licensing distribution and modification of the - Modified Version to whoever possesses a copy of it. In addition, - you must do these things in the Modified Version: - - - Use in the Title Page - (and on the covers, if any) a title distinct from that of the - Document, and from those of previous versions (which should, if - there were any, be listed in the History section of the - Document). You may use the same title as a previous version if - the original publisher of that version gives permission. - - - List on the Title Page, - as authors, one or more persons or entities responsible for - authorship of the modifications in the Modified Version, - together with at least five of the principal authors of the - Document (all of its principal authors, if it has less than - five). - - - State on the Title page - the name of the publisher of the Modified Version, as the - publisher. - - - Preserve all the - copyright notices of the Document. - - - Add an appropriate - copyright notice for your modifications adjacent to the other - copyright notices. - - - Include, immediately - after the copyright notices, a license notice giving the public - permission to use the Modified Version under the terms of this - License, in the form shown in the Addendum below. - - - Preserve in that license - notice the full lists of Invariant Sections and required Cover - Texts given in the Document's license notice. - - - Include an unaltered - copy of this License. - - - Preserve the section - entitled "History", and its title, and add to it an item stating - at least the title, year, new authors, and publisher of the - Modified Version as given on the Title Page. If there is no - section entitled "History" in the Document, create one stating - the title, year, authors, and publisher of the Document as given - on its Title Page, then add an item describing the Modified - Version as stated in the previous sentence. - - - Preserve the network - location, if any, given in the Document for public access to a - Transparent copy of the Document, and likewise the network - locations given in the Document for previous versions it was - based on. These may be placed in the "History" section. You - may omit a network location for a work that was published at - least four years before the Document itself, or if the original - publisher of the version it refers to gives permission. - - - In any section entitled - "Acknowledgements" or "Dedications", preserve the section's - title, and preserve in the section all the substance and tone of - each of the contributor acknowledgements and/or dedications - given therein. - - - Preserve all the - Invariant Sections of the Document, unaltered in their text and - in their titles. Section numbers or the equivalent are not - considered part of the section titles. - - - Delete any section - entitled "Endorsements". Such a section may not be included in - the Modified Version. - - - Do not retitle any - existing section as "Endorsements" or to conflict in title with - any Invariant Section. - - - - If the Modified Version includes new front-matter sections - or appendices that qualify as Secondary Sections and contain no - material copied from the Document, you may at your option - designate some or all of these sections as invariant. To do this, - add their titles to the list of Invariant Sections in the Modified - Version's license notice. These titles must be distinct from any - other section titles. - - You may add a section entitled "Endorsements", provided it - contains nothing but endorsements of your Modified Version by - various parties--for example, statements of peer review or that - the text has been approved by an organization as the authoritative - definition of a standard. - - You may add a passage of up to five words as a Front-Cover - Text, and a passage of up to 25 words as a Back-Cover Text, to the - end of the list of Cover Texts in the Modified Version. Only one - passage of Front-Cover Text and one of Back-Cover Text may be - added by (or through arrangements made by) any one entity. If the - Document already includes a cover text for the same cover, - previously added by you or by arrangement made by the same entity - you are acting on behalf of, you may not add another; but you may - replace the old one, on explicit permission from the previous - publisher that added the old one. - - The author(s) and publisher(s) of the Document do not by - this License give permission to use their names for publicity for - or to assert or imply endorsement of any Modified Version. - - - - COMBINING DOCUMENTS - - You may combine the Document with other documents released - under this License, under the terms defined in section 4 above for - modified versions, provided that you include in the combination - all of the Invariant Sections of all of the original documents, - unmodified, and list them all as Invariant Sections of your - combined work in its license notice. - - The combined work need only contain one copy of this - License, and multiple identical Invariant Sections may be replaced - with a single copy. If there are multiple Invariant Sections with - the same name but different contents, make the title of each such - section unique by adding at the end of it, in parentheses, the - name of the original author or publisher of that section if known, - or else a unique number. Make the same adjustment to the section - titles in the list of Invariant Sections in the license notice of - the combined work. - - In the combination, you must combine any sections entitled - "History" in the various original documents, forming one section - entitled "History"; likewise combine any sections entitled - "Acknowledgements", and any sections entitled "Dedications". You - must delete all sections entitled "Endorsements." - - - - COLLECTIONS OF DOCUMENTS - - You may make a collection consisting of the Document and - other documents released under this License, and replace the - individual copies of this License in the various documents with a - single copy that is included in the collection, provided that you - follow the rules of this License for verbatim copying of each of - the documents in all other respects. - - You may extract a single document from such a collection, - and distribute it individually under this License, provided you - insert a copy of this License into the extracted document, and - follow this License in all other respects regarding verbatim - copying of that document. - - - - AGGREGATION WITH INDEPENDENT WORKS - - A compilation of the Document or its derivatives with other - separate and independent documents or works, in or on a volume of - a storage or distribution medium, does not as a whole count as a - Modified Version of the Document, provided no compilation - copyright is claimed for the compilation. Such a compilation is - called an "aggregate", and this License does not apply to the - other self-contained works thus compiled with the Document, on - account of their being thus compiled, if they are not themselves - derivative works of the Document. - - If the Cover Text requirement of section 3 is applicable to - these copies of the Document, then if the Document is less than - one quarter of the entire aggregate, the Document's Cover Texts - may be placed on covers that surround only the Document within the - aggregate. Otherwise they must appear on covers around the whole - aggregate. - - - - TRANSLATION - - Translation is considered a kind of modification, so you may - distribute translations of the Document under the terms of section - 4. Replacing Invariant Sections with translations requires - special permission from their copyright holders, but you may - include translations of some or all Invariant Sections in addition - to the original versions of these Invariant Sections. You may - include a translation of this License provided that you also - include the original English version of this License. In case of - a disagreement between the translation and the original English - version of this License, the original English version will - prevail. - - - - TERMINATION - - You may not copy, modify, sublicense, or distribute the - Document except as expressly provided for under this License. Any - other attempt to copy, modify, sublicense or distribute the - Document is void, and will automatically terminate your rights - under this License. However, parties who have received copies, or - rights, from you under this License will not have their licenses - terminated so long as such parties remain in full - compliance. - - - - FUTURE REVISIONS OF THIS LICENSE - - The Free Software Foundation may publish new, revised - versions of the GNU Free Documentation License from time to time. - Such new versions will be similar in spirit to the present - version, but may differ in detail to address new problems or - concerns. See http://www.gnu.org/copyleft/. - - Each version of the License is given a distinguishing - version number. If the Document specifies that a particular - numbered version of this License "or any later version" applies to - it, you have the option of following the terms and conditions - either of that specified version or of any later version that has - been published (not as a draft) by the Free Software Foundation. - If the Document does not specify a version number of this License, - you may choose any version ever published (not as a draft) by the - Free Software Foundation. - - - - How to use this License for your documents - - To use this License in a document you have written, include - a copy of the License in the document and put the following - copyright and license notices just after the title page: - -
- Copyright (c) YEAR YOUR NAME. - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.1 - or any later version published by the Free Software Foundation; - with the Invariant Sections being LIST THEIR TITLES, with the - Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. - A copy of the license is included in the section entitled "GNU - Free Documentation License". -
- - If you have no Invariant Sections, write "with no Invariant - Sections" instead of saying which ones are invariant. If you have - no Front-Cover Texts, write "no Front-Cover Texts" instead of - "Front-Cover Texts being LIST"; likewise for Back-Cover - Texts. - - If your document contains nontrivial examples of program - code, we recommend releasing these examples in parallel under your - choice of free software license, such as the GNU General Public - License, to permit their use in free software. -
- -
- diff --git a/help/C/apx-gloss.sgml b/help/C/apx-gloss.sgml deleted file mode 100644 index 365e64b60d..0000000000 --- a/help/C/apx-gloss.sgml +++ /dev/null @@ -1,432 +0,0 @@ - - - Glossary - - - Attachment - - - Any file sent along with an email. Attachments may be embedded in - a message or appended to it. - - - - - - Automatic Indexing - - - Pre-sorting procedure that allows - Evolution to refer to data quickly. - It enables faster searches and decreases memory usage for - data displays. - - - - - - Bcc (Blind Carbon Copy) - - - A way of addressing a message. Bcc is used to send a group of - people an e-mail, while hiding their names and addresses from each - other. - - - - - - Cc (Carbon Copy) - - - Carbon-copies are used to send a 3rd party a copy of the e-mail, - so they an keep up to date on a conversation, without being in the - To: list. - - - - - - Druid - - - A tool which guides a user through a series of steps, usually to - configure or set up a program. Equivalent to "Assistant" and - "Wizard." - - - - - - Emoticon - - - Also called "smileys," emoticons are the little sideways faces made - of colons and parentheses which people use to convey emotion in email. - Examples: :-) or ;( . - - - - - - Evolution - - - Evolution is the GNOME - groupware application. - - - - - - Execute - - - To run a program. Any file that can be run is called an - executable. Evolution can download - executable attachments, but before they can be run, the files must - be marked as executable with a shell or file manager. This - security precaution prevents the automatic or accidental execution - of malicious programs. For more information on executables and file - permissions, see the documentation for your file manager or shell. - - - - - - - File Tree - - - A way of describing a group of files on a computer. With the - perversity typical of computer (and especially Unix and Linux) - nomenclature, the top of the tree is called the root directory, - and denoted by /. - The rest of the "branches" spread downwards from the root. Don't - confuse the root directory with the root - account, or root's home directory, - /home/root. - - - - - - Filter - - - Within Evolution, a filter is a method - of sorting mail automatically. You can create filters to perform - one or more actions on a message that meets any (or all) of a wide - range of criteria. - - - - - - Forward - - - the user can send a third party a message - which was sent to the user originally. - - - - - - Groupware - - - Groupware is a term describing an application which helps groups - of people work together. Typically, a groupware application will - have several productivity features built into one program. - - - - - - Haiku - - - A traditional Japanese form of poetry. The poems are three lines - long, with first and last lines having five syllables, and the - second line seven syllables. - - - - - - HTML - - - Hyper-text Markup Language(HTML) is a language - for describing page layout in electronic documents like web pages, - help files, and email messages. HTML can be used in email and - news posts to insert images and apply text treatments. - - - - - - Hot Key - - - Hot-keys are keyboard combinations used to do actions on a - computer instead of using the mouse to do the same action. - Hot-keys can speed up computer usage. - - - - - - iCal - - - iCal is the program which - Evolution uses to manage the calendar - section. - - - - - - IMAP - - - Depending upon whom you ask, IMAP stands for the Internet Mail - Access Protocol, or the Interim Mail Access Protocol. Whatever it - stands for, it allows access to email which is typically (although - not always) stored remotely on a server rather than on a local - hard disk. Often contrasted with POP. - This will not be on the test. - - - - - - - Inline - - - Displayed as part of a message or other document, rather than - attached as a separate file. Contrast with Attachment. - - - - - - LDAP - - - LDAP, the Lightweight Directory Access Protocol, allows a client - to search through a large database of addresses, phone numbers, - and people stored on a server. - - - - - - Mail Client - - - A mail client is the application with which a person reads and - sends e-mail. Its counterparts are the various types of mail - servers, which handle user authentication and direct messages from - sender to recipient. - - - - - - - Minicard - - - A format for the display of contact data. Similar in appearance - to a small business card. - - - - - - Nautilus - - - Nautilus is the next generation file - manager for GNOME being written by Eazel. - - - - - - Nickname - - - An alias for an e-mail address. - - - - - - POP - - - POP, the Post Office Protocol, is a mechanism for email - transport. In contrast to IMAP, it is used only to get mail from - a server and store it locally on your hard disk. - - - - - - Protocol - - - An agreed-upon method of communication, especially one for - sending particular types of information between computer systems. - Examples include POP (Post Office Protocol), for email, and HTTP - (HypterText Transfer Protocol), for web pages. - - - - - - - - Regular Expression - - - A regular expression, or "regex", is a way of describing a - string of text using metacharacters or wild-card symbols. For - example, the statement fly.*so[a|u]p means - "any phrase beginning with 'fly' and ending in 'soup' or - 'soap'". If you searched for that expression, you'd find both - "fly in my soup" and "fly in my soap." There's not room here to - go into depth, but if you want, have a look at the documentation - for the grep command. - - - - - - Script - - - A program written in an interpreted (rather than compiled) - language. Often used as a synonym for "macro," to denote a series - of pre-recorded commands or actions within an application. - - - - - - Sendmail - - - As its name implies, sendmail is a - program which sends mail. Evolution - can use it instead of SMTP; some people - prefer it because it offers more flexibility, but is more - difficult to set up. - - - - - - - Shortcut Bar - - - A portion of Evolution which offers - users fast access to the most frequently used portions of the - application. - - - - - - Signature - - - In email terms, a signature is a piece of text placed at the end - of every email sent, like a hand-written signature at the bottom - of a written letter. A signature can be anything from a favorite - quotation to a link to a web page; courtesy dictates that it be - fewer than four lines long. - - - - - - SMTP - - - This is the most common way of transporting mail messages from - the client's computer (you) to the server. SMTP stands for - Simple Mail Transfer Protocol. - - - - - - Spam - - - Useless, unwanted e-mail. Spam normally comes in forms of - chain-letters and advertisements for unscrupulous web sites or - services. Messages that are merely useless are called "opt-in - newsletters." - - - - - - Virus - - - A malicious program which inserts itself into others so that it will be - executed, allowing it to spread to still more programs and other computers. - A virus can cause substantial damage by clogging networks or disk drives, - deleting files, or opening security holes. - - - - - - vCard - - - A file format for the exchange of contact information. When you - get an address card attached to an email, it's probably in vCard - format. Not to be confused with vFolder. - - - - - - vFolder - - - An email organization tool. vFolders allows you to create a folder - that contains the results of a complex search. Folder contents are - are updated dynamically. - - - - - - - - - - - - - - - - - - - diff --git a/help/C/apx-gpl.sgml b/help/C/apx-gpl.sgml deleted file mode 100644 index 7c7e4cd0f7..0000000000 --- a/help/C/apx-gpl.sgml +++ /dev/null @@ -1,414 +0,0 @@ - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - - - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - -Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - - The precise terms and conditions for copying, distribution and -modification follow. - - - - - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - - -NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - - END OF TERMS AND CONDITIONS - - - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - <one line to give the program's name and a brief idea of what it does.> -Copyright (C) < year> <name of author> - - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - - -Also add information on how to contact you by electronic and paper mail. - - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - - - - - - - - - - - - diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml deleted file mode 100644 index 157b61e1cc..0000000000 --- a/help/C/config-prefs.sgml +++ /dev/null @@ -1,646 +0,0 @@ - - - - Advanced Configuration - - Perhaps your mail server has changed names. Perhaps you've - grown tired of a certain layout for your appointments. - Whatever the reason, you want to change your - Evolution settings. This chapter - will tell you how to do just that. - - - - Mail Settings - - To change your mail settings, select - Settings Mail - configuration in the Inbox. This - will open the mail preferences window, - illustrated in . Mail - preferences are separated into several categories: - - - Identities - - - This allows you to create and alter one or more - identities for your email. - - - - - Sources - - - This tab lets you tell - Evolution where to get the - mail sent to you, and how to get it. - - - - - - Mail Transport - - - This tab lets you tell - Evolution how to send mail. - - - - - - News Servers - - - If you would like to use - Evolution to read newsgroups, - you can specify your news server preferences here. - - - - - - Other - - - Miscellaneous mail and news settings, such as HTML - handling preferences, and how long - Evolution should wait before - marking a message read. - - - - - - - - -
- Mail Preferences Dialog - - Setting mail preferences - - - -
- - - - - Identity Settings - - If you have only one email account, or send email from only - one address, you will only need to configure one identity. If - you want, however, you can have multiple identities. This - can be useful if you want to keep personal and professional - email separate, or if you wear several hats at work. - - - - To add a new identity, simply click - Add. To alter an existing identity, - click on it in the Identity tab of the - Preferences window, and then click - Edit. - - - - Evolution will then present you - with a dialog box containing four fields: - - - - Full Name: by default, this is the - same name as the full name described in your user - account on your computer. You can select another if you - wish. - - - - - Email address: Enter your email - address in this space. - - - - - Organization: If you send email as - a representative of a company or other organization, - enter its name here. - - - - - Signature file: You may choose a - small text file to be appended to every message that you - send. Typically, signature files include address or - other contact information, or a favorite quotation. - It's good form to keep it to four lines at the maximum. - - - - - - - - Network Settings - - In order to send mail with - Evolution, you need to connect to - your network. To do that, you'll need to know your user name - and password, what sort of mail sending and receiving - protocols your network uses, and the names of the servers - you'll be using. If you're switching from another groupware - or email program, you can almost certainly use the same - settings as you did with that program. Network-related - settings are in the Mail Sources and - Mail Transport tabs. - - - - Mail Sources - - The Mail Sources tab allows you to - edit, add, or delete methods of retrieving mail from - servers. Clicking on Add or - Edit will bring up a dialog box to - offer you the following options: - - - Mail source type: - - - Select from IMAP or POP servers, or Unix-style - mbox - or mh - files. - - - - - Server: - - - Enter the name of the mail source server in this - field. If you use an may or may not be the same as your - SMTP server. - - - - - Username: - - - Enter the user name for the account you have on the - server-- this should the part of your email address - before the @. If you use - mbox - or mh - files as your mail source, you do not need to enter - a username. - - - - - Authentication: - - - Tell Evolution how to - verify your identity with the server. Your options - vary depending upon the type of server you are - using, and the ways it is configured. Given the - name of a server, - Evolution can detect what - sorts of authentication it offers. - - - - - Test Settings - - - Click this button to have - Evolution check to see if - mail sources are configured correctly. - - - - - - - If you have several mail sources, clicking Get - Mail will refresh any IMAP, - mh, or - mbox - listings and check and download mail from all POP servers. - In other words, Get Mail gets your - mail, no matter how many sources you have, or what types - they are. - - - - - Mail Transports - - The Mail Transports tab lets you set - how you will send mail. Evolution currently supports two - mail transport options: SMTP, which - uses a remote mail server, and - sendmail, which uses the - sendmail program on your local - system. Sendmail is more - difficult to configure, but offers more flexibility than - SMTP. - - - To use SMTP, you'll need to enter the - name of your SMTP server. It may have the same name as - your mail source server. - - - Evolution can attempt to - determine if you have entered a valid server name. To - have it do so, click the Test - Settings button. - - - - - News Servers - - Newsgroups are so much like mailing lists that there's no - reason not to keep them right next to your mail. When you - first select the News Servers tab, - you will see a blank box with the three familiar buttons - on the right: Add, - Edit, and - Delete. - - - Click Add to add a news server; you - will be prompted for its name. Enter the name, click - OK, and you're done. You can have - as many mail servers as you like, of course. News servers - will appear next to your IMAP servers in the - folder bar. - - - - - Other Mail Preferences - - Not everything fits neatly into categories. This tab - contains some miscellaneous configurations that don't have - too much to do with each other. - - - - - Send messages in HTML format - - - If you check this box, you will send - messages as HTML by default. If you leave it unchecked, your - messages will be sent without HTML formatting unless you select - Format HTML - in the message composer. - See - for more information about HTML mail. - - - - - Mark Messages as Seen After - - - When you click on a message, - Evolution will wait a - moment before marking it as seen. You can set the - delay, in milliseconds, here. - - - - - Folder Format - - By default, - Evolution saves its mail - in the - mbox - format. You can switch to the - mh - format if you like. Note that this is an advanced - feature and may cause you to lose some messages, so - you should probably make a backup of your - evolution - directory first. In addition, it will take quite - some time if you have a large mailbox. - - - - - -
- - - Configuring the Calendar - - To set your calendar preferences, select - Settings - Calendar - Configuration from the Calendar - view. This will open up the - Preferences window. It contains four - tabs: Time display, - Colors, To Do List - and Alarms. The calendar - preferences window is illustrated in . - - -
- Calendar Preferences Dialog - - If this worked on my job as well as my calendar... - - - -
- -
- - - Time Display Settings - - The Time display tab lets you set the - following: - - - Time format - - You may choose between twelve-hour (AM/PM) and - twenty-four hour time formats here by clicking the - appropriate radio button. - - - - - Weeks start on - - You can set weeks to start on Sunday or on Monday. - - - - Day range - - - When does your work day start, and when does it end? - In the day and week views, - Evolution displays all the - hours in the range you select here, even if there are - no appointments for those times. Of course, you can - still schedule an appointment outside of these hours, - and if you do, the display will be extended to show - it. - - - - - - - - Calendar Colors - - The colors tab allows you to decide - what color your calendar will be. The tab consists of a - sample calendar on the right and a list of ten items that can - be colored in different ways. If you click on the color - button to the right of each item, you will bring up a - color-selector window where you can choose to alter that - color. By clicking OK in the color - selection dialog, you can see the results of the color on the - sample calendar. - - The display elements whose color you can set are: - - - - - Outline: The lines between days - and at the top of the display. - - - - - Headings: Text color for day - and month names and other headings. - - - - - Empty days: This is the - background color for any time slots in which you have no appointments. - - - - - - Appointments: This is the - background color for any time slots in which you have appointments. - - - - - Highlighted day: The - background color for a selected time slot. - - - - - - - Day numbers: Text color for date numbers. - - - - - - - Current day's number: Text color for today's date. - - - - - To-Do item that is not yet - due: Text color for To-Do list items that are - not yet due. (Or maybe background color? find out!) - - - - - - To-Do item that is due today: - Text color for today's tasks. - - - - - To-Do item that is overdue: - Text color for overdue tasks. - - - - - - - - - To Do List Settings - - You can choose what information the To Do list displays and the - way it is displayed. The two areas of the To Do - List tab offer several options each: - - - Show on To Do List - - - This box contains three items. If you select the - check boxes next to them, that information will appear - in the To Do list for each task it contains: - - - Due Date - - - Time Until Due - - - Priority - - - - - - - Style Options - - - Select among the following checkboxes to determine - how your To Do list will look: - - - Highlight overdue items - - - Highlight items due today - - - Highlight not yet due items - - - - - - - - - - - Alarms Settings - - The alarms tab enables you to select from three boxes: - - - Beep on display alarms: select - this box to have Evolution beep - at you for any alarms you have set. If you leave this box - unchecked, Evolution will only - alert you to events by opening a dialog box. These beeps - are distinct from full-fledged audio alarms. - - - - Audio alarms timeout after: - Select this button to have your audio alarms stop - automatically after a certain number of seconds. - - - Enable snoozing for: If you - would like to have the option to tell - Evolution to repeat an alarm in - a few minutes, select this button and decide how long - you'd like it to wait. - - - - - - -
- - - Managing the Contact Manager - - To set the behavior of your Contact Manager, click on the - Contact Manager tab in the - Preferences window. - - - You can set the following options: - - - - Adding Directory Servers - - To add a new LDAP server to your available contact - folders, select Actions - New Directory Server - . This brings up a small dialog box which - will let you enter the following options: - - - Name — any name you choose for the server. - - - - Description — a longer description of the server. - - - - LDAP Server — the network address of the server. - - - - Port Number — by default, the port number is 389. - - - - Root DN — enter the root DN here. - - - - - - - - - - General Preferences - - Additional configuration options will be covered here, as - they become available. - - -
- - - - - - diff --git a/help/C/config-setupassist.sgml b/help/C/config-setupassist.sgml deleted file mode 100644 index b9b72b568a..0000000000 --- a/help/C/config-setupassist.sgml +++ /dev/null @@ -1,213 +0,0 @@ - - Easy Setup with the Setup Assistant - - The first time you try to use email, the mail setup assistant - will ask you for some basic information, so - Evolution can let you use email. If - you prefer more detailed configuration, or if you want to make - changes to an existing email setup, see . - - - - Mail Setup - - The first time you try to send or receive mail with - Evolution, the mail - setup assistant will pop up to help you with your - email preferences. If you don't plan to use email, or if - you'd rather deal with your email preferences later, click - Cancel. - - - - - - The setup assistant (sometimes called a - Druid, by analogy with the "Wizards" - that some other programs use) will guide you through the - network configuration process. It will ask you for some - basic information; your system administrator or ISP should - have the answers you'll need. The mail setup assistant is - pictured in . - - - - -
- Mail Setup Assistant - - Evolution Main Window - - - -
- - - - - The assistant will ask you for the following information: - - - - Name: - Your full name. - - - - Email address: - - Your complete email address. - - - - - Organization: - - - Any organization you represent, or the company where you - work. Leave this blank if you wish, or type "My own bad - self" so people know your opinions are yours alone. - - - - - - Signature File: - - - A text file appended to any email you send. A signature - file typically consists of your name and email address, - or a quotation you like. It's good form to keep your - "sig" on the short side: four lines is plenty. Remember, - this is attached to every email you send. - - - - - - Mail source type: - - - Evolution supports several - mail sources: POP and - IMAP servers, and UNIX-style - mbox and - mh files. - POP servers retrieve your mail and store it on your - local system so you can refer to it even when not - connected to a network; IMAP - servers store the mail on the server so you can access - it from multiple locations; - mbox> - files are used by your computer for internal mail, and - may be useful if you want to switch from another email - client such as Spruce or - Netscape Communicator. Ask - your system administrator which you should use, or keep - guessing until one works. You may use multiple sources - if you wish; see for more - information. - - - If you decide not to have - Evolution use any servers, - the remaining items are not relevant; you only need to - point to the location of the files you wish to access. - - - - - - Server: - - - This should be the name of the server where you get - incoming mail. It may (or may not) be the same as the - server where you send your outgoing mail. - - - - - - Username: - - - Enter the username for your mail server account, if you - have one. In almost all cases, this is the part of your email - address before the @ character, and - Evolution has selected that - value as the default. If you have a different username, - you can enter it here. - - - - - - Authentication: - - - Select the type of authentication you will use. You can - click Detect supported types to - find out which authentication protocols your network - allows. - - - - - - Mail Transport: - - - This is the mail sending protocol you will want to use. - Evolution supports both - SMTP and - sendmail; SMTP is by far the - more common. - - - - -
- - To learn how to configure Evolution - in greater detail, or to change preferences once you have set - them, see . - -
- -
- - - - - - - - - diff --git a/help/C/config-sync.sgml b/help/C/config-sync.sgml deleted file mode 100644 index 8fcf94e3af..0000000000 --- a/help/C/config-sync.sgml +++ /dev/null @@ -1,58 +0,0 @@ - - Setting up your synchronization system - - Synchronization presents you with two issues you'll need to - deal with. The first one is pretty simple: you'll need to get - the data to move among the various devices you're using. If - you've already got Gnome-Pilot - working, then all you have to do is tell it to use the - Evolution - conduit. If you haven't used - Gnome-Pilot before, you'll need to - run the GNOME Control Center and go - through the hand-held device setup assistant. Then you can - select the Evolution conduit and press the hotsync button. - - - If that doesn't work, jump up and down several times and swear - loudly. Then make sure you've got - Gnome-Pilot going to the right - device (for my serial port, it's /dev/ttys0, not the default - /dev/pilot) and that you have read and write permission on - that device. If you don't, you'll need to be added to whatever - group has those permissions (probably tty). - - - Once Evolution knows how to get the - mail, address, and calendar data, it needs to know what to do - with it. When you synchronize your local data with the data - on a server or handheld device, you may run into conflicts: - perhaps you have ended up with two cards with the same name - and different addresses, or old mail that has been deleted - from one device but not the other. What if you want to keep - only the a few contacts or messages on your hand-held or your - laptop, but keep all the data server or your desktop machine? - Select the Synchronization tab from the - Preferences window to set up the - conflict resolution preferences. - - - You can set Evolution's - synchronization behavior in the following ways: - - - - - Data Loss Prevention - - It's always a good idea to make a backup. If you set your - synchronization behaviors wrong, you could end up deleting - the messages and cards you want to keep, and keeping the - ones you want to delete. Before you change these - preferences, make a backup of your the - evolution - directory. - - - - diff --git a/help/C/evolution-guide.sgml b/help/C/evolution-guide.sgml deleted file mode 100644 index 5adc131eeb..0000000000 --- a/help/C/evolution-guide.sgml +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - -]> - - - - - - - A User's Guide to Evolution - - AaronWeber - KevinBreit - - - 2000 - Helix Code, Inc., - Kevin Breit - - - - - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation - License, Version 1.1 or any later version - published by the Free Software Foundation with no Invariant - Sections, no Front-Cover Texts, and no Back-Cover Texts. You - may obtain a copy of the GNU Free Documentation - License from the Free Software Foundation by - visiting their - Web site or by writing to: Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - USA. - - - Many of the names used by companies to distinguish their - products and services are claimed as trademarks. Where those - names appear in any GNOME documentation, and those trademarks - are made aware to the members of the GNOME Documentation - Project, the names have been printed in caps or initial caps. - - - - - This is version 0.6 of the Evolution manual, describing version - 0.6 of Evolution. - - - - - &PREFACE; - - - Using Evolution - - - Part one of the Evolution manual - describes how to use Evolution - for email, contact management, and appointment and task - scheduling. You'll find as you go along that, as with most of - Linux, there's more than one way to do things, and you can - pick whichever method you like best. - - - - &USAGE-MAINWINDOW; - &USAGE-MAIL; - &USAGE-CONTACT; - &USAGE-CALENDAR; - - &USAGE-SYNC; - &USAGE-PRINT; - - - Configuring and Managing Evolution - - - Evolution is highly configurable. - Usually, when developers say that, they mean that they didn't - test it out thoroughly and have left it to other programmers - to "configure" themselves a working system. In the case of - Evolution, "configurable" means - what it ought to. It means that, while you can expect the - program to work perfectly well in its default settings, it's - also easy to alter its behavior in a wide variety of ways, so - that it fits your needs exactly. This part of the book will - describe that process, from the quickest glimpse of the Setup - Assistant to an in-depth tour of the preferences dialogs. - - - - &CONFIG-SETUPASSIST; - &CONFIG-PREFS; - &CONFIG-SYNC; - - - - Comprehensive Menu reference - - - The following reference covers all, or nearly all, of the - menus and menu commands that - Evolution has to offer you. - - - &MENUREF; - - - &APX-GLOSS; - &APX-BUGS; - &APX-AUTHORS; - - - - - - - - - - - - diff --git a/help/C/fig/calendar.png b/help/C/fig/calendar.png deleted file mode 100644 index c9703f4903..0000000000 Binary files a/help/C/fig/calendar.png and /dev/null differ diff --git a/help/C/fig/config-cal.png b/help/C/fig/config-cal.png deleted file mode 100644 index 25b5b68621..0000000000 Binary files a/help/C/fig/config-cal.png and /dev/null differ diff --git a/help/C/fig/config-mail.png b/help/C/fig/config-mail.png deleted file mode 100644 index cd8543d94e..0000000000 Binary files a/help/C/fig/config-mail.png and /dev/null differ diff --git a/help/C/fig/contact-editor.png b/help/C/fig/contact-editor.png deleted file mode 100644 index 988ad2f918..0000000000 Binary files a/help/C/fig/contact-editor.png and /dev/null differ diff --git a/help/C/fig/contact.png b/help/C/fig/contact.png deleted file mode 100644 index a9ed02251a..0000000000 Binary files a/help/C/fig/contact.png and /dev/null differ diff --git a/help/C/fig/filter-assist-fig.png b/help/C/fig/filter-assist-fig.png deleted file mode 100644 index 5248e0effe..0000000000 Binary files a/help/C/fig/filter-assist-fig.png and /dev/null differ diff --git a/help/C/fig/filter-new-fig.png b/help/C/fig/filter-new-fig.png deleted file mode 100644 index a8b41ca678..0000000000 Binary files a/help/C/fig/filter-new-fig.png and /dev/null differ diff --git a/help/C/fig/mail-composer.png b/help/C/fig/mail-composer.png deleted file mode 100644 index 22c16365b5..0000000000 Binary files a/help/C/fig/mail-composer.png and /dev/null differ diff --git a/help/C/fig/mail-druid-pic.png b/help/C/fig/mail-druid-pic.png deleted file mode 100644 index f29f3e77be..0000000000 Binary files a/help/C/fig/mail-druid-pic.png and /dev/null differ diff --git a/help/C/fig/mail-inbox.png b/help/C/fig/mail-inbox.png deleted file mode 100644 index b4f18640b4..0000000000 Binary files a/help/C/fig/mail-inbox.png and /dev/null differ diff --git a/help/C/fig/mainwindow-pic.png b/help/C/fig/mainwindow-pic.png deleted file mode 100644 index 28bf487bf9..0000000000 Binary files a/help/C/fig/mainwindow-pic.png and /dev/null differ diff --git a/help/C/fig/print-dest.png b/help/C/fig/print-dest.png deleted file mode 100644 index 464705711e..0000000000 Binary files a/help/C/fig/print-dest.png and /dev/null differ diff --git a/help/C/fig/print-preview.png b/help/C/fig/print-preview.png deleted file mode 100644 index 7f9a8d661a..0000000000 Binary files a/help/C/fig/print-preview.png and /dev/null differ diff --git a/help/C/fig/vfolder-createrule-fig.png b/help/C/fig/vfolder-createrule-fig.png deleted file mode 100644 index 162bebf48c..0000000000 Binary files a/help/C/fig/vfolder-createrule-fig.png and /dev/null differ diff --git a/help/C/menuref.sgml b/help/C/menuref.sgml deleted file mode 100644 index c1f6e31c1c..0000000000 --- a/help/C/menuref.sgml +++ /dev/null @@ -1,1461 +0,0 @@ - - - - Menu Reference - - Evolution's menus may not hold the - secret to happiness, they do hold every ability that - Evolution has. This section will serve - as a reference for all those menus, and the capabilites that they - offer you. - - - In addition, the editor tools for messages, appointments, and - contacts all have menu bars of their own. From left to right, the - menus available to you when you are reading mail are: - File, Edit, - View, Settings, - Message, Folderand - Help. - - - - Menus in Evolution are - context-sensitive, which means that they vary depending on what - you're doing. If you're reading your mail, you'll have - mail-related menus; for your calendar, you'll have - calendar-related menu items. Some menus, of course, like - Help and File don't much, if - at all, because they have more universal functions. But you'd - never mark an address card as "read," or set the recurrence for an - email message you've recieved. depending on whether you're looking - at mail, contacts, or calendar information. - - - - - - Menus that are the same everywhere - - The File and Help menus in - the main Evolution window do not - change, because they refer to universal items. Other menus have - contents that change depending on context. - - - - File Menu - - - - - New... Submenu - - - - Folder — - Create a new folder. See - for more information about folders. - - - Shortcut — - Create a new Shortcut in the Shortcut Bar. - - - Mail Message — - Compose a new mail message. Covered in - . - - - Appointment — - Enter a new appointment in your calendar. See for more information. - - - Task — - Enter a new to-do item in your taskpad. Covered in - . - - - - - - - Go to Folder - - View the items in a particular folder. - - - - - Create New Folder - - This item doesn't belong here any more. - - - - - Print Message - - Print the current message. - - - - - Exit - - Quit using Evolution. - - - - - - - - The Help Menu - - - - Help Index - - Displays the table of contents for this document. - - - - Getting Started - - A quick look around, and a summary of the things - Evolution can do for you. - - - - Using the Mailer - - An in-depth tour of Evolution Mail. - - - - Using the Calendar - - A step-by-step guide to using the Calendar. - - - - Using the Contact Manager - - Find your way around the Contact Manager. - - - - Submit Bug Report - - If you don't report them, they can't fix them. Select this item to let the - developers know what's wrong. - - - - About Evolution - - Displays a window with information about the application and its authors. - This has the same information as . - - - - - - - - - - Mail Menus - - Evolution Mail has more specialized - menus, and more specialized menu items, than any other part of - the application. - - - - The Edit Menu - - This menu is currently empty. - - - - - The Mail View Menu - - This menu lets you control the way - Evolution displays your information - for you. - - - Show Shortcut Bar - - Toggle the shortcut bar on and off with this item. - - - - - Show Folder Bar - - Toggle the folder bar on and off with this item. - See for - more information about the folder bar. - - - - - Threaded Message List - - This item controls whether your message list is displayed by thread - or by other criteria. The default order is by date; see - for information about the - order of the message list. - - - - - - - - The Mail Settings Menu - - - - Mail Filters - - Edit your mail filters here. - See - for more information about mail filtering. - - - - - Virtual Folder Editor - - Create, edit, and delete Virtual Folders (vFolders) - with this tool. - To learn about using vFolders with mail, see - . - - - - - Mail Configuration - - Tools for setting up all your mail account preferences. - - - - - Manage Subscriptions - - Tools for newsgroup and IMAP folder subscriptions. - - - - - Forget Passwords - - This item will cause Evolution - to forget what your password is. - - - - - - - - - The Mail Folder Menu - - The items in this menu relate to - Evolution mail folders. - - - You can: - - - - Mark all as Read - - Evolution keeps track of which messages - you've seen; to mark everything in a folder as read, choose this item. - You can mark a single message as read by right-clicking it in the message bar. - - - - - Delete All - - This is a favorite item of everyone with too much junk-mail: one click, and it - deletes every message in the current folder. - - - - - - Expunge - - Empties the trash folder, erasing messages permanently. - Once you've done this, they're gone for good. - - - - - Configure Folder - - Use this item to set the file format in which - Evolution stores mail. You - can choose from standard UNIX-style - mbox - files, or the - mh format. - Converting large mailboxes may take a long time, and - it's a good idea to have a backup copy beforehand. - - - - - - - - - The Mail Message Menu - - The items in this menu relate to - Evolution mail messages. Most of - them require you to have a message selected, and are also - available by right-clicking on a message in the message - list. - - - - - - - Open in New Window - - Displays the selected message in a new window. - - - - - Edit Message - - Open the selected message in the message composer. You - can only edit a message you have written: drafts and messages in - the Sent box. - - - - - Print Message - - Displays the Print Preview window, - ready for printing. - - - - - Reply to Sender - - Opens a message composition window addressed to the - author of the message. Covered in detail in - . - - - - - Reply to All - - Opens a message composition window addressed to the - author of the message and all known recipients. - Covered in detail in . - - - - - Forward - - Appends the body of the selected message to a new message. - Covered in detail in . - - - - - Delete Message - - Marks a message for deletion. - - - - - Move Message - - Choose a folder in which to place this message. - - - - - Copy Message - - Copy the selected message to another folder. - - - - - VFolder on Subject - - This item, and the three that follow it, will create vFolders - which you may customize further or save as-is. This one will - create a vFolder which will display all messages that contain the - subject line of the selected message. - - - - - VFolder on Sender - - Creates a vFolder to hold all messages from the sender of - the selected message. - - - - - - VFolder on Recipients - - Creates a VFolder to hold all messages addressed to the - recipient of the selected message. - - - - - Filter on Subject - - This item, and the three that follow it, will create Filters - for which you must select actions. You may keep the criteria as - they are, or alter them as you wish. This one will - create a filter which will affect all messages that contain the - subject line of the selected message. - - - - - Filter on Sender - - Creates a filter which affects all messages from the sender of - the selected message. - - - - - Filter on Recipients - - Creates a filter which will affect all messages addressed to the - recipient of the selected message. - - - - - - - - - The Message Heading Right-Click Menu - - At the top of the message list is the message list heading - bar; you can click on an individual heading — - Subject, for example, to have the - message list sorted by that attribute. However, if you right - click on a heading, you'll get the following menu: - - - - - - - Sort Ascending - - Sort the list, in ascending order, by the attribute you clicked. - - - - - Sort Descending - - Sort the list in descending order. - - - - - Unsort - - Undo any sorting by this attribute, and leave the message list sorted - by the previous one. - - - - - Group by this Field - - Instead of sorting the messages, group them in boxes. - - - - - Group by Box - If you have your messages grouped in - boxes, you can arrange the boxes as well, by choosing - this item. - - - - Remove this column - - Choose this to remove the column from the message list display. - - - - - Field Chooser - - Opens a palette of columns. You can drag the columns - you want from the palette into position in the - message list heading bar; red arrows appear - when you get close enough to a possibile position. - - - Your options are: - - - An Envelope which indicates whether a message has been read (closed for unread, open for read). - - - - An Exclamation Point for priority - - - - A Penguin which indicates something, although I'm not sure what. - - - - A Paper Clip which indicates that there is an attachment to the message. - - - - From, for the From field of a message. - - - Subject, for the Subject field of a message. - - - - Date, for the date and time a message was sent. - - - - Received, for the date and time you got the message. - - - - To, for the To field. - - - - Size, for a message's size. - - - - - - - - - Alignment - Use this item to decide upon the - alignment of the message attributes within their - columns. - - - - Best Fit - - Alters the width of the message list columns to maximize the amount of information displayed. - - - - - Format Columns... - - This item is not yet available. - - - - - - Customize - Views... Opens a - dialog box that lets you choose a complex set of - arrangements for your message list, so you can combine - sorting and grouping in as many ways as you like. - - - - - - - - - - The Message Composer Menus - - The message composition window has its own set of menus: - File, which controls operations on files and - data, Edit, for text editing, - Format, which controls the file format of - messages you send, View, to set how you view - the message, and Insert, which holds tools - for embedding files and other items in messages. Here's what's in them: - - - The Message Composer's File Menu - - - - Open - - Open a text file or a draft mail message. - - - - - Save - - Save a mail message as a text file. - - - - - Save As - - Choose a file name and location for - a message you want to save as a text file. - - - - - Save in Folder - - Save a message as a draft, rather than - as a separate text file. - - - - - Insert Text File - - Open a text file and insert it into - the current message. (FIXME: belongs under "Insert"). - - - - - Send Now - - Sends the message immediately. - - - - - Send Later - - Queue - - - - - Close - - Closes the message composer. If you have not done so, - Evolution - will ask you if you want to save your message. - - - - - - - The Message Composer's Edit Menu - - The Edit menu in the message composer - contains the following items. Keyboard shortcuts are listed - next to the items in the menus themselves. - - - - - Undo - - Undoes the last action you performed. - - - - - Redo - - If you change your mind about Undoing something, - you can always use this item. - - - - - Cut - - Removes the selected text from the text entry window and - retains it in the system "clipboard" memory, ready for pasting. - - - - - Copy - - Copies selected text to the system clipboard without deleting it. - The text can then be inserted elsewhere with the - Paste command. - - - - - Paste - - Inserts the contents of the system clipboard at the - location of the cursor. - - - - - Find - - Enter a phrase and find your match in your message body. - As with Find Regex, - Find Again, and - Replace, Evolution - will offer you the option to search forwards or backwards. - - - - - Find Regex - - If you are familiar with regular expressions, - often called "regexes," you can search for something more complicated, - using wildcards and boolean logic. - - - - - Find Again - - Repeats your last search. - - - - - Replace - - Enter a word or phrase and the word or phrase with which you'd like - to replace it. - - - - - Properties - - This item brings up the Message Composer Properties Capplet, - a portion of the GNOME Control Center that determines the - key bindings for the message composer. Help for this capplet is - available directly from the Control Center. - (FIXME: Write that help doc too) (FIXME: this is in the wrong place!) - - - - - - - - The Message Composer's Format Menu - - The Format menu has only one item: - - - HTML - - Toggles HTML mode for the message composer. When selected, - the message is displayed and sent in HTML. If you have written a - message in HTML and turn HTML off, most formatting will be lost. - Evolution will attempt to preserve spacing - and to remove formatting gracefully, however. - - - - - - - The Message Composer's View Menu - - The View menu controls the way messages are - displayed, and how much of the message, its headers, and - attachments appear. It contains: - - - Show Attachments - - Toggles the display of attachments. When this item is selected, - Evolution will create a separate pane - of the composition window to show what attachments you are appending - to the message. - - - - - - - The Message Composer's Insert Menu - - The Insert menu holds tools that allow you - to include images, horizontal rules, and other objects - in the body of your message. The tools are: - - - - Image - - This tool will prompt you to select an image file to - insert into your HTML message. For text messages, this - is the same as attaching an image file. - - - - - Link - - Opens the link creation window, - which lets you specify the URL and text description - for a link in your message. This only works with HTML - messages. - - - - - Rule - - Opens the horizontal rule creation dialog, which lets you - create an HTML horizontal rule. For more information, - see . - This tool only works with HTML messages. - - - - - Text File - - Open a text file and insert it into the current message. - This tool works with both plain text and HTML messages. - - - - - - - - - The Calendar Menus - - The Main window of the calendar has the same menus as the main - window of the mail client. However, their contents vary in a - number of ways. - - - The Calendar Edit Menu - - The contents of the Edit menu are currently so borked that I - refuse to document them right now. (That means FIXME). They - should be: - - - - Item - - Description - - - - Item - - Description - - - - - Item - - Description - - - - - - - The Calendar View Menu - - The Calendar's View menu contains the following items: - - - - Show Shortcut Bar - - Toggle the Shortcut Bar on and off with this item. - - - - - Show Folder Bar - - Toggle the folder bar on and off with this item. - See for - more information about the folder bar. - - - - - View By Day - - Switch to the day view for your calendar. - - - - - View Five Days - - View five calendar days at once. - - - - - View by Week - - Switch the calendar view to full week mode. - - - - - View By Month - - Look at a month at a time. - - - - - - - - The Calendar Settings Menu - - This menu is empty. - - - - - - - The Appointment Editor Menus - - The appointment editor has its own menus, to help you use its - wide-ranging abilities. - - - - The Appointment Editor's File Menu - - This menu contains several items, including a New submenu - that is identical to that in the - main window's file menu. - Its other contents are: - - - - Send - - Opens a mail message with the appointment attached to it. - - - - - - Save - - Save this appointment in the existing location and name. If you have not yet - chosen a location and name, this is the same as Save As. - - - - - - Save As - - Choose a location and name for this appointment, and save it. - - - - - Delete - - Deletes the appointment. - - - - - Move to Folder - - Chose a folder, and move the appointment into it. - - - - - - Copy to Folder - - Chose a folder, and put a copy of the appointment into it. - - - - - - Page Setup Submenu - - This menu contains two items: - - - Memo Style — - FIXME: What does this do? - - - - Define Print Styles — - FIXME: What does this do? - - - - - - - Print Preview - Shows you what your appointment will look - like if you print it. See - for details on printing and the Print Preview function. - - - - - - Print - - Prints the appointment without preview. - - - - - - Properties - - FIXME: What does this do? - - - - - - Close - - Close the appointment editor window. - - - - - - - - The Appointment Editor's Edit Menu - - FIXME: this menu is copied and pasted entirely from somewhere - else. - - - - - The Appointment Editor's View Menu - - This menu allows you to look at different appointments, and - set the way you look at them, without having to move back to - the Main Window. It contains: - - - - Previous - - The items in this submenu will take you to appointments - prior to the current one. (FIXME: describe). - - - - - Next - - The items in this submenu will take you to appointments - scheduled to occur after the current one. (FIXME: describe). - - - - - Calendar - - FIXME: What does this item do? - - - - - Toolbars - - The Toolbars submenu - allows you to choose which toolbars - are displayed in the - Appointment Editor. They are: - - - Standard — - Toggle the standard toolbar on and off. - - - - Formatting — - Toggle the formatting toolbar on and off. - - - - Customize — - Select the contents of the formatting and standard toolbars. - - - - - - - - - - The Appointment Editor's Insert Menu - - This menu contains: (FIXME: Insert Content Here) - - - File - - Choose a file to append to your appointment or appointment request. - - - - - - Item - - FIXME: ? - - - - - - Object - - FIXME: ? - - - - - - - - The Appointment Editor's Format Menu - - This menu contains two items, neither of which - have any functionality yet: - - - Font - - FIXME: ? - - - - - - Paragraph - - FIXME: ? - - - - - - - - The Appointment Editor's Tools Menu - - This menu contains four items, including the - Forms submenu, which allows you to - alter calendar forms and create your own entries. None of - this works yet, though. - - - - - Spelling - - Checks the spelling of your calendar entry. - - - - - Check Names - Checks the names listed here against - those in your address book. - - - - - - Address Book - - FIXME: ? - - - - - - Forms Submenu - - The Forms submenu lets you alter the - appearance of Calendar Forms. - - - - - - - - - The Appointment Editor's Actions Menu - - This menu contains: - - - - Schedule Meeting - - Brings up the Meeting Invitation window, - described in . - - - - - Cancel Invitation - - Cancels the event, notifying all attendees. You may be prompted - to specify an invitation message. - - - - - Forward as vCalendar - - Opens the message composer with the current event attached. - - - - - Forward as Text - - Opens the message composer with a text description of the current - event included in the message body. - - - - - - - - The Appointment Editor's File Menu - - This menu is empty. - - - - - - - Contact Manager Menus - - The contact manager has six menus: File, - Edit, View, - Settings, Tools, and - Help. - - - - Contact Manager Edit Menu - - This menu is empty. - - - - - - Contact Manager View Menu - - This menu contains the following items: - - - - Show Shortcut Bar - - Toggle the Shortcut Bar on and off with this item. - - - - - Show Folder Bar - - Toggle the folder bar on and off with this item. - See for - more information about the folder bar. - - - - - As Table / As Minicards - - View your contacts as a table. - When in table-view mode, this menu item reads - As Minicards, and changes the view - back to the minicard format. - - - - - - - - Contact Manager Tools Menu - - This menu contains one item: - - - - Search for - Contacts Brings up - the in-depth search window. describes how to use this - feature. - - - - - - - - - Contact Manager Tools Menu - - This menu contains only one item: - - - - New Directory Server Brings up - the in-depth search window. describes how to use this - feature. - - - - - - - - - The Contact Editor Menus - - This window has only one menu: the file menu. - - - - Contact Editor File Menu - - This menu contains five items: - - - - Save - - - - - - - Save As - - Allows you to save the contact as an external - file in the VCard format. - - - - - Print - - Prints the current contact. - - - - - - Delete - - Deletes the current contact. - - - - - - Close - - Closes the Contact Editor without saving. - - - - - - - - - - - - - - - - - diff --git a/help/C/preface.sgml b/help/C/preface.sgml deleted file mode 100644 index 541f2d4d77..0000000000 --- a/help/C/preface.sgml +++ /dev/null @@ -1,429 +0,0 @@ - - - - - Introduction - - - What is Evolution, and What Can It Do for Me? - - Information is useless unless it's organized and accessible; - it's hardly even worth the name if you can't look at it and be - informed. - Evolution's goal is to make the - tasks of storing, organizing, and retrieving your personal - information easier, so you can work and communicate with - others. That is, it's a highly evolved groupware program, an integral - part of the Internet-connected desktop. On the inside, it's a - powerful database; on the outside, it's a tool to help you get - your work done. - - - Because it's part of the GNOME project, - Evolution is Free Software. The - program and its source code are released under the terms of - the GNU General - Public License (GPL), and the - documentation falls under the Free Documentation - License (FDL). For more information about - the GPL and the FDL, visit the Free Software Foundation's - website at http://www.fsf.org. - - - - This is a preview release - - Evolution is not complete, and - still has a lot of flaws. Please help improve it by - letting us know about them. You should do this by - submitting bug reports with the GNOME Bug - Report Tool (known as - bug-buddy at the command line). - - - - - - Evolution can help you work in a - group, by handling email, address and other contact - information, and one or more calendars. It can do that on one - or several computers, connected directly or over a network, - for one person or for large groups. - - - The Evolution project has four - central goals: - - - - - The application must be both powerful and easy - to use. That means a familiar and intuitive - interface that users can customize to their liking, and - the development of shortcuts for complex tasks. - - - - - Evolution must meet and - exceed the standards set by other groupware products. - It must include support for major network protocols so that it can - integrate seamlessly with existing hardware and network - environments. - - - - - The project must support open standards and be open to - expansion, so that it can become a development platform - as well as an application. From the simplest scripting - to the most complex network and component programming, - Evolution must offer - developers an environment for cutting-edge application - development. - - - - - Data must be safe: Evolution - must not lose mail, corrupt mailbox files or other - data, execute arbitrary scripts, - or delete files from your hard disk. - - - - - - Evolution is designed to make most - daily tasks faster. For example, it takes only one or two - clicks to enter an appointment or an address card sent to you - by email, or to send email to a contact or appointment. - Evolution makes displays faster and - more efficient, so searches are faster and memory usage is - lower. People who get lots of mail will appreciate advanced - features like Virtual Folders, - which let you save searches as though they were ordinary mail - folders. - - - - - - About This Book - - - This version of the Evolution - User's Guide is a draft. It describes - version 0.6 of the software. It is missing huge - chunks of information, and many of the features it describes - are unimplemented. All the content is subject to change, - especially if you help. Please send comments on the guide to - aaron@helixcode.com. If you would like to work - on the guide please contact me or see the GNOME Documentation - project web - site. This paragraph will be removed in later - versions of the manual. - - - - - This book is divided into two parts, with several - appendices. The first part is a guided - tour— it will explain how to use - Evolution. If you are new to - Evolution or to groupware in - general, this is the section for you. The second section, - covering configuration, is - targeted at more advanced users, but anyone who wants to - change the way Evolution looks or - acts can benefit from reading it. In addition, there is a - comprehensive menu - reference which describes nearly every capability that - Evolution has to offer. - - - Typographical conventions - - Some kinds of words are marked off with special typography: - - Applications - Commands typed at the command line - Labels for interface items - - Menu selections look like this: - - Menu - Submenu - Menu Item - - - Buttons you can - click Anything you type - in Text - output from a computer - Words - that are defined in the . - - - - - - Quick Reference for Common Tasks - - You might want to get a copy of this section and tape it to - the wall next to your computer: it's a very short summary of - most of the things you'll want to do with - Evolution, and pointers to the - sections of the book where you'll find more in-depth - description of those tasks. - - - Opening or Creating Anything - - Here are the keyboard shortcuts and menu items you're most - likely to use: (Please note that the shortcuts listed are - probably wrong at this point). - - - - - Create a new folder - - - FileNew - Folder or - - Ctrl - Shift - F - - - - - - - Create a new Shortcut in the Evolution Bar - - - File - New - Evolution Bar Shortcut or - - Ctrl - Shift - S - - - - - - - Create a new email message: - - - Use - FileNewMail - Message or - - Ctrl - Shift - M - - - - - - - Create a new Appointment - - - File - New - Appointment or - - Ctrl - Shift - A - - - - - - - Create a new Task - - - File - New - Task or - - Ctrl - Shift - T - - - - - - - Enter a new Contact - - - File - New - Contact or - - Ctrl - Shift - C - - - - - - - - - Mail Tasks - - Here are the most frequent email tasks, and shortcuts for navigating your mailbox with the keyboard instead of the mouse: - - - Check Mail - - - Click Get Mail in the toolbar, or press - - FIXME - FIXME - FIXME - - - - - - - Reply to a Message - - - To reply to the sender of the message only: - click Reply in the - toolbar, or press - - FIXME - FIXME - FIXME - - - - To reply to the sender and all the other visible - recipients of the message, click: - - - - - - Forward a Message - - - Select the message or messages you want to forward, - and click Forward in the - toolbar, or press - - FIXME - FIXME - FIXME - - - - - - - Open a Message in a New Window - - - Double-click the message you want to view, or select - it and press - - Ctrl - O - - - - - - - Create Filters and vFolders - - - You can create filters and vFolders based on specific - message attributes by right-clicking on a message or - by selecting Tools - Mail Filters - or Tools - vFolder Editor - . Filters are discussed in , and vFolders - in . - - - - - - - - - Calendar - - - - - - - - - - - - - - - Contact Manager - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/help/C/usage-calendar.sgml b/help/C/usage-calendar.sgml deleted file mode 100644 index 0c6165f80e..0000000000 --- a/help/C/usage-calendar.sgml +++ /dev/null @@ -1,362 +0,0 @@ - - - - The Evolution Calendar - - To begin using the calendar, select - Calendar from the shortcut - bar. By default, the calendar starts showing today's - schedule on a ruled background. At the upper right, there's a - monthly calendar you can use to switch days. Below that, there's - a TaskPad, where you can keep a list of tasks - seperate from your calendar appointments. The calendar's daily - view is shown in . - - -
- Evolution Calendar View - - Evolution Contact Manager Window - - - -
- - -
- - Ways of Looking at your Calendar - - - The toolbar offers you four different views of your calendar: - one day, five days, a week, or a month at once. Press the - calendar-shaped buttons on the right side of the toolbar to - switch between views. You can also select a range of days in - the small calendar at the upper right. - - - To view yesterday's appointments, —last week's, if you're in - the weekly view, and last month's for the monthly view— click - the Prev button. For tomorrow, next week, - or next month, click Next, and of course, - click Today for today. - - - To visit a specific date's calendar entries, click - Go To and select the date in the dialog - box that appears. - - - - - - - - Scheduling With the Evolution Calendar - - Of course, you'll want to use the calendar to do more than find - out what day it is. This section will tell you how to schedule - events, set alarms, and determine event recurrence. - - - Creating events - - To create a new calendar event, select - - File - New - Appointment - - or click the New button on the left end - of the toolbar. The New Appointment - dialog will pop up with the usual menu bar, tool bar, and - window full of choices for you. - - - Shortcut - - If you don't need to enter more information than the date - and time of the appointment, you just click in any blank - space in the calendar and start typing. You can enter other - information later with the appointment editor. - - - - - Your event must have a starting and ending date — by - default, today — but you can choose whether to give it - starting and ending times or to mark it as an All - day event. An All day event - appears at the top of a day's event list rather than inside - it. That makes it easy to have events that overlap and fit - inside each other. For example, a conference might be an all - day event, and the meetings at the conference would be timed - events. Of course, events with specific starting and ending - times can also overlap. When they do they're displayed as - multiple columns in the day view of the calendar. - - - Doing Two Things At Once - - If you create calendar events that overlap, - Evolution will display them side - by side in your calendar. However, - Evolution cannot help you do - multiple things at once. - - - - You can have as many as four different - Alarms, any time prior to the event - you've scheduled. You can have one alarm of each type: - - - Display - - - A window will pop up on your screen to remind you of - your event. - - - - - Audio - - - Choose this to have your computer deliver a sound - alarm. - - - - - Program - - - Select this if you would like some additional application - to run as a reminder. You can enter its name in the - text field, or find it with the - Browse button. - - - - - Mail - - - Evolution will send an - email reminder to the address you enter into the text - field. - - - - - - - - Classification is a little more - complicated, and only applies to calendars on a - network. Public is the default category, - and a public event can be viewed by anyone on the calendar - sharing network. Private denotes one - level of security, and Confidential a - higher level. Exact determinations and implementations of - this feature have yet to be determined. - - - The Recurrence tab lets you describe - repetition in events ranging from once every day up to once - every 100 years. You can then choose a time when repetition - will stop, and, under Exceptions, pick - individual days when the event will not - recur. - - - - Once you're done with all those settings, click on the disk - icon in the toolbar. That will save the event and close the - event editor window. If you want, you can alter an event - summary in the calendar view by clicking on it and typing. You - can change other settings by right-clicking on the event then - choosing Edit this Appointment. - - - - - - - - - The Task Pad - - The Task Pad, located in the lower right corner of the - calendar, lets you keep a list of tasks separate from your - calendar events. Tasks are colored and sorted by priority and - due-date (see for more - information), and are included with calendar data during - synchronization with a hand-held device. - - - To record a new task, click the Add - button below the list. Evolution - will pop up a small window with five items in it: - - - - Summary: - - - The description you enter here will appear in the To Do - list itself. - - - - - - Due Date: - - - Decide when this item is - due. You can either type in a date and time, or select one from - the Calendar and time drop-down menus. - - - - - Priority: - - - Select a level of importance from 1 (most important) to 9 - (least important). - - - - - Item Comments: - - - If you wish, you can keep a more detailed description of - the item here. - - - - - - - Once you've added a task to your to-do list, its summary - appears in the Summary section of the - calendar window. To view or edit a detailed description of an - item, double-click on it, or select it and click - Edit. You can delete items by selecting - them and clicking on the Delete button. - - - - - Multiple Calendars - - Evolution permits you to have and - maintain multiple calendars. This is useful if you maintain - schedules for other people, if you are responsible for resource - or room allocation, or if you have multiple personalities. - - - - Keeping Multiple Calendars - - Keelyn. the office manager for a small company, has one - calendar for her own schedule. On the local network, she - maintains one for the conference room, so people know when - they can schedule meetings. Next to that, she maintains a - calendar that reflects when consultants are going to be on - site, and another that keeps track of when the Red Sox are - playing. - - - - To create a new calendar, select - - File New - Calendar - . - You can place the calendar in any calendar folder and access it - from the folder view. Alarms, configuration, and display for - each calendar are separate from each other. - - - -
- - - - - - - - - - diff --git a/help/C/usage-contact.sgml b/help/C/usage-contact.sgml deleted file mode 100644 index e1fa058fd8..0000000000 --- a/help/C/usage-contact.sgml +++ /dev/null @@ -1,624 +0,0 @@ - - - - The Evolution Contact Manager - - - The Evolution contact manager can - handle all of the functions of an address book, phone book, or - Rolodex. Of course, it's a lot easier to update - Evolution than it is to change an - actual paper book. Evolution also - allows easy synchronization with hand-held devices. Since - Evolution supports the LDAP directory protocol, you can use - it with almost any type of existing directory server on your - network. - - - Another advantage of the Evolution - contact manager is its integration with the rest of the - application. When you look for someone's - address, you can also see a history of appointments with that - person. Or, you can get an e-mail with contact information in - it and create a new address card on the spot. In addition, - searches and folders work in the same way they do in the - other components. - - - This chapter will cover using the - Evolution contact manager to organize - any amount of contact information, share addresses over a - network, and several ways to save time with everyday tasks. To - learn about configuring the contact manager, see . - - - - Getting Started With the Contact Manager - - - To open up your address book, click on - Contacts in the shortcut bar, or select - one of your contacts folders from the folder bar. shows the Contact Manager in all - its organizational glory. By default, the contact manager - shows all your cards in alphabetical order, in a minicard format. You can select - other views from the View menu, and adjust - the width of the columns by clicking and dragging the grey - column dividers. - - - -
- Evolution Contact Manager - - Evolution Contact Manager Window - - - -
- - - The toolbar for the address book is quite simple: - - - Press New for a new contact. - - - - Find brings up an in-depth search window. - - - - Press Print to print one or more cards. - - - Delete deletes a selected card. - - - View All Displays all - the address information in the folder. Use this button to - refresh the display for a network folder, or to switch from - viewing the results of a search and see the whole contents. - - - Stop Stop loading - contact data from the network. This button is only - relevant if you are looking at contact information on a - network. - - - - - Your contact information fills the rest of the display. By - default, Evolution shows it as a set - of small address cards, but you can set it to appear as a table - with the options in the View menu. Move - through the cards alphabetically with the buttons and the - scrollbar at the right of the window. Of course, if you have - more than a few people listed, you'll want some way of finding - them more quickly, which is why there's a search feature. - - - - Searching for Contacts - - Between Delete and View - All is Quick Search. To use - it, just type in one or more words you're looking for and - hit Enter. - Evolution will search through - the contents of every displayed card to find one that - matches. In other words, you can refine searches by doing - several in succession. - - - If there are no matches, the card display will be - blank. When you'd like to see all the cards again, press - Show All. - - - - Refining a Quick Search - - Tom comes back from lunch and finds a note on his - keyboard: "Curtis in sales called for you, but he didn't - leave a number, and I forgot to write down the name of the - company he works for. He said it was important, though." - Tom is not at all annoyed. - - - He opens his contacts folder, and runs a quick search for - "Curtis;" there are eighteen different people with that name - in the file. He then enters "Sales," and - Evolution narrows it down to the - right Curtis. He only becomes annoyed when he discovers that - the call was not actually important. - - - - - If you prefer to perform a more complex search, press - Find or choose - ToolsSearch for - Contact. This will open the in-depth search window, which - lets you use multiple search criteria in the same way that - email filters and vFolders do.. - - - Click Add Criterion to increase the - number of criteria you'd like to use in the search, and - Remove Criterion to remove one from the - bottom of the list. Your criteria may be a search within the - Name or Email - fields; alternately you can choose to search through all the - fields with a regular expression. Then, you can select from - all the familiar requirements like Begins - With and Does Not Contain, - decide whether to match All or - Any of your criteria, and press - Search to set it all off. - - - - -
- - Destroy, Create, and Change: The Contact Editor - - To delete a card, click on it once to select it, then press the - Delete Card button. If you have - multiple cards selected, you'll delete multiple cards. - - - Adding or changing cards is slightly more complicated. Any - time you add information to the contact manager, whether it's - an old card you're editing or a new card you're just adding to - your address book, you'll use the contact editor. To change a - card that already exists, just double click it to open the - contact editor window with all the current information already - filled in. If you want to create a new one, clicking the - New Card button will open up that same - window, but with empty fields instead of full ones. Either - way, it's the same tool for quite similar tasks, and you'll - find that it's pretty flexible and can store quite a lot more - than you'd think would fit onto a file card. - - - - The contact editor window has two tabs, - General, for basic contact information, - and Details, for a more specific - description of the person. In addition, it contains a - File menu, covered in , and a toolbar with three - items: Save and Close, - Print, and Delete. - After that, however, it gets slightly more complicated, as you - can see in . - - -
- Evolution Contact Editor - - Evolution Contact Editor - - - -
- - The General tab contains no less - than seven sections, each with an icon: a face, for name and - company; a telephone for phone numbers; an envelope for email - address; a globe for web page address; a house for postal - address; a file folder for contacts, and a briefcase for - categories. You can guess what sort of information belongs in - fields like Job Title and Web - page address, but there are several parts of the - window that are a little more interesting. - - - - - Full Name - - - The Full Name field has two - major features: - - - - You can enter a name into the Full - Name field, but you can also click the - Full Name button to bring - up a small dialog box with a few text boxes - - - Title: - - Enter an honorific or select one from the menu. - - - - First: - - The person's first, or given, name. - - - - Middle: - - The middle name or initial, if any, goes here. - - - - Last: - - The last name (surname) belongs here. - - - - Suffix: - - Suffixes such as "Jr." or "III" can go here. - - - - - - - - The Full Name field also - interacts with the File As - box to help you organize your contacts. - - - To see how it works, type a name in the - Full Name field: - Eva Lucianne Tester. - You'll notice that the File - As field also fills up, but in reverse: - Tester, Eva. - You can pick Eva - Tester from the drop-down, or - type in your own, such as Lucianne - Tester, Eva. - - - Filing Suggestion - - - Don't enter something entirely different from - the actual name, since you might forget that - you've filed Eva's information under "F" for - "Fictitious Helix Code Employee." - - - - - - - - - Multiple Values for Fields - - - If you click on the small arrow buttons next to the - Primary Email field, you can also - choose Email 2 and - Email 3. Although the contact - editor will only display one of those at any given - time, Evolution will - remember them all. The arrow buttons next to the - telephone and postal address fields work in the same - way. - - - - - - - The last item in the General tab is the - Categories organization tool. That's - really its own topic; for information on that, read . - - - The Details tab is, fortunately, much more - simple: three sections, all of which are more or less obvious: - the briefcase next to the details about the contact's - professional life; the face next to the details about their - personal life; the globe next to a big blank space you can use - for anything and everything else you'd like to note about them. - If you ever wanted to have that uncanny knack for remembering - obscure details like the date of someone's anniversary (perhaps - your own) this is the answer. - - - - - - - -
- - - Organizing your Contact Manager - - Organizing your contact manager is a lot like organizing your - mail. You can have folders and searches the same way you can - with mail, but the contact manager does not allow vFolders. It - does, however, allow each card to fall under several - categories, and allow you to create your own categories. To - learn about categories, read . - - - - - - Groups of contacts - - Evolution offers two ways for you - to organize your cards. The first way is to use folders; - this works the same way that mail folders do. For more - flexibility, you can also mark contacts as members of - different categories. - - - - Grouping with Folders - - The simplest way to group address cards is to use folders. - By default, cards start in the - Contacts folder. If you've read then you already know that you - can create a new folder by selecting - - File - New - Folder - - and that you can put new folders anywhere you like. Just - like with mail, cards must be in a card folder, and no card - can be in two places at once. If you want more - flexibility, try . - - - To put a card into a folder, just drag it there from the - folder view. Remember that contact cards can only go in - contact folders, just like mail can only go in mail folders, - and calendars in calendar folders. - - - - - Grouping with Categories - - The other way to group cards is to mark them as belonging - to different categories. The difference between folders - and categories is that folders contain cards, but category - membership is a property of each card. That means that you - can mark a card as being in several categories or no - category at all. For example, I put my friend Matthew's - card in the "Business" category, because he works with me, - the "Friends" category, because he's also my friend, and - the "Frequent" category, because I call him all the time - and can never remember his phone number. - - - To mark a card as belonging to a category, click the - Categories button at the lower - right. From the dialog box that appears, you can check as - many or as few categories as you like. - - - Then, you can refer to all the cards in that category by: - Waiting for Evolution to support the - operation. - - - - - - - - - - Sharing your Cards - - If you keep your cards on a network using an LDAP server, you can share access to - them, browse other address books, or maintain a shared set of - contact information for your company or your department. This - is the sort of feature you'll want to use if your company has a - list of vendors and clients that needs constant updating. If - you also share your calendars, people can avoid duplicating - work and keep up to date on developments within their - work-group or across the entire company. - - - - Sharing Address Cards and Calendar Data - - Ray wants to schedule a meeting with Company X, so he - checks the network for the Company X address card so he - knows whom to call there. Since his company also shares - calendars, he then learns that his co-worker Deanna has - already scheduled a meeting with Company X next Thursday. - He can either go to the meeting himself or ask Deanna to - discuss his concerns for him. Either way, he avoids - scheduling an extra meeting with Company X. - - - - Of course, you don't want to share all of your cards— why - overload the network with a list of babysitters, or tell - everyone in the office you're talking to new job prospects? If - you keep cards on your own computer, you can decide which items - you want to make accessible to others. - - - To learn how to add a remote directory to your available - contact folders, see . - Once you have a connection, the network contacts folder or - folders will appear inside the External - Directories folder in the folder bar, and will work - exactly like a local folder of cards, with the following - exceptions: - - - - They are only available when you are connected to the network. If - you use a laptop or have a modem connection, you may wish to copy or cache - the network directory and then synchronize your copy with the networked version - periodically. - - - To prevent excess network traffic, - Evolution will not normally - load the contents of LDAP folders immediately upon - opening. You must click Display - All before LDAP folder cards will be loaded - from the network. You can change this behavior in the - Contact Preferences window. - - - Your ability to view, change, add or delete - contacts depends on the settings of the LDAP server. - For example, you may read all the entries in the public - Netcenter directory (available by default in the - External Directories folder), but - you may not change or delete any of them. - - - - - - - Contact Manager Tools - - The contact manager works with - Evolution mail and the calendar to - help you add new address cards quickly. However, it can also - manage mailing lists. There are more tools planned, and when - they arrive, they will be described in this - section. - - - - Send me a Card: Adding New Cards Quickly - - As noted before, when you get information about a person in - the mail or in a calendar entry, you can add it to an address - card. To do so, right click on any email address or email - message, and select Add Address - Card from the menu that appears. Of course, - Evolution also adds cards from a - hand-held device during HotSync operation. For more - information about that, see . - - - - - Managing a Mailing list - - You already know that when you are writing an email, you can - address it to one or more people, and that - Evolution will fill in addresses - from your contact manager's address cards if you let it. In - addition to that, you can send email to everyone in a - particular group if you choose. - - - - You can also use the contact manager to handle lists of - postal addresses to print for labels. Future versions of - Evolution will allow you to you - export a group of cards to a spreadsheet, database, or word - processor so you can print address labels or prepare large - mailings. - - - - - - -
- - - - - - - - - - - - - - diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml deleted file mode 100644 index 304b60481c..0000000000 --- a/help/C/usage-mail.sgml +++ /dev/null @@ -1,1459 +0,0 @@ - - - - Evolution Mail - - An Overview of the Evolution Mailer - - Evolution email is like other email - programs in all the ways you would hope: - - - - It can sort and organize your mail in a wide variety of ways with - folders, searches, and filters. - - - - - It can send and receive mail in HTML or as plain text, and - supports file attachments. - - - - - It supports multiple mail sources, including IMAP, POP3, local - mbox and - mh files, and - even NNTP messages (newsgroups), which aren't technically - email. - - - - - - However, Evolution has some important - differences. First, it's built to handle very large amounts of - mail without slowing down or crashing. Both the filtering and searching functions - were built for speed and efficiency on gargantuan volumes of - mail. There's also the Evolution - vFolder, an - advanced organizational feature not found in other mail clients. - If you get a lot of mail, or if you keep every message you get - in case you need to refer to it later, you'll find that feature - especially useful. - - - - - Reading, Getting and Sending Mail - - - Reading Mail - - You can start reading email by clicking - Inbox in the shortcut bar. The first - time you use Evolution, it will - start with the Inbox open and show you a - message from Helix Code welcoming you to the application. - - - The Evolution - Inbox, should look like the one in , which has a message from - Helix Code. The message summary appears at the top, in the - message list. The message itself is - displayed below that, in the view pane. - If you find the view pane too small, - you can resize the pane, enlarge the whole window, or double-click - on the message in the message list to - have it open in a new window. Just like with folders, you can - right-click on messages in the message list and get a menu of - possible actions. - - - - -
- Evolution Mail - - Inbox - - - -
- - - - Most of the mail-related actions you'll want to perform are - listed in the Message menu in the menu - bar. The most frequently used ones, like - Reply and - Forward, also appear as buttons in - the toolbar, and almost all of them are duplicated in the - right-click menu and as keyboard shortcuts, which tend to be - faster once you get the hang of them. You can choose - whichever way you like best; the idea is that the software - should work the way you want, rather than making you work the - way the it does. - - - - Sorting the message list - - One of the ways Evolution lets - you choose the way you work is the way it lets you sort your - message lists. To sort by sender, subject, or date, click - on the bars with those labels at the top of the message - list. If you click twice, you'll sort them in reverse - order. You can also right-click on the message header bars - to get a set of sorting options, and add or remove columns - from the message list. You can find detailed instructions - on how to customize your message display columns in . - - - You can also choose a threaded message view. Select - View - Threaded to turn - the threaded view on or off. If the option selected, - Evolution will group the replies - to a message with the original, so you can follow the thread - of a conversation from one message to the next. - - - - Deleting Mail - - Once you've read your mail, you may want to get rid of - it. To mark a message for deletion, select it in the the - message list by clicking on it once. - Then click on the Delete button in - the tool bar. The message now has a line through it, - because you've marked it for deletion. - - - If you really want to get rid of it, choose - Expunge from the - Folder menu. That will delete it - permanently. If you change your mind and decide you want to - keep it, select Message - Undelete. - - -
- - - Checking Mail - - Now that you've had a look around the - Inbox, it's time to check for new mail. - Click Get mail in the toolbar to check - your mail. If it's the first time you've done so, the - mail setup assistant will ask you for - the information it needs to check your mail (see for more information). - - - Then, you need to enter your email - password. Evolution will remember - the password until you quit the application or until you - select Settings - Forget Passwords . - - - Once it's validated the password, - Evolution will check your mail. - New mail will appear in the local Inbox - if you're using a POP account, and in - your IMAP folders if you use IMAP. - - - - Can't Check Mail? - - If you get an error message instead of mail, you probably need - to change your network settings. To learn how to do that, - have a look at , or - ask your system administrator. - - - - - Using Evolution for News - - Newsgroups are so similar to email there's no reason not to - read them side by side. If you want to do that, add a news - source to your configuration (see ). The news server will - appear as a remote server, and will look quite similar to an - IMAP folder. When you click Get Mail, - Evolution will also check for news - messages. - - - - - Attachments and HTML Mail - - If someone sends you an attachment, a - file attached to an email, - Evolution will display the file - at the bottom of the message to which it's attached. Text, - HTML, and most images will be displayed within the message - itself. For other files, - Evolution will provide a link and - icon at the end of the message. Click on that, and - Evolution will ask you where you - want to put the file. Once you've chosen a location and - saved the file, you can open, move, copy, or execute it just - like any other, using Nautilus or - your favorite shell or file manager. - - - As usual, there's a shortcut here: right-click on the link, - and choose an application for the file: you can send an - image straight to the GIMP, or a - spredsheet straight to Gnumeric. - - - - Evolution can also display - HTML-formatted mail, complete with graphics. HTML - formatting will display automatically, although you can - turn it off if you prefer. - - - - - - Writing and Sending Mail - - You can start writing a new email message by selecting - File - New - Mail, or by pressing the - Compose button in the Inbox toolbar. - When you do so, the New Message window - will open, as shown in . - - - -
- New Message Window - - Evolution Main Window - - - -
- - - - - Enter an address in the To: field, a - subject in the Subject: and a message in - the big empty box at the bottom of the window, and press - Send. That's easy, although it can - get a little more complicated if you want. - - - - Saving Messages for Later - - Evolution will send mail immediately unless you tell it to - do otherwise by selecting - File Send - Later. That will add messages - to the Outbox queue. Then, when you - press Send in another message, or - Get Mail in the main mail window, - all your unsent messages will go out at once. I like to - use "Send Later" because it gives me a chance to change my - mind about a message before it goes out. That way, I don't - send anything I'll regret the next day. - - - To learn more about how you can specify message queue and - filter behavior, see . - - - - You can also choose to save messages as drafts or as text - files. Choose - - File - Save - - or Save As to save your message - as a text file. If you prefer to keep your message in a - folder (the Drafts folder would be the - obvious place), you can select - File Save In - Folder . - - - - Advanced Mail Composition - - You can probably guess the purpose of the buttons labelled - Cut, Copy, - Paste, Undo - and Redo, but there's a bit more to - sending mail that's less obvious. In the next few sections, - you'll see how Evolution handles - additional features, including large recipient lists, - attachments, and forwarding. - - - Attachments - - If you want to attach a file to your email message, you - can drag it from your desktop into the message window, or - click the button in the toolbar with a paper clip on it, - labelled Attach. If you click the - Attach button, - Evolution will open a file - selection dialog box, to ask you which file you want to - send. Select the file and click OK. - - - To hide the display of files you've attached to the - message, select - View Hide - Attachments ; to show them - again, choose Show Attachments. - - - When you send the message, a copy of the attached file - will go with it. Be aware that big attachments can take a - long time to download. - - - - Types of Recipients - - Evolution, like all email - programs (at least, all the ones in current use) - recognizes three types of addressee: primary recipients, - secondary recipients, and hidden ("blind") recipients. - - - The simplest way to direct a message is to put the email - address or addresses in the To: - field, which denotes primary recipients. However, it's - considered bad form to have more than a few email - addresses in this section. If you are sending mail to - more than one or two people, consider the - Cc: field. - - - Hearkening back to the dark ages when people used - typewriters and there were no copy machines, "Cc" stands - for "Carbon Copy." Use it whenever you want to share a - message you've written to someone else. - - Using the Cc: field - - When Susan sends an email to a client, she puts her - co-worker, Tim, in the in the - Cc: field, so that he know - what's going on. The client can see that Tim also - received the message, and knows that he can talk to - Tim about the message as well. - - - - - If you have a large number of recipients, or if you want - to send mail to several people without sharing the - recipient list, you should use - Bcc:. "Bcc" stands for "Blind Carbon - Copy", and means that people you put in the - Bcc: field get the message, but - nobody else sees their email address. They will still see - the list of addresses from the To: - and Cc: fields, though. - - - Using the Bcc: field - - Tim is sending an email announcement to all of his - company's clients, some of whom are in competition - with each other, and all of whom value their - privacy. He needs to use the - Bcc: field here. If he puts - every address from his address book's "Clients" - category into the To: or - Cc: fields, he'll make the - company's entire client list - public. Don't assume it won't happen to you! - - - - - - - Choosing Recipients Quickly - - If you have created address cards in the contact manager, - you can also enter nicknames or other portions of address - data, and Evolution will complete - the address for you. If you enter a name - or nickname that can go with more than one card, Evolution - will open a dialog box to ask you which person you meant. - - - - Alternately, you can click on the - To:, Cc:, or - Bcc: buttons to get a list — - potentially a very long one — of the email addresses - in your contact manager. Select addresses and click on - the arrows to move them into the appropriate address - columns. - - - For more information about using email together with the - contact manager and the calendar, see and . - - - - - - Replying to Messages - - To reply to a message, press the - Reply button while it is selected, - or choose Reply to Sender from - the message's right-click menu. That will open - message composer. The - To: and Subject - fields will already be filled, although you can alter them - if you wish. In addition, the full text of the old message - is inserted into the new message, either in italics (for - HTML display) or with the > character before each line - (in plain text mode), to indicate that it's part of the - previous message. People often intersperse their message - with the quoted material as shown in . - - - -
- Reply Message Window - - Evolution Main Window - - - -
- -
- - - If you're reading a message with several recipients, you may - wish to use Reply to All instead of - Reply. If there are large numbers - of people in the Cc: or - To: fields, this can save substantial - amounts of time. But be careful, and always make sure you - know who is getting a message: one address could be a - mailing list with thousands of subscribers. - - Using the Reply to All feature - - Susan sends an email to a client, and sends copies to - Tim and to an internal company mailing list of - co-workers. If Tim wants to make a comment to all of - them, he uses Reply to All, but - if he just wants to tell Susan that he agrees with her, - he uses Reply. - - - -
- - Searching and Replacing with the Composer - - You're probably familiar with search and replace features, - and if you come from a Linux or Unix background, you - probably know what Find Regex - does. If you aren't among the lucky who already know, - here's a quick rundown of an important section of the - Edit menu. - - - - - Find - Enter a word or phrase, and - Evolution will find it - in your message. - - - - - Find Regex - - - Perform a search for a regular - expression, or "regex." - - - - - - Find Again - - Select this item to repeat the last search you performed. - - - - - Replace - - Find a word or phrase, and replace it with - something else. - - - - - - - For all of these items, you have two additional choices. - First, you can choose whether to Search - Backwards, which will perform the search - starting wherever your cursor is, and moving back towards - the beginning of the document (normally, it goes the other - way). Then, you can decide whether to have your search be - Case Sensitive, meaning should it pay - attention to the case of letters when locating a match. - - - - Embellish your email with HTML - - You can't normally set text styles or insert pictures in - emails, which is why you've probably seen people use far - too many exclamation points for emphasis or use emoticons to convey their - feelings. However, most of the newer email programs can - include and display images and text styles as well as - basic alignment and paragraph formatting. They do this - with HTML, just like - web sites do. - - - HTML Mail is not a Default Setting - - Some people do not have HTML-capable mail clients, or - prefer not to receive HTML-enhanced mail because it is - slower to download and display. Some - people refer to HTML mail as "the root of all evil" and - get very angry if you send them HTML mail, which is why - Evolution sends plain text - unless you explicitly ask for HTML. To send HTML mail, - you will need to select - Format - HTML. Alternately, you can set - your default mail format preferences in the mail - configuration dialog. See for more information. - - - - HTML formatting tools are located just above the - composition frame, and in the Insert and - Format menus. Your message text will - appear formatted in the composer window, and the message - will be sent as HTML. - - - The icons in the toolbar are explained in tool-tips, which - appear when you hold your mouse over the buttons. The - buttons fall into four categories: - - - Headers and lists - - - Choose Normal for a default - text style, or Header 1 through - Header 6 for varying sizes of - header from large (1) to tiny (6). You can also - select pre for preformatted - text blocks, and three types of List - Item. - - - - - Text style - - - Use these buttons to determine the way your letters - look. If you have text selected, the style will - apply to the selected text. If you do not have text - selected, the style will apply to whatever you type - next. The buttons are: - - Push B for bold text - Push I for italics - Push U to underline - Push S for a strikethrough. - - - - - - Alignment - - - Located next to the text style buttons, - these three paragraph icons should be familiar to - users of most word processing software. The - leftmost button will make your text left-justified, - the center button, centered, and the right hand - button, right-justified. - - - - - - Indentation rules - - - The button with the arrow pointing left will reduce - a paragraph's indentation, and the right arrow will - increase its indentation. - - - - - - Color Selection - - - At the far right is the color section tool. You can - choose from several colors by clicking on the arrow, - or create your own custom color by clicking on the - color box itself. If you have text selected, the - color will apply to the selected text. If you do - not have text selected, the color will apply to - whatever you type next. - - - - - - - - - There are three tools that you can find only in the - Insert menu. - - - Insert Link: - - - Use this tool to put hyperlinks in your HTML - messages. When you select it, - Evolution will prompt you - for the Text that will appear, - and the Link, where you should - enter the actual web address (URL). If you don't - want special link text, you can just enter the address - directly, and Evolution - will recognize it as a link. - - - - - Insert Image: - - - Insert Image: Select this - item to embed an image into your email, as was done in - the welcome message. Images will appear at the - location of the cursor. This is different from - attaching them to a message, but not very different. - - - - - Insert Rule: - - This will insert a horizontal line, or rule, into your document. - You'll be presented with a dialog box which gives you - the choice of size, percentage of screen, shading, and - alignment; if you leave everything at the default - values you'll get a thin black rule all the way across - the screen. - - - - - - A Technical note on HTML Tags - - The composer is a WYSIWYG (What You See Is What You Get) - editor for HTML. That means that if you enter HTML - directly into the composer— say, <B>Bold Text</B>, the - the composer will assume you meant exactly that string - of characters, and not "make this text bold," as an HTML - composition tool or text editor would. - - - - - - - - - - Forwarding Mail - - The post office forwards your mail for you when you change - addresses, and you can forward mail when you get a letter by - mistake. The email Forward button - works in much the same way. It's particularly useful if you - have received a message and you think someone else would - like to see it. You can forward a message as an attachment - to a new message (this is the default) or - you can send it inline as a quoted - portion of the message you are sending. Attachment - forwarding is best if you want to send the full, unaltered - message on to someone else. Inline forwarding is best if - you want to send portions of a message, or if you have a - large number of comments on different sections of the - message you are forwarding. Remember to note from whom the - message came, and where, if at all, you have removed or - altered content. - - - To forward a message you are reading, press - Forward on the toolbar, or select - Message - Forward . If you - prefer to forward the message inline - instead of attached, select - Message Forward - Inline from the menu. Choose an - addressee as you would when sending a new message; the - subject will already be entered, but you can alter it. - Enter your comments on the message in the - composition frame, and press - Send. - - - - Seven Tips for Email Usage - - I started with ten, but four were "Don't send - spam." - - - - - Don't send spam or forward chain mail. If you must, - watch out for hoaxes and urban legends, and make sure - the message doesn't have multiple layers of - greater-than signs, (>) indicating multiple layers - of careless inline forwarding. - - - - - - Always begin and close with a salutation. Say - "please" and "thank you", just like you do in real - life. You can keep your pleasantries short, but be pleasant! - - - - - - ALL CAPS MEANS YOU'RE SHOUTING! Don't write a whole - message in capital letters. It hurts people's ears. - - - - - - Never write anything in email you wouldn't say in - public. Old messages have a nasty habit of - resurfacing when you least expect. - - - - - - Check your spelling and use complete sentences. - - - - - - Don't send nasty emails (flames). If you get one, - don't write back. - - - - - - When you reply or forward, include just enough of - the previous message to provide context: not too - much, not too little. - - - - - Happy mailing! - -
-
- - - Organizing Your Mail - - Even if you only get a few email messages a day, you probably - want to sort and organize them. When you get a hundred a day - and you want to refer to a message you received six weeks ago, - you need to sort and organize them. - Fortunately, Evolution has the tools - to help you do it. - - - Sorting Mail with Column Headers - - By default, the columns in a mail message list are an - envelope icon indicating whether a message has been read - (closed for unread, open for read), an exclamation point - indicating priority, and the From, - Subject, and Date - fields. However, you can change that if you want. - - - Right-click on one of the column headers to get a list of - options: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Getting Organized with Folders - - Evolution keeps mail, as well as - address cards and calendars, in folders. You start out with a - few, like Inbox, - Outbox, and Drafts, - but you can create as many as you like. Create new folders by - selecting New and then - Folder from the - File menu. - Evolution will as you for the name - and the type of the folder, and will provide you with a folder - tree so you can pick where it goes. - - - When you click OK, your new folder will - appear in the folder view. You can - then put messages in it by dragging and dropping them, or by - using the Move button in the - toolbar. If you want to move several messages at once, click - on the ones you want to move while holding down the - CTRL key, or use Shift to - select a range of messages. If you create a filter with the - filter assistant, you can have mail - moved to your folder automatically. - - - - - Searching for Messages - - Most mail clients can search through your messages for you, - but Evolution does it faster. You - can search through just the message subjects, just the message - body, or both body and subject. - - - To start searching, enter a word or phrase in the text area - right below the toolbar, and choose a search type: - - - Body or subject contains: - - - This will search message subjects and the messages - themselves for the word or phrase you've entered in - the search field. - - - - - Body contains: - - - This will search only in message text, not the subject - lines. - - - - - Subject contains: - - - This will show you messages where the search text is - in the subject line. It will not search in the - message body. - - - - - Body does not contain: - - - This finds every email message that does not have the - search text in the message body. It will still show - messages that have the search text in the subject - line, if it is not also in the body. - - - - - Subject does not contain: - - - This finds every mail whose subject does not contain - the search text. - - - - - - Then, press Enter. - Evolution will show your search - results in the message list. - - - - - - Staying organized: Mail Filters in Evolution - - I once worked in the mail room of a large company, where my - job was to bundle, sort, and distribute mail to the various - mail boxes and desks throughout the building. Filters do that - same job with email, but they lose much less mail than I did. - In addition, you can have multiple filters performing multiple - actions that may effect the same message in several ways. For - example, your filters could put copies of one message into - multiple folders, or keep a copy and send one to another - person as well. Which is to say, it's quite a bit more - flexible than an actual person with a pile of envelopes. - - - Most often, you'll want to have - Evolution put mail into different - folders, but you can have it do almost anything you like. - People who subscribe to multiple mailing lists, or who often - need to refer to messages they have sent, find filters - especially helpful to separate personal from list-related - mail, but they're good for anybody who gets more than a few - messages a day. To create a filter, open the - filter assistant by selecting - - Tools - Mail Filters - . - - -
- The Filter Assistant - - The Filter Assistant - - - -
- - - The filter assistant window contains a - list of your current filters, sorted by the order in which - they are used. From the drop-down box at the top of the - window, choose Incoming to display - filters for incoming mail, and On Demand - for those which sort your mail only when you want. - - - The filter assistant also has a set of - buttons: - - - - Add — Create a new filter. - - - - Edit — Edit an existing filter. - - - - Delete — Delete the selected filter. - - - Up — Move the - selected filter up in the list so it gets applied first. - - - - Down — Move the selected filter down - in the list, so it comes into play later. - - - - If you don't have any filters set up, the only one of those - buttons you can click is Add. When you - do that, (or when you click Edit with a - filter selected), the Add Rule window - appears. - - - That window, shown in , is where you'll - actually create your filtering rule. - -
- Creating a new Filter - - Creating a new Filter - - - -
-
- - Enter a name for your filter in the Rule - Name field, and then begin choosing criteria. - Choose how many criteria you'd like by pressing Add - Criterion and Remove - Criterion. If you have multiple criteria, you - should then decide whether to have the filter do its job only - if all criteria are met, or if - any criteria are met. - - - For each of your filter criteria, you must first select what - part of the message you want the filter to look at: - - - Sender - - The author of the message. - - - - - Recipients - - The recipients of the message. - - - - - Subject - - The subject line of the message. - - - - - - Specific Header - The filter can look at any header you - want, even obscure or custom ones like X-Bonus or - X-Archive. Enter the header name, and what you'd like to - match inside it. - - - - Message Body - - The actual text of the message. - - - - - Expression - Enter a regular - expression, and - Evolution will search the - entire message, headers and all, to match it for you. - - - - - - Date Sent - - You can filter messages by when they were sent: First, - choose how you'd like to match the time— - before, - after and so forth. Then, choose - the time. The filter compare the message's time-stamp - to the system clock when the filter is run, or to a - specific time and date you choose from a calendar. - You can even have it look for messages within a range - of time relative to the filter. For example, you could have - the filter catch all messages sent less - than a week before the filter is run. - - - - - Date Recieved - - This works the same way as the Date Sent - option, except that it compares the time you got the message - with the dates you specify. - - - - - Priority - - Emails have a standard priority range from -3 (least - important) to 3 (most important). You can have filters set the - priority of messages you recieve, and then have other filters - applied only to those messages which have a certain priority. - - - - - Regex Match - - If you know your way around a regular - expression, or regex, put your knowledge to - use here. You can match your expression in the message - headers or in its body. - - - - - Source - - Filter messages according the server you got them from. You can enter a URL or - choose one from the drop-down list. This criterion is only relevant if you - use more than one mail source. - - - - - - Now, tell it what to do with those messages. If you want multiple - actions, click Add Action; if you want fewer, - click Remove Action. And choose again: - - - - Copy to Folder - - If you select this item, Evolution - will put the messages into a folder you specify. Click the - <click here to select a folder> button - to select a folder. - - - - - Move to Folder - - If you select this item, Evolution - will put the messages into a folder you specify. Click the - <click here to select a folder> button - to select a folder. - - - - - Forward to Address - - Select this, enter an address, and the addressee will - get a copy of the message. - - - - - Delete - - Marks the message for deletion. You can still get the message - back, at least until you Expunge your - mail yourself. - - - - - Stop Processing - - Select this if you want to tell all other filters to ignore - this message, because whatever you've done with it so far - is plenty. - - - - - Assign Color - - Select this item, and Evolution - will mark the message with whatever color you please. - - - - - Assign Score - If you know that all mail with - "important" somewhere in the message body line is - important, you can give it a high priority score. In a subsequent filter you can - then arrange your messages by their priority score. - - - - - - - You're done. Click OK to use this - filter, or Cancel to close the window - without saving any changes. - - - - - - - - Two Notable Filter Features - - - - Incoming email that your filters don't move goes into the Inbox; - outgoing mail that they don't move ends up in the Sent folder. - - - - If you move a folder, your filters - will follow it. - - - -
- - - - - Getting Really Organized with Virtual Folders - - If filters aren't flexible enough for you, or you find - yourself performing the same search again and again, consider - a virtual folder. Virtual folders, or vFolders, are an - advanced way of viewing your email messages within - Evolution. If you get a lot of - mail or often forget where you put messages, virtual folders can help - you stay on top of things. - - - A virtual folder is really a hybrid of all the other organizational - tools: it looks like a folder, it acts like a search, and you - set it up like a filter. In other words, while a conventional - folder actually contains messages, a virtual folder is a view of - messages that may be in several different folders. The - messages it contains are determined on the fly using a set of - criteria you choose in advance. - - - - As messages that meet the virtual folder criteria arrive or are - deleted, Evolution will - automatically place them in and and remove them from the - virtual folder contents list. When you delete a message, it gets - erased from the folder in which it actually exists, as well as - any virtual folders which display it. - - - - Imagine a business trying to keep track of mail from hundreds - of vendors and clients, or a university with overlapping and - changing groups of faculty, staff, administrators and - students. The more mail you need to organize, the less you - can afford the sort of confusion that stems from an - organizational system that's not flexible enough. virtual folders - make for better organization because they can accept - overlapping groups in a way that regular folders and filing - systems can't. - - - - Using Folders, Searches, and Virtual Folders - - To organize my mail box, I set up a virtual folder for emails from - my friend and co-worker Anna. I have another one for - messages from anybody at work that have "Evolution" in the - subject line, so I can keep a record of what people from - work send me about Evolution. - If Anna sends a message about a picnic on Saturday, it only - shows up in the "Anna" folder. When Anna sends me mail - about the user interface for - Evolution, I can see that - message both in the "Anna" virtual folder and in the "Internal - Evolution Discussion" virtual folder. - - - - - - - To create a virtual folder, select - Tools Virtual Folder - Editor . This will bring up a - dialog box that looks suspiciously like the filter window - (for more information on filters, see ), and which - presents you with a list of virtual folders you have previously - created. If you have created any virtual folders, they are listed - here, and you can select, edit or remove them if you wish. - If you have not created any, there will be only one available - option: click Add to add a new - vFolder. - - - You can enter a name for your virtual folder in the - Name. Then, tell - Evolution what messages to look - for. This process is exactly like filter creation: decide - between Match all parts and - Match any part, then choose what part of - the message to look in, what sort of matching to perform, and - specify exactly what it is that you want to find, be it a - line of text, a score, a regular expression, or a particular date or - range of dates. - - - The second part, however, is slightly different. In the - section of the window labelled vFolder Sources - is a list of folders in which - Evolution will search for the - contents of your vFolder. Click Add - to add a folder, or Remove to remove - one. That way, you can have your vFolder search in - newsgroups, or just in one of your mailboxes, or just in a - select few folders you've already screened with filters. - - - The vFolder creation window is shown in - -
- Selecting a vFolder Rule - - Creating a vFolder Rule - - - -
-
-
- - Subscription Management - - Evolution lets you handle your - IMAP and newsgroup subscriptions with the same tool: the - subscriptions manager. To start using it, choose - Settings Manage - Subscriptions . - - -
-
- - diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml deleted file mode 100644 index 94c65acfd8..0000000000 --- a/help/C/usage-mainwindow.sgml +++ /dev/null @@ -1,447 +0,0 @@ - - - - The Main Window: Evolution Basics - - Start Evolution by selecting - Main Panel Menu - Applications - Evolution or by typing - evolution at the command line. The first time - you run the program, it will create a directory called - evolution in your home directory, where it - will keep all your Evolution-related - files. - - - After Evolution starts - up, you will see the main window, with the - Inbox open. It should look a lot like the - picture in . On the left of - the main window is the shortcut - bar, with several buttons in it. Just underneath the - title bar is a series of menus in the menu - bar, and below that, the tool - bar with buttons for different functions. The largest - part of the main window is taken up by the - actual Inbox, where messages are listed - and displayed. If you're running the program for the first time, - you'll have just one message: a welcome from Helix Code. - - - -
- Evolution Main Window and Inbox - - Evolution Main Window - - - -
- -
- - - - The Way Evolution Looks - - The appearance of both Evolution - and GNOME is very easy to - customize, so your screen might not look like this picture. - You might decide to have Evolution - start with the calendar and a folder bar, or with the contact - manager occupying the entire window. - - - - - - The Shortcut Bar - - Evolution's most important job is - to give you access to your information and help you use it - quickly. One way it does that is through the - shortcut bar, the column on the left - hand side of the main window. The large buttons with names - like Inbox and - Contacts are the shortcuts, and you can - select different groups of shortcuts by clicking the - rectangular group buttons. - - - The shortcut group buttons are Evolution - Shortcuts and Internet - Directories. When you click on them, they'll slide - up and down to give you access to different sorts of shortcuts. - When you first start Evolution, you - are looking at the Evolution Shortcuts - category. If you click Internet - Directories, it will slide up and you'll see buttons - for the Bigfoot and - Netcenter directories, as well as any - others you or your system administrator might have added. You - can add more groups by right-clicking on the background of the - shortcut bar and selecting Menu - Group. Internet directories behave a lot like - the local contact manager, which is covered in . - - - Take a look at the Evolution Shortcuts - again. The shortcut buttons in that category are: - - - - - - - Inbox: - - - Click the Inbox button to start - reading your mail. Your Inbox is also where you can - access Evolution's tools to filter, sort, organize, and - search your mail. - - - - - - Calendar: - - - The Calendar can store your appointments and To do lists - for you. Connected to a network, you can use it to keep - a group of people on schedule and up to date. - - - - - - Contacts: - - - The Contact Manager holds your addresses, phone numbers, - and contact information. Like calendar information, - contact data can be synchronized with hand-held devices - and shared over a network. - - - - - - - - - - If you don't like the shortcut bar, you can use the folder bar - or the menu bar to navigate. Press - - Ctrl - O - - to choose from a list of folders you'd like to visit, or use the - drop-down folder bar. You can hide and show the folder bar and - the shortcut bar by selecting those items in the - View menu. - - - - Shortcut Bar Tricks - - To remove a shortcut from the shortcut bar, right-click on it - and select Remove. To add one, - select File - New Evolution Bar - Shortcut . - - - To change the way the shortcut bar looks, right-click in an - empty space on the shortcut bar. From the menu that appears, - you can select icon sizes. - - - - - - The Folder Bar - - The folder bar is a more comprehensive - way to view the information you've stored with - Evolution. It displays all your - appointments, address cards, and email in a tree that's a lot - like a file - tree— it starts small at the top, and branches - downwards. On most computers, there will be three folders at the - base. First, and probably most important, is the - Local folder, which holds all the - Evolution data that's stored on your - computer. After that come vFolders, or - virtual folders, discussed in , followed by any - IMAP mail folders you - might have available to you over your network. Lastly, there - are External Directories, LDAP contact directories stored on a - network. - - - - A typical Local folder contains the following folders: - - - - Calendar, for appointments and - event listings. - - - - - Contacts, for address cards. - - - - - Inbox, for incoming mail. - - - - - Drafts, for messages you started and didn't finish. - - - - - Sent, for sent mail. - - - - - Trash, which is used to store - messages you don't want, but keep around just in case you - change your mind. - - - - - Outbox, for messages you have written - but not yet sent. This will be empty unless you use - Evolution while offline. - - - - - - - - - Navigating without the Folder Bar - - You don't need the folder bar or the shortcut bar to move - around the main window. You can use Tab to - switch from one part of the window to another, and the folder - menu on the right side of the window just below the toolbar - to move about the folder tree. - - - - - To create a new folder, select - File New - Folder. You'll be asked where you want to - put it, and what kind of folder it should be. You can choose - from three types: Mail, for storing mail, - Calendar for storing calendars, and - Contacts for storing contacts. - - - - Folders Have Limits - - No matter where they exist, calendars must go in - calendar folders, mail in mail folders, and contacts in - contact folders. Network folders follow the same type - restriction, because the network servers are only set up - to handle one kind of information. Within your local - system, though you can folders inside each other, - regardless of type. - - - - - Right-clicking will bring up a menu for just about anything - in GNOME, and Evolution is no - exception. If you right-click on a folder, you'll have a - menu with the following options: - - View, to view a message. - Something else, for another purpose. - Something else, for another purpose. - . - - - - Context-Sensitive Help - - GNOME 2.0 will support context-sensitive help, which means you - can almost always get help on an item by right-clicking it. - If you're not sure what something is, or don't know what you - can do with it, choosing Help from - the right-click menu is a good way to find out. - - - - - Any time new information arrives in a folder, that folder label - is displayed in bold text. - - - To delete a folder, right-click it and select - Delete from the menu that pops up. - To change the order of folders, or put one inside another, use - drag-and-drop. To move individual - messages, appointments, and address cards between folders, you - can do the same thing: drag them where you want them, and - they'll go. - - - - The Menu Bar - - The menu bar's contents will always - provide all the possible actions for any given view of your - data. That means that, depending on the context, menu bar items - will change. If you're looking at your Inbox, most of the menu - items will relate to mail; some will relate to other components - of Evolution and some, especially - those in the File Menu will relate to the - application as a whole. The contents of the menu bar are - described in . - - - - - File Menu - - - Anything even related to a file or to the operations - of the application generally falls under this - menu: creating things, saving them to disk, - printing them, and quitting the program itself. - - - - - - Edit Menu - - Although it doesn't contain anything at first, - the Edit menu fills up with - useful tools that help you edit text and move it around. - - - - - View Menu - - This menu lets you decide how Evolution - should look. Some of the features control the appearance of - Evolution as a whole, and others - the way a particular kind of information appears. - - - - - Settings Menu - Tools for configuring, changing, and - setting up go here. For mail, that means things like - Mail Configuration and the - vFolder Editor. For the - Calendar and the Contact - Manager, it's color, network, and layout - configuration. - - - - Help Menu - - Select among these items to open the - Help Browser - and read the Evolution manual. - - - - - - Other menus, like Folder, - Message, and Actions, - appear only occasionally. Message and - Folder, for example, have commands that only - relate to email, so they're only available when you're looking at - email. - - - Once you've familiarized yourself with the main - window you can start doing things with it. We'll - start with your email inbox, since you've got a letter waiting - for you already. - - -
- - - - - - - - - - - - - - - - - - - - - diff --git a/help/C/usage-notes.sgml b/help/C/usage-notes.sgml deleted file mode 100644 index 1ff2283128..0000000000 --- a/help/C/usage-notes.sgml +++ /dev/null @@ -1,49 +0,0 @@ - - Evolution Notes - - An Overview of the Evolution Notes - - In the dark ages before email was invented, there were little - scraps of people which people used for short-term information - storage. These scraps of paper were called notes. Now, notes - are an almost necessary part of our lives, albeit in electronic - form. It only makes sense, then, that - Evolution will eventually have a - Notes feature. Evolution can help - you take notes in the following ways: - - - - Take down phone numbers, take school notes, take phone - messages, or even write poetry. - - - - - Color code notes to organize them, or just to - make them look good. - - - - - Turn a note into an email or a text file. - - - - - Write Haiku - - - - - - You can start writing notes by clicking - Notes in the shortcut bar. Of course, - it's not there yet. But when it is, it'll take you to the - notepad. - - - - - - diff --git a/help/C/usage-print.sgml b/help/C/usage-print.sgml deleted file mode 100644 index cc1ac16357..0000000000 --- a/help/C/usage-print.sgml +++ /dev/null @@ -1,105 +0,0 @@ - -Printing with Evolution - - This is a very short chapter, because printing with - Evolution is not a complex task. Like - most GNOME applications, Evolution uses - the gnome-print system, so if you've used any other GNOME - application to print, you should be able to print from - Evolution immediately. - - - Whether you're printing a message, a calendar page, or a selection - of address cards, you can choose to print directly to a printer, or - save the print output to a postscript file. You can also use the - preview feature to see how your printed output will look. - - - - Print Preview - - Print Preview appears both as a button in - the printing dialog and as an item in the - File menu. In both places, it does the same - thing: it opens a new window that shows you what would happen if - you were to print the current message, calendar, appointment, or - address card. - - - That window allows you to select which pages you want to see, - and how close you'd like to look at them. Zoom in or out, fit - the page to the window (the Fit button) - or match the width of the page and the window (the - Fit Width button). None of these buttons - changes the way the page will be printed, but they do let you - get a better look. If you're satisfied with the way the things - look, click Print to send your document - on its way. If you'd like to change it, just close the - Print Preview window and make the changes - you want from the Mail, Calendar, or Contact Manager. - - - - - - - - - - - - File or Printer? - - The printer selection window, shown in , lets you choose the format for - printing— at this time, only Generic - Postscript is available— and whether to print - to a file or to an actual printer. If you choose a printer, - you'll be asked for the printer command (probably - lpr) which your system uses. If you - choose to print to a file, you'll need to decide upon a - filename. And of course, you'll want to choose a number of - copies, and whether to collate them. - - - - - - - - - If you're printing a message that's more than one page, you'll - have the option of choosing which pages to print. If you're - printing a calendar entry, you can decide what range of dates to - print. And, if you're printing contact cards, you can decide - whether to print only the selected cards, or all of them. - - - When you're ready, click Print to print, - Preview to have a look (or another look) - at the preview, or Cancel to cancel the - whole deal. - - - - - - - - - - diff --git a/help/C/usage-sync.sgml b/help/C/usage-sync.sgml deleted file mode 100644 index a6b53e9526..0000000000 --- a/help/C/usage-sync.sgml +++ /dev/null @@ -1,20 +0,0 @@ - - - Synchronizing with a Hand-held Device - - This chapter covers is how to synchronize data - installed and configured. If you need information on how to - set up a synchronization system, consult . - - - Using HotSync - - Put your hand-held device on its cradle and press the - HotSync button. - - - No, really. That's all there is to it. - - - \ No newline at end of file -- cgit v1.2.3