[haiku-commits] r33573 - in haiku/trunk/docs/userguide/en: . applications

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 17:21:22 +0200 (CEST)

Author: humdinger
Date: 2009-10-13 17:21:22 +0200 (Tue, 13 Oct 2009)
New Revision: 33573
Changeset: http://dev.haiku-os.org/changeset/33573/haiku

Modified:
   haiku/trunk/docs/userguide/en/applications/mail.html
   haiku/trunk/docs/userguide/en/filetypes.html
Log:
The screenshot shows in fact a PNG, not a JPEG. Thanks HaikuBot for noticing.

Modified: haiku/trunk/docs/userguide/en/applications/mail.html
===================================================================
--- haiku/trunk/docs/userguide/en/applications/mail.html        2009-10-13 
12:58:06 UTC (rev 33572)
+++ haiku/trunk/docs/userguide/en/applications/mail.html        2009-10-13 
15:21:22 UTC (rev 33573)
@@ -5,7 +5,7 @@
 <head>
 <!-- 
  *
- * Copyright 2008, Haiku. All rights reserved.
+ * Copyright 2009, Haiku. All rights reserved.
  * Distributed under the terms of the MIT License.
  *
  * Authors:
@@ -36,16 +36,62 @@
 
 <div class="content">
 
+<table class="index" id="index" name="index" summary="index" align="right">
+<tr class="heading"><td>Index</td></tr>
+<tr class="index"><td><a href="#mail-app">The Mail application</a><br />
+                <a href="#mail-symbol">The Deskbar Mail symbol</a><br />
+                <a href="#mail-queries">Query Examples</a>
+<!--                <br />
+                &#160;&#160;<a href="#i-o-m-path">Path</a><br/>
+                &#160;&#160;<a href="#i-o-m-shape">Shape</a><br/>
+                &#160;&#160;<a href="#i-o-m-style">Style</a><br/>
+                &#160;&#160;<a href="#i-o-m-transformer">Transformer</a><br/>
+                &#160;&#160;<a href="#i-o-m-save">Saving an icon</a><br/>
+                &#160;&#160;<a href="#i-o-m-tips">Tips &amp; Tricks</a>
+-->                
+                </td></tr>
+</table>
+
 <h1><img src="../../images/apps-images/mail-icon_64.png" alt="mail-icon_64.png"
 width="64" height="64" />Mail</h1>
 <table summary="layout" border="0" cellspacing="0" cellpadding="2">
 <tr><td>Deskbar:</td><td style="width:15px;"></td><td><span 
class="menu">Applications</span></td></tr>
 <tr><td>Location:</td><td></td><td><span 
class="path">/boot/system/apps/Mail</span></td></tr>
-<tr><td>Settings:</td><td></td><td><span 
class="path">~/config/settings/Mail/BeMail Settings</span></td></tr>
+<tr><td>Settings:</td><td></td><td><span 
class="path">~/config/settings/Mail/chains</span> - Contains the settings of 
your email accounts<br />
+<span class="path">~/config/settings/Mail/Menu Links/</span> - Entries in the 
Deskbar mail symbol menu<br />
+<span class="path">~/config/settings/Mail/Providerinfo/</span> - A database of 
common email providers<br />
+<span class="path">~/config/settings/Mail/queries/</span> - Custom queries 
available from the Mail app<br />
+<span class="path">~/config/settings/Mail/signatures/</span> - Signatures that 
can be appended to mails<br />
+<span class="path">~/config/settings/Mail/BeMail Settings</span> - Setting 
file of the Mail app<br />
+<span class="path">~/config/settings/Mail/mailbox</span> - Link to what's 
launched when clicking the Deskbar mail symbol<br />
+<span class="path">~/config/settings/Mail/New E-mail</span> - Query for "new 
messages" entry in the Deskbar mail symbol menu<br />
+<span class="path">~/config/settings/Mail/new_mail_daemon</span> - Setting 
file of the mail_daemon</td></tr>
 </table>
+
 <p><br/></p>
-<p>Documentation is still missing. If you want to work on it, please announce 
it on the <a href="//www.freelists.org/list/haiku-doc";>Documentation 
mailing list</a> to avoid duplication.</p>
+<p>In Haiku, a mail_daemon running in the background is responsible for 
retrieving and sending emails from/to your email accounts. Emails are kept as 
separate files with a number of attributes, e.g. To, From, Subject, Thread 
etc., that are automatically filled from the email headers. Accounts, email 
file locations and other settings for receiving/sending are configured in the 
<a href="../preferences/e-mail.html">E-mail preferences</a>.</p>
+<p>Once your mails are downloaded from your provider's server, you can create 
custom queries to quickly find specific mails. Double-clicking a mail launches 
the preferred mail application, by default Mail.</p>
 
+<h1>
+<a href="#logo"><img src="../../images/up.png" align="right" alt="index" 
border="0" class="noprint" /></a>
+<a id="mail-app" name="mail-app">The Mail application</a></h1>
+<img src="../images/apps-images/mail.png" />
+<p>When opening an email or creating a new one, Mail's window shows above the 
body of the mail the usual email header fields: recepient (<span 
class="menu">To</span>), sender account (<span class="menu">From</span>), 
encoding setting (<span class="menu">Encoding</span>), subject line (<span 
class="menu">Subject</span>), carbon copy (<span class="menu">CC</span>) and 
blind carbon copy (<span class="menu">BCC</span>).</p>
+<p>When creating a new mail, <span class="menu">To</span>, <span 
class="menu">CC</span> and <span class="menu">BCC</span> are drop-down menus 
that hold the entries of your person files, see topic <a 
href="people.html">People</a>.</p>
+
+
+<h1>
+<a href="#logo"><img src="../../images/up.png" align="right" alt="index" 
border="0" class="noprint" /></a>
+<a id="mail-symbol" name="mail-symbol">The Deskbar Mail symbol</a></h1>
+
+<h1>
+<a href="#logo"><img src="../../images/up.png" align="right" alt="index" 
border="0" class="noprint" /></a>
+<a id="mail-queries" name="mail-queries">Query Examples</a></h1>
+
+<h1>
+<a href="#logo"><img src="../../images/up.png" align="right" alt="index" 
border="0" class="noprint" /></a>
+<a id="mail-app" name="mail-app">The Mail application</a></h1>
+
 </div>
 <!--
 <div class="bottomnav">

Modified: haiku/trunk/docs/userguide/en/filetypes.html
===================================================================
--- haiku/trunk/docs/userguide/en/filetypes.html        2009-10-13 12:58:06 UTC 
(rev 33572)
+++ haiku/trunk/docs/userguide/en/filetypes.html        2009-10-13 15:21:22 UTC 
(rev 33573)
@@ -49,7 +49,7 @@
 <h2>
 <a href="#logo"><img src="../images/up.png" align="right" alt="index" 
border="0" class="noprint" /></a>
 <a name="filetype">The File Type</a></h2>
-<p>This is a JPEG file, it's MIME string image/jpeg. Let's say you definitely 
know that it's not a JPEG but a GIF. You can change that either by entering the 
correct MIME string by hand or with one of the two buttons below the 
textbox:</p>
+<p>The above is a PNG file, it's MIME string image/png. Let's say you 
definitely know that it's not a PNG but a GIF. You can change that either by 
entering the correct MIME string by hand or with one of the two buttons below 
the textbox:</p>
 <table summary="layout" border="0" cellpadding="2" cellspacing="0">
 <tr><td><span class="button">Select...</span></td><td>&#160;</td><td>shows a 
hierarchical list of filetypes where you navigate to <tt>image | GIF 
Image</tt>.</td></tr>
 <tr><td><span class="button">Same as...</span></td><td>&#160;</td><td>opens a 
file dialog where you choose any file that already has the filetype you're 
looking for.</td></tr>


Other related posts: