Closes #6610 Help updated for 0.3

This commit is contained in:
Eric Gregory 2013-03-19 14:42:22 -07:00
parent feeebf4b4c
commit 237d22b599
2 changed files with 29 additions and 11 deletions

View file

@ -9,19 +9,9 @@
</info>
<title>Limitations</title>
<p>Geary is still in early development. Geary supports IMAP and has been tested with Gmail, Yahoo and the free Dovecot mail server. Geary may not yet work well with other IMAP servers. Additionally, Geary is still missing searching, multiple accounts and numerous other features.</p>
<p>Geary is still in early development. Geary supports IMAP and has been tested with Gmail, Yahoo and the free Dovecot mail server. Geary may not yet work well with other IMAP servers. Additionally, Geary is still missing search and numerous other features.</p>
<p>To learn more about the features we're working on and the future of Geary, please visit Geary's <link href="http://redmine.yorba.org/projects/geary/wiki">Redmine page</link>.</p>
<section>
<title>Multiple email accounts</title>
<p>Geary does not yet support multiple email accounts. If you would like to change the email account used with Geary, you'll need to delete your Geary database. Run this command from a terminal window:</p>
<screen>
$ rm -rf ~/.local/share/geary
</screen>
<p>Upon relaunching Geary, you will be prompted to enter your new email credentials. </p>
</section>
</page>

View file

@ -30,6 +30,26 @@
<td><p>Archive</p></td>
<td><p> <key>A</key> or <key>Delete</key> or <key>Backspace</key></p></td>
</tr>
<tr>
<td><p>Star</p></td>
<td><p> <key>S</key> </p></td>
</tr>
<tr>
<td><p>Unstar</p></td>
<td><p> <key>D</key> </p></td>
</tr>
<tr>
<td><p>Mark read</p></td>
<td><p> <keyseq><key>Ctrl</key><key>I</key></keyseq> or <keyseq><key>Shift</key><key>I</key></keyseq> </p></td>
</tr>
<tr>
<td><p>Mark unread</p></td>
<td><p> <keyseq><key>Ctrl</key><key>U</key></keyseq> or <keyseq><key>Shift</key><key>U</key></keyseq> </p></td>
</tr>
<tr>
<td><p>Toggle spam</p></td>
<td><p> <keyseq><key>Ctrl</key><key>J</key></keyseq> or <key>!</key> </p></td>
</tr>
<tr>
<td><p>Quit</p></td>
<td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
@ -46,6 +66,14 @@
<td><p>Reset zoom</p></td>
<td><p><keyseq><key>Ctrl</key><key>0</key></keyseq> or <key>0</key> </p></td>
</tr>
<tr>
<td><p>Preferences</p></td>
<td><p> <keyseq><key>Ctrl</key><key>E</key></keyseq> </p></td>
</tr>
<tr>
<td><p>Accounts</p></td>
<td><p> <keyseq><key>Ctrl</key><key>M</key></keyseq> </p></td>
</tr>
</table>
</page>