1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
<?xml version="1.0" encoding="utf-8"?>
<info xmlns="http://projectmallard.org/1.0/">
<item><p>差出人:</p>
<p>差出人のメールアドレスか名前です。</p></item>
<item><p>宛先:</p>
<p>メールの宛先です。</p></item>
<item><p>CC:</p>
<p>宛先のうちの CC だけを対象にします。</p></item>
<item><p>BCC:</p>
<p>宛先のうちの BCC だけを対象にします。このフィルターは当然ですが送信したメールだけに適用できます。</p></item>
<item><p>Sender or Recipients:</p>
<p>The sender's email address or the name of the sender or the recipients of the message.</p></item>
<item><p>件名:</p>
<p>メールの件名です。</p></item>
<item><p>Specific Header:</p>
<p>Any header including <link xref="mail-composer-custom-header-lines">custom ones</link>.</p>
<p>If a message uses a header more than once, Evolution pays attention only to the first instance, even if the message defines the header differently the second time. For example, if a message declares the Resent-From: header as "engineering@example.com" and then restates it as "marketing@example.com", Evolution filters as though the second declaration did not occur. To filter on messages that use headers multiple times, use a regular expression.</p></item>
<item><p>メッセージの本文:</p>
<p>Searches in the actual text of the message.</p></item>
<item><p>表現:</p>
<p>(For programmers only) Match a message according to an expression you write in the Scheme language used to define <link xref="mail-filters">filters</link> in Evolution.</p></item>
<item><p>送信日:</p>
<p>Filters messages according to the date on which they were sent. First, choose the conditions you want a message to meet, such as before a given time or after a given time. Then choose the time. The filter compares 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 also have it look for a message within a range of time relative to the filter, such as two to four days ago.</p></item>
<item><p>受信日:</p>
<p>This works the same way as the Date Sent option, except that it compares the time you received the message with the dates you specify.</p></item>
<item><p>ラベル:</p>
<p>Messages can have <link xref="mail-labels">labels</link> of Important, Work, Personal, To Do, or Later. You can set labels with other filters or manually.</p></item>
<item><p>スコア:</p>
<p>Sets the message score to any whole number greater than 0. You can have one filter set or change a message score, and then set up another filter to move the messages you have scored. A message score is not based on anything in particular: it is simply a number you can assign to messages so other filters can process them.</p></item>
<item><p>サイズ (kB):</p>
<p>Sorts based on the size of the message in kilobytes.</p></item>
<item><p>Status:</p>
<p>Filters according to the status of a message. The status can be Replied To, Draft, Important, Read, or Junk.</p></item>
<item><p>Follow Up:</p>
<p>Checks whether the message is <link xref="mail-follow-up-flag">flagged for follow-up</link>.</p></item>
<item><p>Completed On:</p></item>
<!-- TODO: Explain usage of option "Completed On" once https://bugzilla.gnome.org/show_bug.cgi?id=698439 is fixed -->
<item><p>添付ファイル:</p>
<p>Checks whether there is an attachment for the email.</p></item>
<item><p>メーリングリスト:</p>
<p>Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.</p></item>
<item><p>次に対する正規表現</p>
<p>(プログラマー向け) <link href="https://en.wikipedia.org/wiki/Regular_expression">regex</link> について詳しい、あるいは正規表現を知っていれば、このオプションを使って複雑なパターンの文字を検索できるため、例えばaで始まりmで終わる、あるいは長さが6から15文字の単語、あるいは特定のヘッダーが2度宣言されているメッセージを、全て検索できます。正規表現の使い方については <cmd>grep</cmd> コマンドの man ページを確認してください。</p></item>
</info>
|