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 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE page [
<!ENTITY % balsa SYSTEM "balsa.entities">
<!ENTITY mdash "--">
<!-- replace with actual app version number--><!ENTITY version "2.5">
<!ENTITY Balsa '<app xmlns="http://projectmallard.org/1.0/">Balsa</app>'>
<!ENTITY Mutt '<app xmlns="http://projectmallard.org/1.0/">Mutt</app>'>
<!ENTITY GnomeCard '<app xmlns="http://projectmallard.org/1.0/">GnomeCard</app>'>
<!ENTITY Pine '<app xmlns="http://projectmallard.org/1.0/">pine</app>'>
<!ENTITY procmail '<app xmlns="http://projectmallard.org/1.0/">procmail</app>'>
<!ENTITY GnuPG '<app xmlns="http://projectmallard.org/1.0/">GnuPG</app>'>
<!ENTITY balsalist "https://mail.gnome.org/mailman/listinfo/balsa-list">
<!ENTITY IMAP '<link xmlns="http://projectmallard.org/1.0/"
xref ="glossary#imap">IMAP</link>'>
<!ENTITY LDAP '<link xmlns="http://projectmallard.org/1.0/"
xref ="glossary#ldap">LDAP</link>'>
<!ENTITY POP3 '<link xmlns="http://projectmallard.org/1.0/"
xref ="glossary#pop">POP3</link>'>
<!ENTITY SMTP '<link xmlns="http://projectmallard.org/1.0/"
xref ="glossary#smtp">SMTP</link>'>
<!ENTITY VCARD '<link xmlns="http://projectmallard.org/1.0/"
xref ="glossary#vcard">VCARD</link>'>
]>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="win-search" xml:lang="cs">
<info>
<link type="guide" xref="index"/>
</info>
<title>Okno pro vyhledávání ve schránce</title>
<p>You can search a mailbox to find and display messages that
contain a given string in the To, From, Subject, or Cc headers,
or in the message body. This window allows you to specify the
string for which you want to search and where <app>Balsa</app> should
look. Open the window with the
<guiseq>
<gui>Edit</gui>
<gui>Find</gui>
</guiseq> command, or
<keyseq>
<key>Ctrl</key>
<key>F</key>
</keyseq>.</p>
<p>Vyhovující zprávy můžete zobrazit dvěma způsoby:</p>
<terms>
<item>
<title><gui>Zobrazovat jen vyhovující zprávy</gui></title>
<p>If you click the
<gui>Apply</gui> button, the mailbox view will be filtered to
show only the messages that match the conditions. If you
click the
<gui>Clear</gui> button, the filter will be cleared, and the
mailbox view will be restored to show all messages. You can
also use
<guiseq>
<gui>Mailbox</gui>
<gui>Reset Filter</gui>
</guiseq> to restore the view.</p>
</item>
<item>
<title><gui>Otevřít následující vyhovující zprávu</gui></title>
<p>Alternatively, you can step through the matching messages,
either forward or in reverse, and optionally wrapping the
search when it reaches the end of the mailbox. Click the
<gui>OK</gui> button to view the first matching message after
(or before) the current message. Then you can use
<guiseq>
<gui>Edit</gui>
<gui>Find Next</gui>
</guiseq>, or
<keyseq>
<key>Ctrl</key>
<key>G</key>
</keyseq>, to step through the matching messages.</p>
</item>
</terms>
</page>
|