handling.xml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <section id="ch_handling">
  3. <title>Basic mail handling</title>
  4. <section id="handling_folders">
  5. <title>Mail folders</title>
  6. <para>
  7. If you receive a lot of emails, you will probably soon find that your
  8. Inbox folder is growing to the point where you have a hard time finding
  9. an email again, even if you received it just a few days ago. This is why
  10. Sylpheed-Claws, like most good mail clients, provides you with multiple
  11. possibilities in organising your mails.
  12. </para>
  13. <para>
  14. You can create as many folders and subfolders as you need. For example,
  15. one folder for your family, one folder for friends, folders for
  16. mailing-lists, archive folders for old mails that you still want to have
  17. available, etc. To create a new folder, simply right-click on its parent
  18. folder and choose <quote>New folder...</quote> from the drop-down menu.
  19. If you want to create a folder <quote>Friends</quote> inside your Inbox
  20. folder, for example, just right-click on the Inbox folder, choose
  21. <quote>New folder...</quote>, and type in <quote>Friends</quote> in the
  22. dialogue that appears. Click the OK button, and the new folder is
  23. created.
  24. </para>
  25. </section>
  26. <section id="handling_organisation">
  27. <title>Folder organisation</title>
  28. <para>
  29. Now that you have created folders, you can manipulate them and their
  30. contents using menu items or drag 'n' drop. Moving one folder into
  31. another, for example, can be done by right-clicking on the folder you
  32. want to move, choosing the <quote>Move folder...</quote> menu item, and
  33. selecting the destination folder. This will move the folder, with the
  34. mail it contains, to a subfolder of the chosen folder. Alternatively,
  35. you can drag a folder to another one by clicking on it, keeping the
  36. mouse pressed, moving the mouse cursor over the destination folder and
  37. releasing the button.
  38. </para>
  39. <para>
  40. If you want to remove a folder and the mail it contains, simply
  41. right-click on the folder and choose <quote>Delete folder...</quote>. As
  42. this is potentially harmful, (the mails in the folder will be deleted
  43. and not recoverable), you will be asked for confirmation.
  44. </para>
  45. <para>
  46. In the same manner that you move a folder to another one, you can move
  47. emails from one folder to another. The same method applies for this:
  48. either drag 'n' drop emails to a folder, or choose
  49. <quote>Move...</quote> after right-clicking on the mail. You can select
  50. multiple emails by using the Control or Shift key while clicking on
  51. them. You can also copy emails to another folder by pressing the Control
  52. key when drag'n'dropping, or by choosing <quote>Copy...</quote> from the
  53. email's contextual menu.
  54. </para>
  55. </section>
  56. <section id="handling_filters">
  57. <title>Filtering</title>
  58. <para>
  59. Once you have a nice folder hierarchy in place, you'll probably want
  60. Sylpheed-Claws to sort your incoming emails automatically, in order to
  61. avoid having to move messages manually each time they arrive. For this
  62. you can use the Filtering feature.
  63. </para>
  64. <para>
  65. You will find the filtering preferences via the
  66. <quote>Configuration</quote> menu, <quote>Filtering</quote> item. From
  67. this dialogue you will be able to define new rules, modify or delete
  68. existing rules, re-order the rules, and enable/disable them. Filtering
  69. rules are defined by five things: the enabled status, a name, an account
  70. name, a condition, and an action. All disabled rules are simply ignored.
  71. The <quote>Name</quote> entry is optional, it's there to help you
  72. identify your rules. An account name can be chosen, which will restrict
  73. the rule to mail retrieved from the named account only, skipping it for
  74. mail retrieved from all other accounts. The default value is
  75. <quote>All</quote>, which means that the rule is global and will
  76. be applied to all mail, reagrdless of the account from which it was
  77. retireved, (see paragraph below). The condition format is an expression
  78. defining what Sylpheed-Claws should look for when filtering mail, for
  79. example: <quote>to matchcase sylpheed-claws-users</quote> is for messages
  80. sent to any address containing <quote>sylpheed-claws-users</quote>. You can
  81. easily define conditions by clicking the <quote>Define...</quote> button
  82. at the right of the field. The last part of a filtering rule is the
  83. action, which instructs Sylpheed-Claws what to do with mail matching
  84. the condition we just defined. For example, <quote>mark_as_read</quote>
  85. marks the mail as read as soon as it arrives in your inbox, or
  86. <quote>move #mh/Mailbox/inbox/Friends</quote> moves the mail to your
  87. <quote>Friends</quote> subfolder. Here, too, a <quote>Define...</quote>
  88. button is available to help you define the action to take.
  89. </para>
  90. <para>
  91. Filtering rules can be assigned to a single, specific account. To do
  92. this select an account from the <quote>Account</quote> combo below the
  93. <quote>Name</quote> entry. When you set a specific account the filtering
  94. rule will only be applied to messages retrieved from the named account.
  95. The default value is <quote>All</quote>, which means that the rule will
  96. be appied globally, to messages retrieved from any account. When filtering
  97. messages manually, if there are any per-account filtering rules defined,
  98. you will be asked what you wish to do with those rules. Possible choices
  99. are to skip the rules, or apply these rules regardless of the account to
  100. which they belong, or use the rules for the currently selected account.
  101. Caution: if you unset the <quote>Show this message next time</quote>
  102. checkbox and click <quote>Filter</quote>, on subsequent manual filtering
  103. this choice will be applied without any confirmation. Account specific
  104. rules are only available for filtering, (at incorporation or manually),
  105. the feature is not available for folder Processing or Pre/Post-Processing.
  106. </para>
  107. <para>
  108. Once you have defined the rule, you can add it to the list of rules with
  109. the <quote>Add</quote> button. Don't forget that the order of the rules
  110. is important: if Sylpheed-Claws finds a rule suitable for an email that
  111. either moves or deletes the email, it will stop looking for further
  112. rules for that email. This is why, at the right of the rules list, you
  113. will find four buttons allowing the re-ordering of rules. The rules can
  114. also be reordered by drag 'n' drop.
  115. </para>
  116. <para>
  117. There is also a quick method of creating filtering rules based on the
  118. selected message. After selecting a mail of the type you want to filter,
  119. choose <quote>Create filter rule...</quote> from the
  120. <quote>Tools</quote> menu, and choose a type from the submenu:
  121. <quote>Automatically</quote> mainly helps for mailing-lists posts,
  122. <quote>by From</quote> creates a filter based on the sender of the
  123. email, <quote>by To</quote> creates a filter based on the recipient, and
  124. <quote>by Subject</quote> creates a filter based on the subject. Each
  125. one of these types of filtering has its advantages, it's up to you to
  126. find out what would be the more practical. Usually,
  127. <quote>by From</quote> is nice to sort out your regular contacts' mails,
  128. whereas <quote>by To</quote> is more useful to sort mails sent to your
  129. different accounts.
  130. </para>
  131. </section>
  132. <section id="handling_searching">
  133. <title>Searching</title>
  134. <para>
  135. There are several methods for searching your emails.
  136. </para>
  137. <para>
  138. One of them is relatively standard, and can be found in the
  139. <quote>Edit</quote> menu, it's the <quote>Search folder...</quote> item.
  140. This will open a window where you can specify one or more fields to
  141. search in: From, To, Subject, and Body. After having specified your
  142. criteria, click on the <quote>Back</quote> or <quote>Forward</quote>
  143. buttons to navigate through the matching emails, or use
  144. <quote>Find all</quote> to select all the matching emails at once. Be
  145. aware that searching for text in the body of emails is much slower than
  146. searching in its headers, because the body of emails isn't cached by
  147. Sylpheed-Claws. <quote>Extended Search</quote> mode can be turned on by
  148. clicking the relevant checkbox, thus allowing you to use match expressions
  149. like those used in <quote>Filtering</quote> rules.
  150. </para>
  151. <para>
  152. If you're looking at a large email and want to find a particular part
  153. of it, you can use the <quote>Find in current message...</quote> item of
  154. the <quote>Edit</quote> menu. This works like search in a text document.
  155. </para>
  156. <para>
  157. The final way of searching for emails is using <quote>Quick Search</quote>,
  158. which you can display or hide by cilicking the little magnifying glass icon
  159. under the Message List. It is also accessible from the <quote>Quick Search</quote>
  160. item of the <quote>Edit</quote> menu. <quote>Quick Search</quote> is more
  161. powerful than the normal search as it can search in standard headers (From,
  162. To, Subject) or in <quote>Extended</quote> mode using just about any
  163. criteria you can think of. When in <quote>Extended</quote> mode, the
  164. <quote>Information</quote> button is visible, enabling you to see the
  165. search syntax. An <quote>Edit</quote> button is also available which
  166. allows you to quickly create a rule. You can also configure
  167. <quote>Quick Search</quote> to search recursively through subfolders,
  168. and whether it should reset itself when you change folders.
  169. </para>
  170. <para>
  171. When you hit Enter after having specified the search string, the Message
  172. List will shrink to present you with only the matching messages. If you
  173. set the search to be recursive, any subfolder of the current one that
  174. has matching emails will change its icon to a magnifying glass icon.
  175. This way, you can search in your whole mailbox at once. If the search is
  176. in Sticky mode, the filter will stay applied when you go to another
  177. folder. This can be disturbing at first, as you can forget about it, but
  178. is useful in some cases, for example if you want to search in the body
  179. of emails and are not sure of which folder contains the searched email:
  180. a recursive search on the body of emails in a whole mailbox can be
  181. really slow.
  182. </para>
  183. </section>
  184. </section>