File: message-window.ui

package info (click to toggle)
balsa 2.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,576 kB
  • sloc: ansic: 99,871; xml: 4,934; makefile: 769; sh: 185; awk: 60; python: 34
file content (212 lines) | stat: -rw-r--r-- 7,676 bytes parent folder | download | duplicates (4)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<interface>
  <menu id="menubar">
    <submenu>
      <attribute name="label" translatable="yes">_File</attribute>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">Page _Setup</attribute>
          <attribute name="action">win.page-setup</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">_Print…</attribute>
          <attribute name="action">win.print</attribute>
          <attribute name="accel">&lt;Primary&gt;p</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">_Close</attribute>
          <attribute name="action">win.close</attribute>
          <attribute name="accel">&lt;Primary&gt;w</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">_Edit</attribute>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">_Copy</attribute>
          <attribute name="action">win.copy</attribute>
          <attribute name="accel">&lt;Primary&gt;c</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Select _All</attribute>
          <attribute name="action">win.select-all</attribute>
          <attribute name="accel">&lt;Primary&gt;a</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">Find in _Message</attribute>
          <attribute name="action">win.find-in-message</attribute>
          <attribute name="accel">slash</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">_View</attribute>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">Show Too_lbar</attribute>
          <attribute name="action">win.show-toolbar</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">_Wrap</attribute>
          <attribute name="action">win.wrap</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">_No Headers</attribute>
          <attribute name="action">win.headers</attribute>
          <attribute name="target">none</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">S_elected Headers</attribute>
          <attribute name="action">win.headers</attribute>
          <attribute name="target">selected</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">All _Headers</attribute>
          <attribute name="action">win.headers</attribute>
          <attribute name="target">all</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">Zoom _In</attribute>
          <attribute name="action">win.zoom-in</attribute>
          <attribute name="accel">&lt;Primary&gt;plus</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Zoom _Out</attribute>
          <attribute name="action">win.zoom-out</attribute>
          <attribute name="accel">&lt;Primary&gt;minus</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Zoom _100%</attribute>
          <attribute name="action">win.zoom-normal</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">M_ove</attribute>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">_Message</attribute>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">_Reply…</attribute>
          <attribute name="action">win.reply</attribute>
          <attribute name="accel">r</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Reply to _All…</attribute>
          <attribute name="action">win.reply-all</attribute>
          <attribute name="accel">a</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Reply to _Group…</attribute>
          <attribute name="action">win.reply-group</attribute>
          <attribute name="accel">g</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">_Forward Attached…</attribute>
          <attribute name="action">win.forward-attached</attribute>
          <attribute name="accel">f</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Forward _Inline…</attribute>
          <attribute name="action">win.forward-inline</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">_Next Part</attribute>
          <attribute name="action">win.next-part</attribute>
          <attribute name="accel">&lt;Primary&gt;period</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">_Previous Part</attribute>
          <attribute name="action">win.previous-part</attribute>
          <attribute name="accel">&lt;Primary&gt;comma</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Save Current Part…</attribute>
          <attribute name="action">win.save-part</attribute>
          <attribute name="accel">&lt;Primary&gt;s</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">_View Source…</attribute>
          <attribute name="action">win.view-source</attribute>
          <attribute name="accel">&lt;Primary&gt;u</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Decrypt and check signatures</attribute>
          <attribute name="action">win.recheck-crypt</attribute>
          <attribute name="accel">&lt;Primary&gt;y</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">Next Message</attribute>
          <attribute name="action">win.next-message</attribute>
          <attribute name="accel">n</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Previous Message</attribute>
          <attribute name="action">win.previous-message</attribute>
          <attribute name="accel">p</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Next Unread Message</attribute>
          <attribute name="action">win.next-unread</attribute>
          <attribute name="accel">&lt;Primary&gt;n</attribute>
        </item>
        <item>
          <attribute name="label"
            translatable="yes">Next Flagged Message</attribute>
          <attribute name="action">win.next-flagged</attribute>
          <attribute name="accel">&lt;Primary&gt;&lt;Alt&gt;f</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label"
            translatable="yes">_Move to Trash</attribute>
          <attribute name="action">win.move-to-trash</attribute>
          <attribute name="accel">d</attribute>
        </item>
      </section>
    </submenu>
  </menu>
</interface>