diff --git a/help/C/accounts.page b/help/C/accounts.page index 16ab97b5..3f1c942a 100644 --- a/help/C/accounts.page +++ b/help/C/accounts.page @@ -16,9 +16,9 @@ select if your account is Gmail, Yahoo, Outlook.com, or other. For other account types, you will need to enter your IMAP and SMTP login settings manually.

-

Additional accounts can be added from the Accounts dialog. Click Accounts in the Gear menu - (or press CtrlM) to open the Accounts dialog. To add an account, click the + button.

- +

Additional accounts can be added from the Accounts dialog. Click Accounts in the application + menu or gear menu (or press CtrlM) to open the Accounts + dialog. To add an account, click the + button.

@@ -31,6 +31,19 @@

To change the order that accounts are displayed in the folder list, drag the accounts in the Accounts dialog to the desired order.

+

There are some advanced options available when editing accounts:

+ +

The Save sent mail checkbox controls whether Geary will push successfully sent + messages up to the account's Sent Mail folder. For Gmail accounts, this happens + automatically. Yahoo and some other accounts can be configured to do this automatically as well. + For other accounts, if you disable this setting, you may be unable to view messages you've + sent.

+ +

The Download mail drop-down allows you to configure how much mail Geary will keep + locally. Geary can only use locally available mail when searching and forming + conversations.

+
+
diff --git a/help/C/archive.page b/help/C/archive.page index 89e5c84c..ae001d62 100644 --- a/help/C/archive.page +++ b/help/C/archive.page @@ -13,9 +13,10 @@ The Archive toolbar button archives the selected conversation(s). Archived messages appear in the All Mail folder.

-

With other mail servers, you can delete but not archive messages. To delete - one or more conversations, select them and press the Delete - button on the toolbar.

- +

With other mail servers, you can trash or delete, but not archive, messages. To move + one or more conversations to the Trash folder, select them and press the Trash + button on the toolbar. To permanently delete the conversations, hold down Shift and press + the Delete button that appears in place of the Trash button.

+ diff --git a/help/C/bugs.page b/help/C/bugs.page index 0d04c0b7..8195fa94 100644 --- a/help/C/bugs.page +++ b/help/C/bugs.page @@ -8,8 +8,15 @@ Think you've found a bug?

If you suspect you've found a bug in Geary, follow these steps to report it:

-

Search Geary's Redmine issue tracker to see if someone else has reported the bug.

-

Don't see your bug listed? Congratulations! You've found a new bug. To create an bug report, create an account on Redmine and create a new issue. Be as specific as you can and describe the steps to reproduce it. Don't forget to include details about your operating system and what version of Geary you're running.

-

For general inquiries, please join the Geary mailing list.

+

Search Geary's bug + database to see if someone else has reported the bug.

+

Don't see your bug listed? Congratulations! You've found a new bug. To create an bug report, + create an account on GNOME's Bugzilla and + file a new bug. Be as + specific as you can and describe the steps to reproduce it. Don't forget to include details about + your operating system and what version of Geary you're running.

+

For general inquiries, please join the + Geary mailing + list.

diff --git a/help/C/limits.page b/help/C/limits.page index ea6705ee..01c4f240 100644 --- a/help/C/limits.page +++ b/help/C/limits.page @@ -11,7 +11,7 @@ Limitations

Geary is still in early development. Geary supports IMAP and has been tested with Gmail, Yahoo, and the free Dovecot mail server. Experimental support for Outlook.com is provided. Geary may not yet work well with some IMAP servers. At this time Geary is still missing numerous features including offline mode.

-

To learn more about the features we're working on and the future of Geary, please visit Geary's Redmine page.

+

To learn more about the features we're working on and the future of Geary, please visit Geary's wiki page.

diff --git a/help/C/overview.page b/help/C/overview.page index 5584cb48..5716403a 100644 --- a/help/C/overview.page +++ b/help/C/overview.page @@ -48,7 +48,9 @@ support the IMAP protocol, including popular services such as Gmail, Yahoo Mail, lets you open the message menu with commands that operate on the message.

When you view a conversation, Geary collapses messages that you've already read. Click collapsed messages to expand them. Click an expanded message's header to collapse it.

Any attachments in a message appear at the bottom of the message. You can click - an attachment to open it.

+ an attachment to open it or right-click to save it.

+

Geary uses Gravatar to display an avatar for each + message's sender in its header.

diff --git a/help/C/preferences.page b/help/C/preferences.page index ec9667c9..443530f1 100644 --- a/help/C/preferences.page +++ b/help/C/preferences.page @@ -8,7 +8,7 @@ Preferences -

To set preferences in Geary, click the gear menu at the upper right +

To set preferences in Geary, open the application menu or click the gear menu at the upper right of the toolbar and choose Preferences.

diff --git a/help/C/search.page b/help/C/search.page index 03f62ef2..57471db0 100644 --- a/help/C/search.page +++ b/help/C/search.page @@ -16,8 +16,46 @@

The full text search includes email text, email addresses (to, from, and cc), subject lines and attachment filenames.

-

Keywords that match your search are highlighted the message view. Geary will match different +

Keywords that match your search are highlighted in the message view. Geary will match different forms of the same word, for example searching for "walk" will also match "walking" and "walked."

+
+ Search operators +

Geary supports the following operators to limit the scope of searches:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

attachment:filename

Finds messages with attachments whose name matches filename.

bcc:recipient

Finds messages where recipient matches the BCC header.

body:text

Finds messages whose body contains text.

cc:recipient

Finds messages where recipient matches the CC header.

from:sender

Finds messages where sender matches the From header.

subject:text

Finds messages whose subject contains text.

to:recipient

Finds messages where sender matches the To, CC, or BCC header.

+ +

As a special case, the bcc, cc, from, and + to operators support me as their argument, which searches for the + account's email address in the appropriate context.

+
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page index b672224b..70dedc5e 100644 --- a/help/C/shortcuts.page +++ b/help/C/shortcuts.page @@ -12,7 +12,8 @@

Geary has keyboard shortcuts for most common operations.

- + +

Compose a new message

CtrlN or N

Compose a new message

CtrlN or N

Reply to sender