File: label.page

package info (click to toggle)
geary 46.0-13
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,092 kB
  • sloc: javascript: 972; ansic: 722; sql: 247; xml: 183; python: 30; makefile: 28; sh: 24
file content (35 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download | duplicates (6)
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
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="label">

    <info>
        <link type="guide" xref="index#overview"/>
        
        <link type="next" xref="preferences"/>
    </info>
	<title>Label or move a conversation</title>
	<section id="label-conversation">
	<title>Label a conversation</title>
	<p>Geary lets you apply one or more <em>labels</em> to each conversation.  Geary labels
	correspond to labels in Gmail, or ordinary folders in other mail services.</p>
	<p>To label one or more conversations, first select the conversation(s), then
	do either of the following:</p>
	<list>
	<item><p>Click the <gui>Label</gui> button on the toolbar and select a label from the resulting
	drop-down menu.</p></item>
	<item><p>Hold down the <key>Ctrl</key> key and drag the conversation(s) from the
	conversation list to the label in the sidebar.</p></item>
	</list>
	</section>
	<section id="move-conversation">
	<title>Move a conversation to a folder or label</title>
	<p>To move one or more conversations to a folder or label, first select the
	conversation(s), then do either of the following:</p>
	<list>
	<item><p>Click the <gui>Move</gui> button on the toolbar and select a folder or label from the resulting
	drop-down menu.</p></item>
	<item><p>Drag the conversation(s) from the
	conversation list to the folder or label in the sidebar.</p></item>
	</list>
	</section>
</page>