beb629ab6c304fa1f9efe2b05759539f26344da8
[modest] / src / gtk-glade / modest.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="main">
7   <property name="title" translatable="yes">Modest</property>
8   <property name="type">GTK_WINDOW_TOPLEVEL</property>
9   <property name="window_position">GTK_WIN_POS_NONE</property>
10   <property name="modal">False</property>
11   <property name="default_width">800</property>
12   <property name="default_height">600</property>
13   <property name="resizable">True</property>
14   <property name="destroy_with_parent">False</property>
15   <property name="icon">qgn_toolb_messagin.png</property>
16   <property name="decorated">True</property>
17   <property name="skip_taskbar_hint">False</property>
18   <property name="skip_pager_hint">False</property>
19   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
20   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21   <property name="focus_on_map">True</property>
22   <property name="urgency_hint">False</property>
23
24   <child>
25     <widget class="GtkVBox" id="main_top_container">
26       <property name="visible">True</property>
27       <property name="homogeneous">False</property>
28       <property name="spacing">0</property>
29
30       <child>
31         <widget class="GtkMenuBar" id="menubar1">
32           <property name="visible">True</property>
33           <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
34           <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
35
36           <child>
37             <widget class="GtkMenuItem" id="MessageMenuItem">
38               <property name="visible">True</property>
39               <property name="label" translatable="yes">_Message</property>
40               <property name="use_underline">True</property>
41
42               <child>
43                 <widget class="GtkMenu" id="MessageMenuItem_menu">
44
45                   <child>
46                     <widget class="GtkMenuItem" id="new_e-mail1">
47                       <property name="visible">True</property>
48                       <property name="label" translatable="yes">New e-mail</property>
49                       <property name="use_underline">True</property>
50                       <signal name="activate" handler="on_new_e-mail1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
51                       <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
52                     </widget>
53                   </child>
54
55                   <child>
56                     <widget class="GtkMenuItem" id="open1">
57                       <property name="visible">True</property>
58                       <property name="label" translatable="yes">Open</property>
59                       <property name="use_underline">True</property>
60                       <signal name="activate" handler="on_open1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
61                       <accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/>
62                     </widget>
63                   </child>
64
65                   <child>
66                     <widget class="GtkSeparatorMenuItem" id="separator1">
67                       <property name="visible">True</property>
68                     </widget>
69                   </child>
70
71                   <child>
72                     <widget class="GtkMenuItem" id="reply1">
73                       <property name="visible">True</property>
74                       <property name="label" translatable="yes">Reply</property>
75                       <property name="use_underline">True</property>
76                       <signal name="activate" handler="on_reply1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
77                     </widget>
78                   </child>
79
80                   <child>
81                     <widget class="GtkMenuItem" id="reply_to_all1">
82                       <property name="visible">True</property>
83                       <property name="label" translatable="yes">Reply to all</property>
84                       <property name="use_underline">True</property>
85                       <signal name="activate" handler="on_reply_to_all1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
86                     </widget>
87                   </child>
88
89                   <child>
90                     <widget class="GtkMenuItem" id="forward1">
91                       <property name="visible">True</property>
92                       <property name="label" translatable="yes">Forward</property>
93                       <property name="use_underline">True</property>
94                       <signal name="activate" handler="on_forward1_activate" last_modification_time="Fri, 28 Apr 2006 12:05:09 GMT"/>
95                     </widget>
96                   </child>
97
98                   <child>
99                     <widget class="GtkMenuItem" id="forward_attached">
100                       <property name="visible">True</property>
101                       <property name="label" translatable="yes">Forward attached</property>
102                       <property name="use_underline">True</property>
103                       <signal name="activate" handler="on_forward_attached_activate" last_modification_time="Tue, 13 Jun 2006 16:41:33 GMT"/>
104                     </widget>
105                   </child>
106
107                   <child>
108                     <widget class="GtkSeparatorMenuItem" id="separator2">
109                       <property name="visible">True</property>
110                     </widget>
111                   </child>
112
113                   <child>
114                     <widget class="GtkMenuItem" id="delete1">
115                       <property name="visible">True</property>
116                       <property name="label" translatable="yes">Delete</property>
117                       <property name="use_underline">True</property>
118                       <signal name="activate" handler="on_delete1_activate" last_modification_time="Fri, 28 Apr 2006 12:05:09 GMT"/>
119                     </widget>
120                   </child>
121
122                   <child>
123                     <widget class="GtkSeparatorMenuItem" id="separator3">
124                       <property name="visible">True</property>
125                     </widget>
126                   </child>
127
128                   <child>
129                     <widget class="GtkMenuItem" id="details1">
130                       <property name="visible">True</property>
131                       <property name="label" translatable="yes">Details</property>
132                       <property name="use_underline">True</property>
133                       <signal name="activate" handler="on_details1_activate" last_modification_time="Fri, 28 Apr 2006 12:05:09 GMT"/>
134                     </widget>
135                   </child>
136                 </widget>
137               </child>
138             </widget>
139           </child>
140
141           <child>
142             <widget class="GtkMenuItem" id="EditMenuItem">
143               <property name="visible">True</property>
144               <property name="label" translatable="yes">_Edit</property>
145               <property name="use_underline">True</property>
146
147               <child>
148                 <widget class="GtkMenu" id="EditMenuItem_menu">
149
150                   <child>
151                     <widget class="GtkMenuItem" id="undo1">
152                       <property name="visible">True</property>
153                       <property name="label" translatable="yes">Undo</property>
154                       <property name="use_underline">True</property>
155                       <signal name="activate" handler="on_undo1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
156                     </widget>
157                   </child>
158
159                   <child>
160                     <widget class="GtkSeparatorMenuItem" id="separator4">
161                       <property name="visible">True</property>
162                     </widget>
163                   </child>
164
165                   <child>
166                     <widget class="GtkMenuItem" id="cut1">
167                       <property name="visible">True</property>
168                       <property name="label" translatable="yes">Cut</property>
169                       <property name="use_underline">True</property>
170                       <signal name="activate" handler="on_cut1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
171                     </widget>
172                   </child>
173
174                   <child>
175                     <widget class="GtkMenuItem" id="copy1">
176                       <property name="visible">True</property>
177                       <property name="label" translatable="yes">Copy</property>
178                       <property name="use_underline">True</property>
179                       <signal name="activate" handler="on_copy1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
180                     </widget>
181                   </child>
182
183                   <child>
184                     <widget class="GtkMenuItem" id="paste1">
185                       <property name="visible">True</property>
186                       <property name="label" translatable="yes">Paste</property>
187                       <property name="use_underline">True</property>
188                       <signal name="activate" handler="on_paste1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
189                     </widget>
190                   </child>
191
192                   <child>
193                     <widget class="GtkMenuItem" id="select1">
194                       <property name="visible">True</property>
195                       <property name="label" translatable="yes">_Select</property>
196                       <property name="use_underline">True</property>
197
198                       <child>
199                         <widget class="GtkMenu" id="select1_menu">
200
201                           <child>
202                             <widget class="GtkMenuItem" id="mark_all1">
203                               <property name="visible">True</property>
204                               <property name="label" translatable="yes">Mark all</property>
205                               <property name="use_underline">True</property>
206                               <signal name="activate" handler="on_mark_all1_activate" last_modification_time="Fri, 28 Apr 2006 12:10:20 GMT"/>
207                             </widget>
208                           </child>
209
210                           <child>
211                             <widget class="GtkMenuItem" id="unmark_all1">
212                               <property name="visible">True</property>
213                               <property name="label" translatable="yes">Unmark all</property>
214                               <property name="use_underline">True</property>
215                               <signal name="activate" handler="on_unmark_all1_activate" last_modification_time="Fri, 28 Apr 2006 12:10:20 GMT"/>
216                             </widget>
217                           </child>
218                         </widget>
219                       </child>
220                     </widget>
221                   </child>
222
223                   <child>
224                     <widget class="GtkSeparatorMenuItem" id="separator6">
225                       <property name="visible">True</property>
226                     </widget>
227                   </child>
228
229                   <child>
230                     <widget class="GtkMenuItem" id="move_to1">
231                       <property name="visible">True</property>
232                       <property name="label" translatable="yes">Move to...</property>
233                       <property name="use_underline">True</property>
234                       <signal name="activate" handler="on_move_to1_activate" last_modification_time="Fri, 28 Apr 2006 12:12:30 GMT"/>
235                     </widget>
236                   </child>
237                 </widget>
238               </child>
239             </widget>
240           </child>
241
242           <child>
243             <widget class="GtkMenuItem" id="FoldersMenuItem">
244               <property name="visible">True</property>
245               <property name="label" translatable="yes">_Folders</property>
246               <property name="use_underline">True</property>
247
248               <child>
249                 <widget class="GtkMenu" id="FoldersMenuItem_menu">
250
251                   <child>
252                     <widget class="GtkMenuItem" id="new_folder1">
253                       <property name="visible">True</property>
254                       <property name="label" translatable="yes">New folder...</property>
255                       <property name="use_underline">True</property>
256                       <signal name="activate" handler="on_new_folder1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
257                     </widget>
258                   </child>
259
260                   <child>
261                     <widget class="GtkMenuItem" id="manage_folders1">
262                       <property name="visible">True</property>
263                       <property name="label" translatable="yes">Manage folders</property>
264                       <property name="use_underline">True</property>
265                       <signal name="activate" handler="on_manage_folders1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
266                     </widget>
267                   </child>
268
269                   <child>
270                     <widget class="GtkSeparatorMenuItem" id="separator7">
271                       <property name="visible">True</property>
272                     </widget>
273                   </child>
274
275                   <child>
276                     <widget class="GtkMenuItem" id="details2">
277                       <property name="visible">True</property>
278                       <property name="label" translatable="yes">Details</property>
279                       <property name="use_underline">True</property>
280                       <signal name="activate" handler="on_details2_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
281                     </widget>
282                   </child>
283
284                   <child>
285                     <widget class="GtkMenuItem" id="folder_settings1">
286                       <property name="visible">True</property>
287                       <property name="label" translatable="yes">Folder settings...</property>
288                       <property name="use_underline">True</property>
289                       <signal name="activate" handler="on_folder_settings1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
290                     </widget>
291                   </child>
292
293                   <child>
294                     <widget class="GtkSeparatorMenuItem" id="separator8">
295                       <property name="visible">True</property>
296                     </widget>
297                   </child>
298
299                   <child>
300                     <widget class="GtkRadioMenuItem" id="inbox1">
301                       <property name="visible">True</property>
302                       <property name="label" translatable="yes">Inbox</property>
303                       <property name="use_underline">True</property>
304                       <property name="active">True</property>
305                       <signal name="activate" handler="on_inbox1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
306                     </widget>
307                   </child>
308
309                   <child>
310                     <widget class="GtkRadioMenuItem" id="outbox1">
311                       <property name="visible">True</property>
312                       <property name="label" translatable="yes">Outbox</property>
313                       <property name="use_underline">True</property>
314                       <property name="active">True</property>
315                       <property name="group">inbox1</property>
316                       <signal name="activate" handler="on_outbox1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
317                     </widget>
318                   </child>
319
320                   <child>
321                     <widget class="GtkRadioMenuItem" id="drafts1">
322                       <property name="visible">True</property>
323                       <property name="label" translatable="yes">Drafts</property>
324                       <property name="use_underline">True</property>
325                       <property name="active">True</property>
326                       <property name="group">inbox1</property>
327                       <signal name="activate" handler="on_drafts1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
328                     </widget>
329                   </child>
330
331                   <child>
332                     <widget class="GtkRadioMenuItem" id="sent1">
333                       <property name="visible">True</property>
334                       <property name="label" translatable="yes">Sent</property>
335                       <property name="use_underline">True</property>
336                       <property name="active">True</property>
337                       <property name="group">inbox1</property>
338                       <signal name="activate" handler="on_sent1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
339                     </widget>
340                   </child>
341
342                   <child>
343                     <widget class="GtkRadioMenuItem" id="archive1">
344                       <property name="visible">True</property>
345                       <property name="label" translatable="yes">Archive</property>
346                       <property name="use_underline">True</property>
347                       <property name="active">True</property>
348                       <property name="group">inbox1</property>
349                       <signal name="activate" handler="on_archive1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
350                     </widget>
351                   </child>
352                 </widget>
353               </child>
354             </widget>
355           </child>
356
357           <child>
358             <widget class="GtkMenuItem" id="ViewMenuItem">
359               <property name="visible">True</property>
360               <property name="label" translatable="yes">_View</property>
361               <property name="use_underline">True</property>
362
363               <child>
364                 <widget class="GtkMenu" id="ViewMenuItem_menu">
365
366                   <child>
367                     <widget class="GtkMenuItem" id="sort1">
368                       <property name="visible">True</property>
369                       <property name="label" translatable="yes">Sort...</property>
370                       <property name="use_underline">True</property>
371                       <signal name="activate" handler="on_sort1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
372                     </widget>
373                   </child>
374
375                   <child>
376                     <widget class="GtkSeparatorMenuItem" id="separator9">
377                       <property name="visible">True</property>
378                     </widget>
379                   </child>
380
381                   <child>
382                     <widget class="GtkMenuItem" id="show_toolbar1">
383                       <property name="visible">True</property>
384                       <property name="label" translatable="yes">_Show toolbar</property>
385                       <property name="use_underline">True</property>
386                       <signal name="activate" handler="on_show_toolbar1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
387
388                       <child>
389                         <widget class="GtkMenu" id="show_toolbar1_menu">
390
391                           <child>
392                             <widget class="GtkCheckMenuItem" id="normal_screen1">
393                               <property name="visible">True</property>
394                               <property name="label" translatable="yes">Normal screen</property>
395                               <property name="use_underline">True</property>
396                               <property name="active">True</property>
397                               <signal name="activate" handler="on_normal_screen1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
398                             </widget>
399                           </child>
400
401                           <child>
402                             <widget class="GtkCheckMenuItem" id="full_screen2">
403                               <property name="visible">True</property>
404                               <property name="label" translatable="yes">Full screen</property>
405                               <property name="use_underline">True</property>
406                               <property name="active">True</property>
407                               <signal name="activate" handler="on_full_screen2_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
408                             </widget>
409                           </child>
410                         </widget>
411                       </child>
412                     </widget>
413                   </child>
414
415                   <child>
416                     <widget class="GtkCheckMenuItem" id="folders1">
417                       <property name="visible">True</property>
418                       <property name="label" translatable="yes">Folders</property>
419                       <property name="use_underline">True</property>
420                       <property name="active">True</property>
421                       <signal name="activate" handler="on_folders1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
422                     </widget>
423                   </child>
424
425                   <child>
426                     <widget class="GtkCheckMenuItem" id="menu_view_attachments">
427                       <property name="visible">True</property>
428                       <property name="label" translatable="yes">Attachments</property>
429                       <property name="use_underline">True</property>
430                       <property name="active">True</property>
431                       <signal name="toggled" handler="on_view_attachments_toggled" last_modification_time="Fri, 09 Jun 2006 14:17:29 GMT"/>
432                     </widget>
433                   </child>
434
435                   <child>
436                     <widget class="GtkCheckMenuItem" id="full_screen1">
437                       <property name="visible">True</property>
438                       <property name="label" translatable="yes">Full screen</property>
439                       <property name="use_underline">True</property>
440                       <property name="active">False</property>
441                       <signal name="activate" handler="on_full_screen1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
442                     </widget>
443                   </child>
444                 </widget>
445               </child>
446             </widget>
447           </child>
448
449           <child>
450             <widget class="GtkMenuItem" id="EMailMenuItem">
451               <property name="visible">True</property>
452               <property name="label" translatable="yes">E-m_ail</property>
453               <property name="use_underline">True</property>
454               <signal name="activate" handler="on_e-mail1_activate" last_modification_time="Fri, 28 Apr 2006 12:12:02 GMT"/>
455
456               <child>
457                 <widget class="GtkMenu" id="EMailMenuItem_menu">
458
459                   <child>
460                     <widget class="GtkMenuItem" id="send_&amp;_receive1">
461                       <property name="visible">True</property>
462                       <property name="label" translatable="yes">Send &amp; receive</property>
463                       <property name="use_underline">True</property>
464                       <signal name="activate" handler="on_send_&amp;_receive1_activate" last_modification_time="Fri, 28 Apr 2006 12:21:50 GMT"/>
465                     </widget>
466                   </child>
467
468                   <child>
469                     <widget class="GtkMenuItem" id="retrieve_e-mail_contents1">
470                       <property name="visible">True</property>
471                       <property name="label" translatable="yes">Retrieve e-mail contents</property>
472                       <property name="use_underline">True</property>
473                       <signal name="activate" handler="on_retrieve_e-mail_contents1_activate" last_modification_time="Fri, 28 Apr 2006 12:21:50 GMT"/>
474                     </widget>
475                   </child>
476
477                   <child>
478                     <widget class="GtkMenuItem" id="purge_attacments1">
479                       <property name="visible">True</property>
480                       <property name="label" translatable="yes">Purge attacments</property>
481                       <property name="use_underline">True</property>
482                       <signal name="activate" handler="on_purge_attacments1_activate" last_modification_time="Fri, 28 Apr 2006 12:21:50 GMT"/>
483                     </widget>
484                   </child>
485                 </widget>
486               </child>
487             </widget>
488           </child>
489
490           <child>
491             <widget class="GtkMenuItem" id="ToolsMenuItem">
492               <property name="visible">True</property>
493               <property name="label" translatable="yes">_Tools</property>
494               <property name="use_underline">True</property>
495               <signal name="activate" handler="on_tools1_activate" last_modification_time="Fri, 28 Apr 2006 12:12:02 GMT"/>
496
497               <child>
498                 <widget class="GtkMenu" id="ToolsMenuItem_menu">
499
500                   <child>
501                     <widget class="GtkMenuItem" id="OpenContactsMenuItem">
502                       <property name="visible">True</property>
503                       <property name="label" translatable="yes">Open contacts...</property>
504                       <property name="use_underline">True</property>
505                       <signal name="activate" handler="on_open_contacts1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
506                     </widget>
507                   </child>
508
509                   <child>
510                     <widget class="GtkSeparatorMenuItem" id="separator11">
511                       <property name="visible">True</property>
512                     </widget>
513                   </child>
514
515                   <child>
516                     <widget class="GtkMenuItem" id="NewAccountWizardMenuItem">
517                       <property name="visible">True</property>
518                       <property name="label" translatable="yes">New Identity</property>
519                       <property name="use_underline">True</property>
520                       <signal name="activate" handler="on_new_account1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
521                     </widget>
522                   </child>
523
524                   <child>
525                     <widget class="GtkMenuItem" id="AccountSettingsMenuItem">
526                       <property name="visible">True</property>
527                       <property name="label" translatable="yes">Identities and accounts</property>
528                       <property name="use_underline">True</property>
529                       <signal name="activate" handler="on_account_settings1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
530                     </widget>
531                   </child>
532
533                   <child>
534                     <widget class="GtkMenuItem" id="OptionsMenuItem">
535                       <property name="visible">True</property>
536                       <property name="label" translatable="yes">Options</property>
537                       <property name="use_underline">True</property>
538                       <signal name="activate" handler="on_options1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
539                     </widget>
540                   </child>
541
542                   <child>
543                     <widget class="GtkSeparatorMenuItem" id="separator10">
544                       <property name="visible">True</property>
545                     </widget>
546                   </child>
547
548                   <child>
549                     <widget class="GtkMenuItem" id="SearchEMailsMenuItem">
550                       <property name="visible">True</property>
551                       <property name="label" translatable="yes">Search e-mails...</property>
552                       <property name="use_underline">True</property>
553                       <signal name="activate" handler="on_search_e-mails1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
554                     </widget>
555                   </child>
556
557                   <child>
558                     <widget class="GtkSeparatorMenuItem" id="separator12">
559                       <property name="visible">True</property>
560                     </widget>
561                   </child>
562
563                   <child>
564                     <widget class="GtkMenuItem" id="HelpMenuItem">
565                       <property name="visible">True</property>
566                       <property name="label" translatable="yes">Help</property>
567                       <property name="use_underline">True</property>
568                       <signal name="activate" handler="on_help1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
569                     </widget>
570                   </child>
571                 </widget>
572               </child>
573             </widget>
574           </child>
575
576           <child>
577             <widget class="GtkMenuItem" id="CloseMenuItem">
578               <property name="visible">True</property>
579               <property name="label" translatable="yes">_Close</property>
580               <property name="use_underline">True</property>
581
582               <child>
583                 <widget class="GtkMenu" id="CloseMenuItem_menu">
584
585                   <child>
586                     <widget class="GtkMenuItem" id="about1">
587                       <property name="visible">True</property>
588                       <property name="label" translatable="yes">Close window</property>
589                       <property name="use_underline">True</property>
590                       <signal name="activate" handler="on_about1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
591                     </widget>
592                   </child>
593
594                   <child>
595                     <widget class="GtkMenuItem" id="close_all_windows1">
596                       <property name="visible">True</property>
597                       <property name="label" translatable="yes">Close all windows</property>
598                       <property name="use_underline">True</property>
599                       <signal name="activate" handler="on_close_all_windows1_activate" last_modification_time="Fri, 28 Apr 2006 12:24:02 GMT"/>
600                     </widget>
601                   </child>
602                 </widget>
603               </child>
604             </widget>
605           </child>
606         </widget>
607         <packing>
608           <property name="padding">0</property>
609           <property name="expand">False</property>
610           <property name="fill">False</property>
611         </packing>
612       </child>
613
614       <child>
615         <widget class="GtkToolbar" id="toolbar1">
616           <property name="visible">True</property>
617           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
618           <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
619           <property name="tooltips">True</property>
620           <property name="show_arrow">True</property>
621
622           <child>
623             <widget class="GtkToolButton" id="toolb_new_mail">
624               <property name="visible">True</property>
625               <property name="tooltip" translatable="yes">Compose new e-mail message</property>
626               <property name="label" translatable="yes">New e-mail</property>
627               <property name="use_underline">True</property>
628               <property name="icon">qgn_toolb_messagin_new.png</property>
629               <property name="visible_horizontal">True</property>
630               <property name="visible_vertical">True</property>
631               <property name="is_important">False</property>
632             </widget>
633             <packing>
634               <property name="expand">False</property>
635               <property name="homogeneous">True</property>
636             </packing>
637           </child>
638
639           <child>
640             <widget class="GtkToolButton" id="toolb_reply">
641               <property name="visible">True</property>
642               <property name="tooltip" translatable="yes">Reply</property>
643               <property name="label" translatable="yes">Reply</property>
644               <property name="use_underline">True</property>
645               <property name="icon">qgn_toolb_messagin_reply.png</property>
646               <property name="visible_horizontal">True</property>
647               <property name="visible_vertical">True</property>
648               <property name="is_important">False</property>
649             </widget>
650             <packing>
651               <property name="expand">False</property>
652               <property name="homogeneous">True</property>
653             </packing>
654           </child>
655
656           <child>
657             <widget class="GtkToolButton" id="toolb_reply_all">
658               <property name="visible">True</property>
659               <property name="tooltip" translatable="yes">Reply all</property>
660               <property name="label" translatable="yes">Reply all</property>
661               <property name="use_underline">True</property>
662               <property name="icon">qgn_toolb_messagin_replytoall.png</property>
663               <property name="visible_horizontal">True</property>
664               <property name="visible_vertical">True</property>
665               <property name="is_important">False</property>
666             </widget>
667             <packing>
668               <property name="expand">False</property>
669               <property name="homogeneous">True</property>
670             </packing>
671           </child>
672
673           <child>
674             <widget class="GtkToolButton" id="toolb_forward">
675               <property name="visible">True</property>
676               <property name="tooltip" translatable="yes">Forward</property>
677               <property name="label" translatable="yes">Forward</property>
678               <property name="use_underline">True</property>
679               <property name="icon">qgn_toolb_messagin_forward.png</property>
680               <property name="visible_horizontal">True</property>
681               <property name="visible_vertical">True</property>
682               <property name="is_important">False</property>
683             </widget>
684             <packing>
685               <property name="expand">False</property>
686               <property name="homogeneous">True</property>
687             </packing>
688           </child>
689
690           <child>
691             <widget class="GtkToolButton" id="toolb_move_to">
692               <property name="visible">True</property>
693               <property name="tooltip" translatable="yes">Move message to other location</property>
694               <property name="label" translatable="yes">Move to...</property>
695               <property name="use_underline">True</property>
696               <property name="icon">qgn_toolb_messagin_moveto.png</property>
697               <property name="visible_horizontal">True</property>
698               <property name="visible_vertical">True</property>
699               <property name="is_important">False</property>
700             </widget>
701             <packing>
702               <property name="expand">False</property>
703               <property name="homogeneous">True</property>
704             </packing>
705           </child>
706
707           <child>
708             <widget class="GtkToolButton" id="toolb_delete">
709               <property name="visible">True</property>
710               <property name="tooltip" translatable="yes">Delete message</property>
711               <property name="label" translatable="yes">Delete</property>
712               <property name="use_underline">True</property>
713               <property name="icon">qgn_toolb_messagin_delete.png</property>
714               <property name="visible_horizontal">True</property>
715               <property name="visible_vertical">True</property>
716               <property name="is_important">False</property>
717             </widget>
718             <packing>
719               <property name="expand">False</property>
720               <property name="homogeneous">True</property>
721             </packing>
722           </child>
723
724           <child>
725             <widget class="GtkToolButton" id="toolb_send_receive">
726               <property name="visible">True</property>
727               <property name="tooltip" translatable="yes">Send and receive</property>
728               <property name="label" translatable="yes">Send &amp; receive</property>
729               <property name="use_underline">True</property>
730               <property name="icon">qgn_toolb_messagin_sendreceive.png</property>
731               <property name="visible_horizontal">True</property>
732               <property name="visible_vertical">True</property>
733               <property name="is_important">False</property>
734             </widget>
735             <packing>
736               <property name="expand">False</property>
737               <property name="homogeneous">True</property>
738             </packing>
739           </child>
740         </widget>
741         <packing>
742           <property name="padding">0</property>
743           <property name="expand">False</property>
744           <property name="fill">False</property>
745         </packing>
746       </child>
747
748       <child>
749         <widget class="GtkHPaned" id="hpaned1">
750           <property name="visible">True</property>
751           <property name="can_focus">True</property>
752           <property name="position">170</property>
753
754           <child>
755             <widget class="GtkScrolledWindow" id="folders">
756               <property name="visible">True</property>
757               <property name="can_focus">True</property>
758               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
759               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
760               <property name="shadow_type">GTK_SHADOW_NONE</property>
761               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
762
763               <child>
764                 <placeholder/>
765               </child>
766             </widget>
767             <packing>
768               <property name="shrink">True</property>
769               <property name="resize">False</property>
770             </packing>
771           </child>
772
773           <child>
774             <widget class="GtkVPaned" id="mail_paned">
775               <property name="visible">True</property>
776               <property name="can_focus">True</property>
777               <property name="position">150</property>
778
779               <child>
780                 <widget class="GtkScrolledWindow" id="mail_list">
781                   <property name="visible">True</property>
782                   <property name="can_focus">True</property>
783                   <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
784                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
785                   <property name="shadow_type">GTK_SHADOW_NONE</property>
786                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
787
788                   <child>
789                     <placeholder/>
790                   </child>
791                 </widget>
792                 <packing>
793                   <property name="shrink">True</property>
794                   <property name="resize">False</property>
795                 </packing>
796               </child>
797
798               <child>
799                 <placeholder/>
800               </child>
801             </widget>
802             <packing>
803               <property name="shrink">True</property>
804               <property name="resize">True</property>
805             </packing>
806           </child>
807         </widget>
808         <packing>
809           <property name="padding">0</property>
810           <property name="expand">True</property>
811           <property name="fill">True</property>
812         </packing>
813       </child>
814     </widget>
815   </child>
816 </widget>
817
818 <widget class="GtkWindow" id="new_mail">
819   <property name="title" translatable="yes">Modest - New message</property>
820   <property name="type">GTK_WINDOW_TOPLEVEL</property>
821   <property name="window_position">GTK_WIN_POS_NONE</property>
822   <property name="modal">False</property>
823   <property name="default_width">800</property>
824   <property name="default_height">600</property>
825   <property name="resizable">True</property>
826   <property name="destroy_with_parent">False</property>
827   <property name="icon">qgn_toolb_messagin.png</property>
828   <property name="decorated">True</property>
829   <property name="skip_taskbar_hint">False</property>
830   <property name="skip_pager_hint">False</property>
831   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
832   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
833   <property name="focus_on_map">True</property>
834   <property name="urgency_hint">False</property>
835
836   <child>
837     <widget class="GtkVBox" id="new_mail_top_container">
838       <property name="visible">True</property>
839       <property name="homogeneous">False</property>
840       <property name="spacing">0</property>
841
842       <child>
843         <widget class="GtkMenuBar" id="menubar2">
844           <property name="visible">True</property>
845           <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
846           <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
847
848           <child>
849             <widget class="GtkMenuItem" id="menuitem5">
850               <property name="visible">True</property>
851               <property name="label" translatable="yes">_Message</property>
852               <property name="use_underline">True</property>
853
854               <child>
855                 <widget class="GtkMenu" id="menuitem5_menu">
856
857                   <child>
858                     <widget class="GtkMenuItem" id="menuitem6">
859                       <property name="visible">True</property>
860                       <property name="label" translatable="yes">Send</property>
861                       <property name="use_underline">True</property>
862                       <signal name="activate" handler="on_new_e-mail1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
863                     </widget>
864                   </child>
865
866                   <child>
867                     <widget class="GtkSeparatorMenuItem" id="separator13">
868                       <property name="visible">True</property>
869                     </widget>
870                   </child>
871
872                   <child>
873                     <widget class="GtkMenuItem" id="menuitem7">
874                       <property name="visible">True</property>
875                       <property name="label" translatable="yes">New e-mail</property>
876                       <property name="use_underline">True</property>
877                       <signal name="activate" handler="on_open1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
878                       <accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/>
879                     </widget>
880                   </child>
881
882                   <child>
883                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
884                       <property name="visible">True</property>
885                     </widget>
886                   </child>
887
888                   <child>
889                     <widget class="GtkMenuItem" id="menuitem8">
890                       <property name="visible">True</property>
891                       <property name="label" translatable="yes">Delete message</property>
892                       <property name="use_underline">True</property>
893                       <signal name="activate" handler="on_reply1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
894                     </widget>
895                   </child>
896
897                   <child>
898                     <widget class="GtkSeparatorMenuItem" id="separator14">
899                       <property name="visible">True</property>
900                     </widget>
901                   </child>
902
903                   <child>
904                     <widget class="GtkMenuItem" id="menuitem9">
905                       <property name="visible">True</property>
906                       <property name="label" translatable="yes">Select recipients...</property>
907                       <property name="use_underline">True</property>
908                       <signal name="activate" handler="on_reply_to_all1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
909                     </widget>
910                   </child>
911
912                   <child>
913                     <widget class="GtkMenuItem" id="menuitem10">
914                       <property name="visible">True</property>
915                       <property name="label" translatable="yes">Check names</property>
916                       <property name="use_underline">True</property>
917                       <signal name="activate" handler="on_forward1_activate" last_modification_time="Fri, 28 Apr 2006 12:05:09 GMT"/>
918                     </widget>
919                   </child>
920                 </widget>
921               </child>
922             </widget>
923           </child>
924
925           <child>
926             <widget class="GtkMenuItem" id="menuitem13">
927               <property name="visible">True</property>
928               <property name="label" translatable="yes">_Edit</property>
929               <property name="use_underline">True</property>
930
931               <child>
932                 <widget class="GtkMenu" id="menuitem13_menu">
933
934                   <child>
935                     <widget class="GtkMenuItem" id="menuitem14">
936                       <property name="visible">True</property>
937                       <property name="label" translatable="yes">Undo</property>
938                       <property name="use_underline">True</property>
939                       <signal name="activate" handler="on_undo1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
940                     </widget>
941                   </child>
942
943                   <child>
944                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem4">
945                       <property name="visible">True</property>
946                     </widget>
947                   </child>
948
949                   <child>
950                     <widget class="GtkMenuItem" id="menuitem15">
951                       <property name="visible">True</property>
952                       <property name="label" translatable="yes">Cut</property>
953                       <property name="use_underline">True</property>
954                       <signal name="activate" handler="on_cut1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
955                     </widget>
956                   </child>
957
958                   <child>
959                     <widget class="GtkMenuItem" id="menuitem16">
960                       <property name="visible">True</property>
961                       <property name="label" translatable="yes">Copy</property>
962                       <property name="use_underline">True</property>
963                       <signal name="activate" handler="on_copy1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
964                     </widget>
965                   </child>
966
967                   <child>
968                     <widget class="GtkMenuItem" id="menuitem17">
969                       <property name="visible">True</property>
970                       <property name="label" translatable="yes">Paste</property>
971                       <property name="use_underline">True</property>
972                       <signal name="activate" handler="on_paste1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
973                     </widget>
974                   </child>
975
976                   <child>
977                     <widget class="GtkMenuItem" id="menuitem18">
978                       <property name="visible">True</property>
979                       <property name="label" translatable="yes">Select all</property>
980                       <property name="use_underline">True</property>
981                     </widget>
982                   </child>
983                 </widget>
984               </child>
985             </widget>
986           </child>
987
988           <child>
989             <widget class="GtkMenuItem" id="menuitem22">
990               <property name="visible">True</property>
991               <property name="label" translatable="yes">_Attachments</property>
992               <property name="use_underline">True</property>
993
994               <child>
995                 <widget class="GtkMenu" id="menuitem22_menu">
996
997                   <child>
998                     <widget class="GtkMenuItem" id="menuitem23">
999                       <property name="visible">True</property>
1000                       <property name="label" translatable="yes">Attach file...</property>
1001                       <property name="use_underline">True</property>
1002                       <signal name="activate" handler="on_new_folder1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
1003                     </widget>
1004                   </child>
1005
1006                   <child>
1007                     <widget class="GtkMenuItem" id="menuitem24">
1008                       <property name="visible">True</property>
1009                       <property name="label" translatable="yes">Insert inline image</property>
1010                       <property name="use_underline">True</property>
1011                       <signal name="activate" handler="on_manage_folders1_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
1012                     </widget>
1013                   </child>
1014
1015                   <child>
1016                     <widget class="GtkSeparatorMenuItem" id="separator15">
1017                       <property name="visible">True</property>
1018                     </widget>
1019                   </child>
1020
1021                   <child>
1022                     <widget class="GtkMenuItem" id="menuitem25">
1023                       <property name="visible">True</property>
1024                       <property name="label" translatable="yes">Remove attachment</property>
1025                       <property name="use_underline">True</property>
1026                       <signal name="activate" handler="on_details2_activate" last_modification_time="Fri, 28 Apr 2006 12:15:47 GMT"/>
1027                     </widget>
1028                   </child>
1029                 </widget>
1030               </child>
1031             </widget>
1032           </child>
1033
1034           <child>
1035             <widget class="GtkMenuItem" id="menuitem27">
1036               <property name="visible">True</property>
1037               <property name="label" translatable="yes">_View</property>
1038               <property name="use_underline">True</property>
1039
1040               <child>
1041                 <widget class="GtkMenu" id="menuitem27_menu">
1042
1043                   <child>
1044                     <widget class="GtkMenuItem" id="menuitem28">
1045                       <property name="visible">True</property>
1046                       <property name="label" translatable="yes">_Zoom</property>
1047                       <property name="use_underline">True</property>
1048                       <signal name="activate" handler="on_sort1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1049
1050                       <child>
1051                         <widget class="GtkMenu" id="menuitem28_menu">
1052
1053                           <child>
1054                             <widget class="GtkRadioMenuItem" id="50%1">
1055                               <property name="visible">True</property>
1056                               <property name="label" translatable="yes">50%</property>
1057                               <property name="use_underline">True</property>
1058                               <property name="active">True</property>
1059                               <signal name="activate" handler="on_50%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1060                             </widget>
1061                           </child>
1062
1063                           <child>
1064                             <widget class="GtkRadioMenuItem" id="100%1">
1065                               <property name="visible">True</property>
1066                               <property name="label" translatable="yes">100%</property>
1067                               <property name="use_underline">True</property>
1068                               <property name="active">True</property>
1069                               <property name="group">50%1</property>
1070                               <signal name="activate" handler="on_100%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1071                             </widget>
1072                           </child>
1073
1074                           <child>
1075                             <widget class="GtkRadioMenuItem" id="150%1">
1076                               <property name="visible">True</property>
1077                               <property name="label" translatable="yes">150%</property>
1078                               <property name="use_underline">True</property>
1079                               <property name="active">True</property>
1080                               <property name="group">50%1</property>
1081                               <signal name="activate" handler="on_150%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1082                             </widget>
1083                           </child>
1084
1085                           <child>
1086                             <widget class="GtkRadioMenuItem" id="200%1">
1087                               <property name="visible">True</property>
1088                               <property name="label" translatable="yes">200%</property>
1089                               <property name="use_underline">True</property>
1090                               <property name="active">True</property>
1091                               <property name="group">50%1</property>
1092                               <signal name="activate" handler="on_200%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1093                             </widget>
1094                           </child>
1095                         </widget>
1096                       </child>
1097                     </widget>
1098                   </child>
1099
1100                   <child>
1101                     <widget class="GtkMenuItem" id="menuitem29">
1102                       <property name="visible">True</property>
1103                       <property name="label" translatable="yes">Show toolbar</property>
1104                       <property name="use_underline">True</property>
1105                       <signal name="activate" handler="on_show_toolbar1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1106
1107                       <child>
1108                         <widget class="GtkMenu" id="menuitem29_menu">
1109
1110                           <child>
1111                             <widget class="GtkCheckMenuItem" id="checkmenuitem1">
1112                               <property name="visible">True</property>
1113                               <property name="label" translatable="yes">Normal screen</property>
1114                               <property name="use_underline">True</property>
1115                               <property name="active">True</property>
1116                               <signal name="activate" handler="on_normal_screen1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1117                             </widget>
1118                           </child>
1119
1120                           <child>
1121                             <widget class="GtkCheckMenuItem" id="checkmenuitem2">
1122                               <property name="visible">True</property>
1123                               <property name="label" translatable="yes">Full screen</property>
1124                               <property name="use_underline">True</property>
1125                               <property name="active">True</property>
1126                               <signal name="activate" handler="on_full_screen2_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1127                             </widget>
1128                           </child>
1129                         </widget>
1130                       </child>
1131                     </widget>
1132                   </child>
1133
1134                   <child>
1135                     <widget class="GtkCheckMenuItem" id="checkmenuitem4">
1136                       <property name="visible">True</property>
1137                       <property name="label" translatable="yes">Full screen</property>
1138                       <property name="use_underline">True</property>
1139                       <property name="active">False</property>
1140                       <signal name="activate" handler="on_full_screen1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1141                     </widget>
1142                   </child>
1143
1144                   <child>
1145                     <widget class="GtkSeparatorMenuItem" id="separator16">
1146                       <property name="visible">True</property>
1147                     </widget>
1148                   </child>
1149
1150                   <child>
1151                     <widget class="GtkCheckMenuItem" id="show_cc1">
1152                       <property name="visible">True</property>
1153                       <property name="label" translatable="yes">Show Cc</property>
1154                       <property name="use_underline">True</property>
1155                       <property name="active">False</property>
1156                       <signal name="activate" handler="on_show_cc1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1157                     </widget>
1158                   </child>
1159
1160                   <child>
1161                     <widget class="GtkCheckMenuItem" id="show_bcc1">
1162                       <property name="visible">True</property>
1163                       <property name="label" translatable="yes">Show Bcc</property>
1164                       <property name="use_underline">True</property>
1165                       <property name="active">False</property>
1166                       <signal name="activate" handler="on_show_bcc1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1167                     </widget>
1168                   </child>
1169                 </widget>
1170               </child>
1171             </widget>
1172           </child>
1173
1174           <child>
1175             <widget class="GtkMenuItem" id="menuitem30">
1176               <property name="visible">True</property>
1177               <property name="label" translatable="yes">_Format</property>
1178               <property name="use_underline">True</property>
1179               <signal name="activate" handler="on_e-mail1_activate" last_modification_time="Fri, 28 Apr 2006 12:12:02 GMT"/>
1180
1181               <child>
1182                 <widget class="GtkMenu" id="menuitem30_menu">
1183
1184                   <child>
1185                     <widget class="GtkMenuItem" id="menuitem31">
1186                       <property name="visible">True</property>
1187                       <property name="label" translatable="yes">Font...</property>
1188                       <property name="use_underline">True</property>
1189                       <signal name="activate" handler="on_send_&amp;_receive1_activate" last_modification_time="Fri, 28 Apr 2006 12:21:50 GMT"/>
1190                     </widget>
1191                   </child>
1192
1193                   <child>
1194                     <widget class="GtkMenuItem" id="menuitem32">
1195                       <property name="visible">True</property>
1196                       <property name="label" translatable="yes">Bullets</property>
1197                       <property name="use_underline">True</property>
1198                       <signal name="activate" handler="on_retrieve_e-mail_contents1_activate" last_modification_time="Fri, 28 Apr 2006 12:21:50 GMT"/>
1199                     </widget>
1200                   </child>
1201
1202                   <child>
1203                     <widget class="GtkMenuItem" id="menuitem33">
1204                       <property name="visible">True</property>
1205                       <property name="label" translatable="yes">Numbers</property>
1206                       <property name="use_underline">True</property>
1207                       <signal name="activate" handler="on_purge_attacments1_activate" last_modification_time="Fri, 28 Apr 2006 12:21:50 GMT"/>
1208                     </widget>
1209                   </child>
1210
1211                   <child>
1212                     <widget class="GtkMenuItem" id="alignment1">
1213                       <property name="visible">True</property>
1214                       <property name="label" translatable="yes">Alignment</property>
1215                       <property name="use_underline">True</property>
1216
1217                       <child>
1218                         <widget class="GtkMenu" id="alignment1_menu">
1219
1220                           <child>
1221                             <widget class="GtkRadioMenuItem" id="left1">
1222                               <property name="visible">True</property>
1223                               <property name="label" translatable="yes">Left</property>
1224                               <property name="use_underline">True</property>
1225                               <property name="active">True</property>
1226                               <signal name="activate" handler="on_left1_activate" last_modification_time="Fri, 28 Apr 2006 13:28:18 GMT"/>
1227                             </widget>
1228                           </child>
1229
1230                           <child>
1231                             <widget class="GtkRadioMenuItem" id="center1">
1232                               <property name="visible">True</property>
1233                               <property name="label" translatable="yes">Center</property>
1234                               <property name="use_underline">True</property>
1235                               <property name="active">True</property>
1236                               <property name="group">left1</property>
1237                               <signal name="activate" handler="on_center1_activate" last_modification_time="Fri, 28 Apr 2006 13:28:18 GMT"/>
1238                             </widget>
1239                           </child>
1240
1241                           <child>
1242                             <widget class="GtkRadioMenuItem" id="right1">
1243                               <property name="visible">True</property>
1244                               <property name="label" translatable="yes">Right</property>
1245                               <property name="use_underline">True</property>
1246                               <property name="active">True</property>
1247                               <property name="group">left1</property>
1248                               <signal name="activate" handler="on_right1_activate" last_modification_time="Fri, 28 Apr 2006 13:28:18 GMT"/>
1249                             </widget>
1250                           </child>
1251                         </widget>
1252                       </child>
1253                     </widget>
1254                   </child>
1255
1256                   <child>
1257                     <widget class="GtkMenuItem" id="background_colour1">
1258                       <property name="visible">True</property>
1259                       <property name="label" translatable="yes">Background colour</property>
1260                       <property name="use_underline">True</property>
1261                       <signal name="activate" handler="on_background_colour1_activate" last_modification_time="Fri, 28 Apr 2006 13:28:54 GMT"/>
1262                     </widget>
1263                   </child>
1264                 </widget>
1265               </child>
1266             </widget>
1267           </child>
1268
1269           <child>
1270             <widget class="GtkMenuItem" id="menuitem34">
1271               <property name="visible">True</property>
1272               <property name="label" translatable="yes">_Tools</property>
1273               <property name="use_underline">True</property>
1274               <signal name="activate" handler="on_tools1_activate" last_modification_time="Fri, 28 Apr 2006 12:12:02 GMT"/>
1275
1276               <child>
1277                 <widget class="GtkMenu" id="menuitem34_menu">
1278
1279                   <child>
1280                     <widget class="GtkMenuItem" id="menuitem35">
1281                       <property name="visible">True</property>
1282                       <property name="label" translatable="yes">Sending options...</property>
1283                       <property name="use_underline">True</property>
1284                       <signal name="activate" handler="on_open_contacts1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
1285                     </widget>
1286                   </child>
1287
1288                   <child>
1289                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem9">
1290                       <property name="visible">True</property>
1291                     </widget>
1292                   </child>
1293
1294                   <child>
1295                     <widget class="GtkMenuItem" id="menuitem36">
1296                       <property name="visible">True</property>
1297                       <property name="label" translatable="yes">Find on page...</property>
1298                       <property name="use_underline">True</property>
1299                       <signal name="activate" handler="on_new_account1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
1300                     </widget>
1301                   </child>
1302
1303                   <child>
1304                     <widget class="GtkMenuItem" id="menuitem39">
1305                       <property name="visible">True</property>
1306                       <property name="label" translatable="yes">Search e-mails...</property>
1307                       <property name="use_underline">True</property>
1308                       <signal name="activate" handler="on_search_e-mails1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
1309                     </widget>
1310                   </child>
1311
1312                   <child>
1313                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem11">
1314                       <property name="visible">True</property>
1315                     </widget>
1316                   </child>
1317
1318                   <child>
1319                     <widget class="GtkMenuItem" id="menuitem40">
1320                       <property name="visible">True</property>
1321                       <property name="label" translatable="yes">Help</property>
1322                       <property name="use_underline">True</property>
1323                       <signal name="activate" handler="on_help1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
1324                     </widget>
1325                   </child>
1326                 </widget>
1327               </child>
1328             </widget>
1329           </child>
1330
1331           <child>
1332             <widget class="GtkMenuItem" id="security1">
1333               <property name="visible">True</property>
1334               <property name="label" translatable="yes">_Security</property>
1335               <property name="use_underline">True</property>
1336               <signal name="activate" handler="on_security1_activate" last_modification_time="Fri, 28 Apr 2006 13:30:35 GMT"/>
1337
1338               <child>
1339                 <widget class="GtkMenu" id="security1_menu">
1340
1341                   <child>
1342                     <widget class="GtkRadioMenuItem" id="none1">
1343                       <property name="visible">True</property>
1344                       <property name="label" translatable="yes">None</property>
1345                       <property name="use_underline">True</property>
1346                       <property name="active">True</property>
1347                       <signal name="activate" handler="on_none1_activate" last_modification_time="Fri, 28 Apr 2006 13:32:29 GMT"/>
1348                     </widget>
1349                   </child>
1350
1351                   <child>
1352                     <widget class="GtkRadioMenuItem" id="encrypt1">
1353                       <property name="visible">True</property>
1354                       <property name="label" translatable="yes">Encrypt</property>
1355                       <property name="use_underline">True</property>
1356                       <property name="active">False</property>
1357                       <property name="group">none1</property>
1358                       <signal name="activate" handler="on_encrypt1_activate" last_modification_time="Fri, 28 Apr 2006 13:32:29 GMT"/>
1359                     </widget>
1360                   </child>
1361
1362                   <child>
1363                     <widget class="GtkRadioMenuItem" id="digitally_sign1">
1364                       <property name="visible">True</property>
1365                       <property name="label" translatable="yes">Digitally sign</property>
1366                       <property name="use_underline">True</property>
1367                       <property name="active">False</property>
1368                       <property name="group">none1</property>
1369                       <signal name="activate" handler="on_digitally_sign1_activate" last_modification_time="Fri, 28 Apr 2006 13:32:29 GMT"/>
1370                     </widget>
1371                   </child>
1372
1373                   <child>
1374                     <widget class="GtkRadioMenuItem" id="digitally_sign_and_encrypt1">
1375                       <property name="visible">True</property>
1376                       <property name="label" translatable="yes">Digitally sign and encrypt</property>
1377                       <property name="use_underline">True</property>
1378                       <property name="active">False</property>
1379                       <property name="group">none1</property>
1380                       <signal name="activate" handler="on_digitally_sign_and_encrypt1_activate" last_modification_time="Fri, 28 Apr 2006 13:32:29 GMT"/>
1381                     </widget>
1382                   </child>
1383                 </widget>
1384               </child>
1385             </widget>
1386           </child>
1387
1388           <child>
1389             <widget class="GtkMenuItem" id="menuitem41">
1390               <property name="visible">True</property>
1391               <property name="label" translatable="yes">_Close</property>
1392               <property name="use_underline">True</property>
1393
1394               <child>
1395                 <widget class="GtkMenu" id="menuitem41_menu">
1396
1397                   <child>
1398                     <widget class="GtkMenuItem" id="menuitem42">
1399                       <property name="visible">True</property>
1400                       <property name="label" translatable="yes">Close window</property>
1401                       <property name="use_underline">True</property>
1402                       <signal name="activate" handler="on_about1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
1403                     </widget>
1404                   </child>
1405
1406                   <child>
1407                     <widget class="GtkMenuItem" id="menuitem43">
1408                       <property name="visible">True</property>
1409                       <property name="label" translatable="yes">Close all windows</property>
1410                       <property name="use_underline">True</property>
1411                       <signal name="activate" handler="on_close_all_windows1_activate" last_modification_time="Fri, 28 Apr 2006 12:24:02 GMT"/>
1412                     </widget>
1413                   </child>
1414                 </widget>
1415               </child>
1416             </widget>
1417           </child>
1418         </widget>
1419         <packing>
1420           <property name="padding">0</property>
1421           <property name="expand">False</property>
1422           <property name="fill">False</property>
1423         </packing>
1424       </child>
1425
1426       <child>
1427         <widget class="GtkToolbar" id="toolbar2">
1428           <property name="visible">True</property>
1429           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
1430           <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
1431           <property name="tooltips">True</property>
1432           <property name="show_arrow">True</property>
1433
1434           <child>
1435             <widget class="GtkToolButton" id="toolb_send">
1436               <property name="visible">True</property>
1437               <property name="tooltip" translatable="yes">Send message</property>
1438               <property name="label" translatable="yes">Send</property>
1439               <property name="use_underline">True</property>
1440               <property name="icon">qgn_toolb_messagin_send.png</property>
1441               <property name="visible_horizontal">True</property>
1442               <property name="visible_vertical">True</property>
1443               <property name="is_important">False</property>
1444             </widget>
1445             <packing>
1446               <property name="expand">False</property>
1447               <property name="homogeneous">True</property>
1448             </packing>
1449           </child>
1450
1451           <child>
1452             <widget class="GtkToolButton" id="toolb_attach">
1453               <property name="visible">True</property>
1454               <property name="tooltip" translatable="yes">Add attachment</property>
1455               <property name="label" translatable="yes">Attach</property>
1456               <property name="use_underline">True</property>
1457               <property name="icon">qgn_list_gene_attacpap.png</property>
1458               <property name="visible_horizontal">True</property>
1459               <property name="visible_vertical">True</property>
1460               <property name="is_important">False</property>
1461             </widget>
1462             <packing>
1463               <property name="expand">False</property>
1464               <property name="homogeneous">True</property>
1465             </packing>
1466           </child>
1467
1468           <child>
1469             <widget class="GtkToolButton" id="toolb_recipients">
1470               <property name="visible">True</property>
1471               <property name="tooltip" translatable="yes">Add reipients</property>
1472               <property name="label" translatable="yes">Recipients</property>
1473               <property name="use_underline">True</property>
1474               <property name="icon">qgn_list_gene_contacts.png</property>
1475               <property name="visible_horizontal">True</property>
1476               <property name="visible_vertical">True</property>
1477               <property name="is_important">False</property>
1478             </widget>
1479             <packing>
1480               <property name="expand">False</property>
1481               <property name="homogeneous">True</property>
1482             </packing>
1483           </child>
1484         </widget>
1485         <packing>
1486           <property name="padding">0</property>
1487           <property name="expand">False</property>
1488           <property name="fill">False</property>
1489         </packing>
1490       </child>
1491
1492       <child>
1493         <widget class="GtkVPaned" id="vpaned2">
1494           <property name="visible">True</property>
1495           <property name="can_focus">True</property>
1496           <property name="position">65</property>
1497
1498           <child>
1499             <widget class="GtkTable" id="table1">
1500               <property name="border_width">10</property>
1501               <property name="visible">True</property>
1502               <property name="n_rows">2</property>
1503               <property name="n_columns">2</property>
1504               <property name="homogeneous">False</property>
1505               <property name="row_spacing">10</property>
1506               <property name="column_spacing">10</property>
1507
1508               <child>
1509                 <widget class="GtkLabel" id="label1">
1510                   <property name="visible">True</property>
1511                   <property name="label" translatable="yes">&lt;b&gt;To:&lt;/b&gt;</property>
1512                   <property name="use_underline">False</property>
1513                   <property name="use_markup">True</property>
1514                   <property name="justify">GTK_JUSTIFY_RIGHT</property>
1515                   <property name="wrap">False</property>
1516                   <property name="selectable">False</property>
1517                   <property name="xalign">0</property>
1518                   <property name="yalign">0.5</property>
1519                   <property name="xpad">0</property>
1520                   <property name="ypad">0</property>
1521                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1522                   <property name="width_chars">-1</property>
1523                   <property name="single_line_mode">False</property>
1524                   <property name="angle">0</property>
1525                 </widget>
1526                 <packing>
1527                   <property name="left_attach">0</property>
1528                   <property name="right_attach">1</property>
1529                   <property name="top_attach">0</property>
1530                   <property name="bottom_attach">1</property>
1531                   <property name="x_options">fill</property>
1532                   <property name="y_options"></property>
1533                 </packing>
1534               </child>
1535
1536               <child>
1537                 <widget class="GtkLabel" id="label2">
1538                   <property name="visible">True</property>
1539                   <property name="label" translatable="yes">&lt;b&gt;Subject:&lt;/b&gt;</property>
1540                   <property name="use_underline">False</property>
1541                   <property name="use_markup">True</property>
1542                   <property name="justify">GTK_JUSTIFY_RIGHT</property>
1543                   <property name="wrap">False</property>
1544                   <property name="selectable">False</property>
1545                   <property name="xalign">0</property>
1546                   <property name="yalign">0.5</property>
1547                   <property name="xpad">0</property>
1548                   <property name="ypad">0</property>
1549                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1550                   <property name="width_chars">-1</property>
1551                   <property name="single_line_mode">False</property>
1552                   <property name="angle">0</property>
1553                 </widget>
1554                 <packing>
1555                   <property name="left_attach">0</property>
1556                   <property name="right_attach">1</property>
1557                   <property name="top_attach">1</property>
1558                   <property name="bottom_attach">2</property>
1559                   <property name="x_options">fill</property>
1560                   <property name="y_options"></property>
1561                 </packing>
1562               </child>
1563
1564               <child>
1565                 <widget class="GtkEntry" id="to_entry">
1566                   <property name="visible">True</property>
1567                   <property name="can_focus">True</property>
1568                   <property name="editable">True</property>
1569                   <property name="visibility">True</property>
1570                   <property name="max_length">0</property>
1571                   <property name="text" translatable="yes"></property>
1572                   <property name="has_frame">True</property>
1573                   <property name="invisible_char">*</property>
1574                   <property name="activates_default">False</property>
1575                 </widget>
1576                 <packing>
1577                   <property name="left_attach">1</property>
1578                   <property name="right_attach">2</property>
1579                   <property name="top_attach">0</property>
1580                   <property name="bottom_attach">1</property>
1581                   <property name="y_options"></property>
1582                 </packing>
1583               </child>
1584
1585               <child>
1586                 <widget class="GtkEntry" id="subject_entry">
1587                   <property name="visible">True</property>
1588                   <property name="can_focus">True</property>
1589                   <property name="editable">True</property>
1590                   <property name="visibility">True</property>
1591                   <property name="max_length">0</property>
1592                   <property name="text" translatable="yes"></property>
1593                   <property name="has_frame">True</property>
1594                   <property name="invisible_char">*</property>
1595                   <property name="activates_default">False</property>
1596                 </widget>
1597                 <packing>
1598                   <property name="left_attach">1</property>
1599                   <property name="right_attach">2</property>
1600                   <property name="top_attach">1</property>
1601                   <property name="bottom_attach">2</property>
1602                   <property name="y_options"></property>
1603                 </packing>
1604               </child>
1605             </widget>
1606             <packing>
1607               <property name="shrink">False</property>
1608               <property name="resize">False</property>
1609             </packing>
1610           </child>
1611
1612           <child>
1613             <widget class="GtkScrolledWindow" id="scrolledwindow9">
1614               <property name="visible">True</property>
1615               <property name="can_focus">True</property>
1616               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1617               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1618               <property name="shadow_type">GTK_SHADOW_IN</property>
1619               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1620
1621               <child>
1622                 <widget class="GtkTextView" id="body_view">
1623                   <property name="visible">True</property>
1624                   <property name="can_focus">True</property>
1625                   <property name="editable">True</property>
1626                   <property name="overwrite">False</property>
1627                   <property name="accepts_tab">True</property>
1628                   <property name="justification">GTK_JUSTIFY_LEFT</property>
1629                   <property name="wrap_mode">GTK_WRAP_NONE</property>
1630                   <property name="cursor_visible">True</property>
1631                   <property name="pixels_above_lines">0</property>
1632                   <property name="pixels_below_lines">0</property>
1633                   <property name="pixels_inside_wrap">0</property>
1634                   <property name="left_margin">0</property>
1635                   <property name="right_margin">0</property>
1636                   <property name="indent">0</property>
1637                   <property name="text" translatable="yes">     </property>
1638                 </widget>
1639               </child>
1640             </widget>
1641             <packing>
1642               <property name="shrink">True</property>
1643               <property name="resize">True</property>
1644             </packing>
1645           </child>
1646         </widget>
1647         <packing>
1648           <property name="padding">0</property>
1649           <property name="expand">True</property>
1650           <property name="fill">True</property>
1651         </packing>
1652       </child>
1653     </widget>
1654   </child>
1655 </widget>
1656
1657 <widget class="GtkWindow" id="viewer">
1658   <property name="title" translatable="yes">Modest - Message viewer</property>
1659   <property name="type">GTK_WINDOW_TOPLEVEL</property>
1660   <property name="window_position">GTK_WIN_POS_NONE</property>
1661   <property name="modal">False</property>
1662   <property name="default_width">800</property>
1663   <property name="default_height">600</property>
1664   <property name="resizable">True</property>
1665   <property name="destroy_with_parent">False</property>
1666   <property name="icon">qgn_toolb_messagin.png</property>
1667   <property name="decorated">True</property>
1668   <property name="skip_taskbar_hint">False</property>
1669   <property name="skip_pager_hint">False</property>
1670   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1671   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1672   <property name="focus_on_map">True</property>
1673   <property name="urgency_hint">False</property>
1674
1675   <child>
1676     <widget class="GtkVBox" id="viewer_top_container">
1677       <property name="visible">True</property>
1678       <property name="homogeneous">False</property>
1679       <property name="spacing">0</property>
1680
1681       <child>
1682         <widget class="GtkMenuBar" id="menubar3">
1683           <property name="visible">True</property>
1684           <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
1685           <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
1686
1687           <child>
1688             <widget class="GtkMenuItem" id="menuitem44">
1689               <property name="visible">True</property>
1690               <property name="label" translatable="yes">_Message</property>
1691               <property name="use_underline">True</property>
1692
1693               <child>
1694                 <widget class="GtkMenu" id="menuitem44_menu">
1695
1696                   <child>
1697                     <widget class="GtkMenuItem" id="reply">
1698                       <property name="visible">True</property>
1699                       <property name="label" translatable="yes">Reply</property>
1700                       <property name="use_underline">True</property>
1701                       <signal name="activate" handler="on_new_reply_activate" last_modification_time="Wed, 03 May 2006 12:23:21 GMT"/>
1702                     </widget>
1703                   </child>
1704
1705                   <child>
1706                     <widget class="GtkMenuItem" id="reply_to_all2">
1707                       <property name="visible">True</property>
1708                       <property name="label" translatable="yes">Reply to all</property>
1709                       <property name="use_underline">True</property>
1710                       <signal name="activate" handler="on_reply_to_all_activate" last_modification_time="Wed, 03 May 2006 12:23:21 GMT"/>
1711                     </widget>
1712                   </child>
1713
1714                   <child>
1715                     <widget class="GtkMenuItem" id="forward2">
1716                       <property name="visible">True</property>
1717                       <property name="label" translatable="yes">Forward</property>
1718                       <property name="use_underline">True</property>
1719                       <signal name="activate" handler="on_forward2_activate" last_modification_time="Wed, 03 May 2006 12:16:14 GMT"/>
1720                     </widget>
1721                   </child>
1722
1723                   <child>
1724                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem12">
1725                       <property name="visible">True</property>
1726                     </widget>
1727                   </child>
1728
1729                   <child>
1730                     <widget class="GtkMenuItem" id="menuitem46">
1731                       <property name="visible">True</property>
1732                       <property name="label" translatable="yes">New e-mail</property>
1733                       <property name="use_underline">True</property>
1734                       <signal name="activate" handler="on_open1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
1735                       <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
1736                     </widget>
1737                   </child>
1738
1739                   <child>
1740                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem13">
1741                       <property name="visible">True</property>
1742                     </widget>
1743                   </child>
1744
1745                   <child>
1746                     <widget class="GtkMenuItem" id="menuitem47">
1747                       <property name="visible">True</property>
1748                       <property name="label" translatable="yes">Delete</property>
1749                       <property name="use_underline">True</property>
1750                       <signal name="activate" handler="on_delete_activate" last_modification_time="Wed, 03 May 2006 12:16:14 GMT"/>
1751                     </widget>
1752                   </child>
1753                 </widget>
1754               </child>
1755             </widget>
1756           </child>
1757
1758           <child>
1759             <widget class="GtkMenuItem" id="menuitem50">
1760               <property name="visible">True</property>
1761               <property name="label" translatable="yes">_Edit</property>
1762               <property name="use_underline">True</property>
1763
1764               <child>
1765                 <widget class="GtkMenu" id="menuitem50_menu">
1766
1767                   <child>
1768                     <widget class="GtkMenuItem" id="menuitem52">
1769                       <property name="visible">True</property>
1770                       <property name="label" translatable="yes">Cut</property>
1771                       <property name="use_underline">True</property>
1772                       <signal name="activate" handler="on_cut1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
1773                     </widget>
1774                   </child>
1775
1776                   <child>
1777                     <widget class="GtkMenuItem" id="menuitem53">
1778                       <property name="visible">True</property>
1779                       <property name="label" translatable="yes">Copy</property>
1780                       <property name="use_underline">True</property>
1781                       <signal name="activate" handler="on_copy1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
1782                     </widget>
1783                   </child>
1784
1785                   <child>
1786                     <widget class="GtkMenuItem" id="menuitem54">
1787                       <property name="visible">True</property>
1788                       <property name="label" translatable="yes">Paste</property>
1789                       <property name="use_underline">True</property>
1790                       <signal name="activate" handler="on_paste1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
1791                     </widget>
1792                   </child>
1793
1794                   <child>
1795                     <widget class="GtkMenuItem" id="menuitem55">
1796                       <property name="visible">True</property>
1797                       <property name="label" translatable="yes">Select all</property>
1798                       <property name="use_underline">True</property>
1799                     </widget>
1800                   </child>
1801                 </widget>
1802               </child>
1803             </widget>
1804           </child>
1805
1806           <child>
1807             <widget class="GtkMenuItem" id="menuitem56">
1808               <property name="visible">True</property>
1809               <property name="label" translatable="yes">_Attachments</property>
1810               <property name="use_underline">True</property>
1811
1812               <child>
1813                 <widget class="GtkMenu" id="menuitem56_menu">
1814
1815                   <child>
1816                     <widget class="GtkMenuItem" id="view_attacments">
1817                       <property name="visible">True</property>
1818                       <property name="label" translatable="yes">View</property>
1819                       <property name="use_underline">True</property>
1820                       <signal name="activate" handler="on_view_attachments_activate" last_modification_time="Wed, 03 May 2006 12:20:03 GMT"/>
1821                     </widget>
1822                   </child>
1823
1824                   <child>
1825                     <widget class="GtkMenuItem" id="save_attachments">
1826                       <property name="visible">True</property>
1827                       <property name="label" translatable="yes">Save attachments...</property>
1828                       <property name="use_underline">True</property>
1829                       <signal name="activate" handler="on_save_attachments_activate" last_modification_time="Wed, 03 May 2006 12:20:03 GMT"/>
1830                     </widget>
1831                   </child>
1832
1833                   <child>
1834                     <widget class="GtkMenuItem" id="purge_attachments">
1835                       <property name="visible">True</property>
1836                       <property name="label" translatable="yes">Purge attachments</property>
1837                       <property name="use_underline">True</property>
1838                       <signal name="activate" handler="on_purge_attachments_activate" last_modification_time="Wed, 03 May 2006 12:20:03 GMT"/>
1839                     </widget>
1840                   </child>
1841                 </widget>
1842               </child>
1843             </widget>
1844           </child>
1845
1846           <child>
1847             <widget class="GtkMenuItem" id="menuitem60">
1848               <property name="visible">True</property>
1849               <property name="label" translatable="yes">_View</property>
1850               <property name="use_underline">True</property>
1851
1852               <child>
1853                 <widget class="GtkMenu" id="menuitem60_menu">
1854
1855                   <child>
1856                     <widget class="GtkMenuItem" id="menuitem61">
1857                       <property name="visible">True</property>
1858                       <property name="label" translatable="yes">Zoom</property>
1859                       <property name="use_underline">True</property>
1860                       <signal name="activate" handler="on_sort1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1861
1862                       <child>
1863                         <widget class="GtkMenu" id="menuitem61_menu">
1864
1865                           <child>
1866                             <widget class="GtkRadioMenuItem" id="radiomenuitem1">
1867                               <property name="visible">True</property>
1868                               <property name="label" translatable="yes">50%</property>
1869                               <property name="use_underline">True</property>
1870                               <property name="active">True</property>
1871                               <signal name="activate" handler="on_50%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1872                             </widget>
1873                           </child>
1874
1875                           <child>
1876                             <widget class="GtkRadioMenuItem" id="radiomenuitem2">
1877                               <property name="visible">True</property>
1878                               <property name="label" translatable="yes">100%</property>
1879                               <property name="use_underline">True</property>
1880                               <property name="active">True</property>
1881                               <signal name="activate" handler="on_100%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1882                             </widget>
1883                           </child>
1884
1885                           <child>
1886                             <widget class="GtkRadioMenuItem" id="radiomenuitem3">
1887                               <property name="visible">True</property>
1888                               <property name="label" translatable="yes">150%</property>
1889                               <property name="use_underline">True</property>
1890                               <property name="active">True</property>
1891                               <signal name="activate" handler="on_150%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1892                             </widget>
1893                           </child>
1894
1895                           <child>
1896                             <widget class="GtkRadioMenuItem" id="radiomenuitem4">
1897                               <property name="visible">True</property>
1898                               <property name="label" translatable="yes">200%</property>
1899                               <property name="use_underline">True</property>
1900                               <property name="active">True</property>
1901                               <signal name="activate" handler="on_200%1_activate" last_modification_time="Fri, 28 Apr 2006 13:25:43 GMT"/>
1902                             </widget>
1903                           </child>
1904                         </widget>
1905                       </child>
1906                     </widget>
1907                   </child>
1908
1909                   <child>
1910                     <widget class="GtkMenuItem" id="menuitem62">
1911                       <property name="visible">True</property>
1912                       <property name="label" translatable="yes">Show toolbar</property>
1913                       <property name="use_underline">True</property>
1914                       <signal name="activate" handler="on_show_toolbar1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1915
1916                       <child>
1917                         <widget class="GtkMenu" id="menuitem62_menu">
1918
1919                           <child>
1920                             <widget class="GtkCheckMenuItem" id="checkmenuitem5">
1921                               <property name="visible">True</property>
1922                               <property name="label" translatable="yes">Normal screen</property>
1923                               <property name="use_underline">True</property>
1924                               <property name="active">True</property>
1925                               <signal name="activate" handler="on_normal_screen1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1926                             </widget>
1927                           </child>
1928
1929                           <child>
1930                             <widget class="GtkCheckMenuItem" id="checkmenuitem6">
1931                               <property name="visible">True</property>
1932                               <property name="label" translatable="yes">Full screen</property>
1933                               <property name="use_underline">True</property>
1934                               <property name="active">True</property>
1935                               <signal name="activate" handler="on_full_screen2_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1936                             </widget>
1937                           </child>
1938                         </widget>
1939                       </child>
1940                     </widget>
1941                   </child>
1942
1943                   <child>
1944                     <widget class="GtkCheckMenuItem" id="checkmenuitem7">
1945                       <property name="visible">True</property>
1946                       <property name="label" translatable="yes">Full screen</property>
1947                       <property name="use_underline">True</property>
1948                       <property name="active">False</property>
1949                       <signal name="activate" handler="on_full_screen1_activate" last_modification_time="Fri, 28 Apr 2006 12:17:29 GMT"/>
1950                     </widget>
1951                   </child>
1952
1953                   <child>
1954                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem17">
1955                       <property name="visible">True</property>
1956                     </widget>
1957                   </child>
1958
1959                   <child>
1960                     <widget class="GtkCheckMenuItem" id="checkmenuitem8">
1961                       <property name="visible">True</property>
1962                       <property name="label" translatable="yes">Next message</property>
1963                       <property name="use_underline">True</property>
1964                       <property name="active">False</property>
1965                       <signal name="activate" handler="on_show_next_message_activate" last_modification_time="Wed, 03 May 2006 09:44:13 GMT"/>
1966                     </widget>
1967                   </child>
1968
1969                   <child>
1970                     <widget class="GtkCheckMenuItem" id="checkmenuitem9">
1971                       <property name="visible">True</property>
1972                       <property name="label" translatable="yes">Previous message</property>
1973                       <property name="use_underline">True</property>
1974                       <property name="active">False</property>
1975                       <signal name="activate" handler="on_show_previous_message_activate" last_modification_time="Wed, 03 May 2006 09:44:13 GMT"/>
1976                     </widget>
1977                   </child>
1978                 </widget>
1979               </child>
1980             </widget>
1981           </child>
1982
1983           <child>
1984             <widget class="GtkMenuItem" id="menuitem69">
1985               <property name="visible">True</property>
1986               <property name="label" translatable="yes">_Tools</property>
1987               <property name="use_underline">True</property>
1988               <signal name="activate" handler="on_tools1_activate" last_modification_time="Fri, 28 Apr 2006 12:12:02 GMT"/>
1989
1990               <child>
1991                 <widget class="GtkMenu" id="menuitem69_menu">
1992
1993                   <child>
1994                     <widget class="GtkMenuItem" id="add_contact">
1995                       <property name="visible">True</property>
1996                       <property name="label" translatable="yes">Add contact...</property>
1997                       <property name="use_underline">True</property>
1998                       <signal name="activate" handler="on_add_contact_activate" last_modification_time="Wed, 03 May 2006 12:22:42 GMT"/>
1999                     </widget>
2000                   </child>
2001
2002                   <child>
2003                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem18">
2004                       <property name="visible">True</property>
2005                     </widget>
2006                   </child>
2007
2008                   <child>
2009                     <widget class="GtkMenuItem" id="font_settings1">
2010                       <property name="visible">True</property>
2011                       <property name="label" translatable="yes">Font settings...</property>
2012                       <property name="use_underline">True</property>
2013                       <signal name="activate" handler="on_font_settings1_activate" last_modification_time="Wed, 03 May 2006 12:22:42 GMT"/>
2014                     </widget>
2015                   </child>
2016
2017                   <child>
2018                     <widget class="GtkSeparatorMenuItem" id="separator17">
2019                       <property name="visible">True</property>
2020                     </widget>
2021                   </child>
2022
2023                   <child>
2024                     <widget class="GtkMenuItem" id="menuitem71">
2025                       <property name="visible">True</property>
2026                       <property name="label" translatable="yes">Find on page...</property>
2027                       <property name="use_underline">True</property>
2028                       <signal name="activate" handler="on_new_account1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
2029                     </widget>
2030                   </child>
2031
2032                   <child>
2033                     <widget class="GtkMenuItem" id="menuitem72">
2034                       <property name="visible">True</property>
2035                       <property name="label" translatable="yes">Search e-mails...</property>
2036                       <property name="use_underline">True</property>
2037                       <signal name="activate" handler="on_search_e-mails1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
2038                     </widget>
2039                   </child>
2040
2041                   <child>
2042                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem19">
2043                       <property name="visible">True</property>
2044                     </widget>
2045                   </child>
2046
2047                   <child>
2048                     <widget class="GtkMenuItem" id="menuitem73">
2049                       <property name="visible">True</property>
2050                       <property name="label" translatable="yes">Help</property>
2051                       <property name="use_underline">True</property>
2052                       <signal name="activate" handler="on_help1_activate" last_modification_time="Fri, 28 Apr 2006 12:23:17 GMT"/>
2053                     </widget>
2054                   </child>
2055                 </widget>
2056               </child>
2057             </widget>
2058           </child>
2059
2060           <child>
2061             <widget class="GtkMenuItem" id="menuitem74">
2062               <property name="visible">True</property>
2063               <property name="label" translatable="yes">_Security</property>
2064               <property name="use_underline">True</property>
2065               <signal name="activate" handler="on_security1_activate" last_modification_time="Fri, 28 Apr 2006 13:30:35 GMT"/>
2066
2067               <child>
2068                 <widget class="GtkMenu" id="menuitem74_menu">
2069
2070                   <child>
2071                     <widget class="GtkMenuItem" id="details">
2072                       <property name="visible">True</property>
2073                       <property name="label" translatable="yes">Details</property>
2074                       <property name="use_underline">True</property>
2075                       <signal name="activate" handler="on_details_activate" last_modification_time="Wed, 03 May 2006 12:22:42 GMT"/>
2076                     </widget>
2077                   </child>
2078                 </widget>
2079               </child>
2080             </widget>
2081           </child>
2082
2083           <child>
2084             <widget class="GtkMenuItem" id="menuitem75">
2085               <property name="visible">True</property>
2086               <property name="label" translatable="yes">_Close</property>
2087               <property name="use_underline">True</property>
2088
2089               <child>
2090                 <widget class="GtkMenu" id="menuitem75_menu">
2091
2092                   <child>
2093                     <widget class="GtkMenuItem" id="menuitem76">
2094                       <property name="visible">True</property>
2095                       <property name="label" translatable="yes">Close window</property>
2096                       <property name="use_underline">True</property>
2097                       <signal name="activate" handler="on_about1_activate" last_modification_time="Fri, 28 Apr 2006 11:10:18 GMT"/>
2098                     </widget>
2099                   </child>
2100
2101                   <child>
2102                     <widget class="GtkMenuItem" id="menuitem77">
2103                       <property name="visible">True</property>
2104                       <property name="label" translatable="yes">Close all windows</property>
2105                       <property name="use_underline">True</property>
2106                       <signal name="activate" handler="on_close_all_windows1_activate" last_modification_time="Fri, 28 Apr 2006 12:24:02 GMT"/>
2107                     </widget>
2108                   </child>
2109                 </widget>
2110               </child>
2111             </widget>
2112           </child>
2113         </widget>
2114         <packing>
2115           <property name="padding">0</property>
2116           <property name="expand">False</property>
2117           <property name="fill">False</property>
2118         </packing>
2119       </child>
2120
2121       <child>
2122         <widget class="GtkToolbar" id="toolbar3">
2123           <property name="visible">True</property>
2124           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
2125           <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
2126           <property name="tooltips">True</property>
2127           <property name="show_arrow">True</property>
2128
2129           <child>
2130             <widget class="GtkToolButton" id="reply">
2131               <property name="visible">True</property>
2132               <property name="tooltip" translatable="yes">Reply</property>
2133               <property name="label" translatable="yes">Reply</property>
2134               <property name="use_underline">True</property>
2135               <property name="icon">qgn_toolb_messagin_reply.png</property>
2136               <property name="visible_horizontal">True</property>
2137               <property name="visible_vertical">True</property>
2138               <property name="is_important">False</property>
2139             </widget>
2140             <packing>
2141               <property name="expand">False</property>
2142               <property name="homogeneous">True</property>
2143             </packing>
2144           </child>
2145
2146           <child>
2147             <widget class="GtkToolButton" id="reply all">
2148               <property name="visible">True</property>
2149               <property name="tooltip" translatable="yes">Reply all</property>
2150               <property name="label" translatable="yes">Reply all</property>
2151               <property name="use_underline">True</property>
2152               <property name="icon">qgn_toolb_messagin_replytoall.png</property>
2153               <property name="visible_horizontal">True</property>
2154               <property name="visible_vertical">True</property>
2155               <property name="is_important">False</property>
2156             </widget>
2157             <packing>
2158               <property name="expand">False</property>
2159               <property name="homogeneous">True</property>
2160             </packing>
2161           </child>
2162
2163           <child>
2164             <widget class="GtkToolButton" id="forward">
2165               <property name="visible">True</property>
2166               <property name="tooltip" translatable="yes">Forward</property>
2167               <property name="label" translatable="yes">Forward</property>
2168               <property name="use_underline">True</property>
2169               <property name="icon">qgn_toolb_messagin_forward.png</property>
2170               <property name="visible_horizontal">True</property>
2171               <property name="visible_vertical">True</property>
2172               <property name="is_important">False</property>
2173             </widget>
2174             <packing>
2175               <property name="expand">False</property>
2176               <property name="homogeneous">True</property>
2177             </packing>
2178           </child>
2179
2180           <child>
2181             <widget class="GtkToolButton" id="save_attacment">
2182               <property name="visible">True</property>
2183               <property name="tooltip" translatable="yes">Save attached files</property>
2184               <property name="label" translatable="yes">Save Attacments...</property>
2185               <property name="use_underline">True</property>
2186               <property name="icon">qgn_toolb_messagin_saveattachment.png</property>
2187               <property name="visible_horizontal">True</property>
2188               <property name="visible_vertical">True</property>
2189               <property name="is_important">False</property>
2190             </widget>
2191             <packing>
2192               <property name="expand">False</property>
2193               <property name="homogeneous">True</property>
2194             </packing>
2195           </child>
2196
2197           <child>
2198             <widget class="GtkToolButton" id="move_to">
2199               <property name="visible">True</property>
2200               <property name="tooltip" translatable="yes">Move message to other location</property>
2201               <property name="label" translatable="yes">Move to...</property>
2202               <property name="use_underline">True</property>
2203               <property name="icon">qgn_toolb_messagin_moveto.png</property>
2204               <property name="visible_horizontal">True</property>
2205               <property name="visible_vertical">True</property>
2206               <property name="is_important">False</property>
2207             </widget>
2208             <packing>
2209               <property name="expand">False</property>
2210               <property name="homogeneous">True</property>
2211             </packing>
2212           </child>
2213
2214           <child>
2215             <widget class="GtkToolButton" id="toolbutton12">
2216               <property name="visible">True</property>
2217               <property name="tooltip" translatable="yes">View previous message</property>
2218               <property name="label" translatable="yes">Previous</property>
2219               <property name="use_underline">True</property>
2220               <property name="icon">qgn_toolb_messagin_previous.png</property>
2221               <property name="visible_horizontal">True</property>
2222               <property name="visible_vertical">True</property>
2223               <property name="is_important">False</property>
2224             </widget>
2225             <packing>
2226               <property name="expand">False</property>
2227               <property name="homogeneous">True</property>
2228             </packing>
2229           </child>
2230
2231           <child>
2232             <widget class="GtkToolButton" id="toolbutton13">
2233               <property name="visible">True</property>
2234               <property name="tooltip" translatable="yes">View next message</property>
2235               <property name="label" translatable="yes">Next</property>
2236               <property name="use_underline">True</property>
2237               <property name="icon">qgn_toolb_messagin_next.png</property>
2238               <property name="visible_horizontal">True</property>
2239               <property name="visible_vertical">True</property>
2240               <property name="is_important">False</property>
2241             </widget>
2242             <packing>
2243               <property name="expand">False</property>
2244               <property name="homogeneous">True</property>
2245             </packing>
2246           </child>
2247         </widget>
2248         <packing>
2249           <property name="padding">0</property>
2250           <property name="expand">False</property>
2251           <property name="fill">False</property>
2252         </packing>
2253       </child>
2254
2255       <child>
2256         <widget class="GtkVPaned" id="vpaned3">
2257           <property name="visible">True</property>
2258           <property name="can_focus">True</property>
2259           <property name="position">100</property>
2260
2261           <child>
2262             <widget class="GtkTable" id="table2">
2263               <property name="border_width">10</property>
2264               <property name="visible">True</property>
2265               <property name="n_rows">4</property>
2266               <property name="n_columns">2</property>
2267               <property name="homogeneous">False</property>
2268               <property name="row_spacing">10</property>
2269               <property name="column_spacing">10</property>
2270
2271               <child>
2272                 <widget class="GtkLabel" id="label_from">
2273                   <property name="visible">True</property>
2274                   <property name="label" translatable="yes">&lt;b&gt;From:&lt;/b&gt;</property>
2275                   <property name="use_underline">False</property>
2276                   <property name="use_markup">True</property>
2277                   <property name="justify">GTK_JUSTIFY_RIGHT</property>
2278                   <property name="wrap">False</property>
2279                   <property name="selectable">False</property>
2280                   <property name="xalign">0</property>
2281                   <property name="yalign">0.5</property>
2282                   <property name="xpad">0</property>
2283                   <property name="ypad">0</property>
2284                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2285                   <property name="width_chars">-1</property>
2286                   <property name="single_line_mode">False</property>
2287                   <property name="angle">0</property>
2288                 </widget>
2289                 <packing>
2290                   <property name="left_attach">0</property>
2291                   <property name="right_attach">1</property>
2292                   <property name="top_attach">0</property>
2293                   <property name="bottom_attach">1</property>
2294                   <property name="x_options">fill</property>
2295                   <property name="y_options"></property>
2296                 </packing>
2297               </child>
2298
2299               <child>
2300                 <widget class="GtkLabel" id="label_subject">
2301                   <property name="visible">True</property>
2302                   <property name="label" translatable="yes">&lt;b&gt;Subject:&lt;/b&gt;</property>
2303                   <property name="use_underline">False</property>
2304                   <property name="use_markup">True</property>
2305                   <property name="justify">GTK_JUSTIFY_RIGHT</property>
2306                   <property name="wrap">False</property>
2307                   <property name="selectable">False</property>
2308                   <property name="xalign">0</property>
2309                   <property name="yalign">0.5</property>
2310                   <property name="xpad">0</property>
2311                   <property name="ypad">0</property>
2312                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2313                   <property name="width_chars">-1</property>
2314                   <property name="single_line_mode">False</property>
2315                   <property name="angle">0</property>
2316                 </widget>
2317                 <packing>
2318                   <property name="left_attach">0</property>
2319                   <property name="right_attach">1</property>
2320                   <property name="top_attach">2</property>
2321                   <property name="bottom_attach">3</property>
2322                   <property name="x_options">fill</property>
2323                   <property name="y_options"></property>
2324                 </packing>
2325               </child>
2326
2327               <child>
2328                 <widget class="GtkLabel" id="label_date">
2329                   <property name="visible">True</property>
2330                   <property name="label" translatable="yes">&lt;b&gt;Date:&lt;/b&gt;</property>
2331                   <property name="use_underline">False</property>
2332                   <property name="use_markup">True</property>
2333                   <property name="justify">GTK_JUSTIFY_RIGHT</property>
2334                   <property name="wrap">False</property>
2335                   <property name="selectable">False</property>
2336                   <property name="xalign">0</property>
2337                   <property name="yalign">0.5</property>
2338                   <property name="xpad">0</property>
2339                   <property name="ypad">0</property>
2340                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2341                   <property name="width_chars">-1</property>
2342                   <property name="single_line_mode">False</property>
2343                   <property name="angle">0</property>
2344                 </widget>
2345                 <packing>
2346                   <property name="left_attach">0</property>
2347                   <property name="right_attach">1</property>
2348                   <property name="top_attach">3</property>
2349                   <property name="bottom_attach">4</property>
2350                   <property name="x_options">fill</property>
2351                   <property name="y_options"></property>
2352                 </packing>
2353               </child>
2354
2355               <child>
2356                 <widget class="GtkLabel" id="from">
2357                   <property name="visible">True</property>
2358                   <property name="label" translatable="yes"></property>
2359                   <property name="use_underline">False</property>
2360                   <property name="use_markup">False</property>
2361                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2362                   <property name="wrap">False</property>
2363                   <property name="selectable">False</property>
2364                   <property name="xalign">0</property>
2365                   <property name="yalign">0.5</property>
2366                   <property name="xpad">0</property>
2367                   <property name="ypad">0</property>
2368                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2369                   <property name="width_chars">-1</property>
2370                   <property name="single_line_mode">False</property>
2371                   <property name="angle">0</property>
2372                 </widget>
2373                 <packing>
2374                   <property name="left_attach">1</property>
2375                   <property name="right_attach">2</property>
2376                   <property name="top_attach">0</property>
2377                   <property name="bottom_attach">1</property>
2378                   <property name="x_options">fill</property>
2379                   <property name="y_options"></property>
2380                 </packing>
2381               </child>
2382
2383               <child>
2384                 <widget class="GtkLabel" id="to">
2385                   <property name="visible">True</property>
2386                   <property name="label" translatable="yes"></property>
2387                   <property name="use_underline">False</property>
2388                   <property name="use_markup">False</property>
2389                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2390                   <property name="wrap">False</property>
2391                   <property name="selectable">False</property>
2392                   <property name="xalign">0</property>
2393                   <property name="yalign">0.5</property>
2394                   <property name="xpad">0</property>
2395                   <property name="ypad">0</property>
2396                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2397                   <property name="width_chars">-1</property>
2398                   <property name="single_line_mode">False</property>
2399                   <property name="angle">0</property>
2400                 </widget>
2401                 <packing>
2402                   <property name="left_attach">1</property>
2403                   <property name="right_attach">2</property>
2404                   <property name="top_attach">1</property>
2405                   <property name="bottom_attach">2</property>
2406                   <property name="x_options">fill</property>
2407                   <property name="y_options"></property>
2408                 </packing>
2409               </child>
2410
2411               <child>
2412                 <widget class="GtkLabel" id="subject">
2413                   <property name="visible">True</property>
2414                   <property name="label" translatable="yes"></property>
2415                   <property name="use_underline">False</property>
2416                   <property name="use_markup">False</property>
2417                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2418                   <property name="wrap">False</property>
2419                   <property name="selectable">False</property>
2420                   <property name="xalign">0</property>
2421                   <property name="yalign">0.5</property>
2422                   <property name="xpad">0</property>
2423                   <property name="ypad">0</property>
2424                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2425                   <property name="width_chars">-1</property>
2426                   <property name="single_line_mode">False</property>
2427                   <property name="angle">0</property>
2428                 </widget>
2429                 <packing>
2430                   <property name="left_attach">1</property>
2431                   <property name="right_attach">2</property>
2432                   <property name="top_attach">2</property>
2433                   <property name="bottom_attach">3</property>
2434                   <property name="x_options">fill</property>
2435                   <property name="y_options"></property>
2436                 </packing>
2437               </child>
2438
2439               <child>
2440                 <widget class="GtkLabel" id="date">
2441                   <property name="visible">True</property>
2442                   <property name="label" translatable="yes"></property>
2443                   <property name="use_underline">False</property>
2444                   <property name="use_markup">False</property>
2445                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2446                   <property name="wrap">False</property>
2447                   <property name="selectable">False</property>
2448                   <property name="xalign">0</property>
2449                   <property name="yalign">0.5</property>
2450                   <property name="xpad">0</property>
2451                   <property name="ypad">0</property>
2452                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2453                   <property name="width_chars">-1</property>
2454                   <property name="single_line_mode">False</property>
2455                   <property name="angle">0</property>
2456                 </widget>
2457                 <packing>
2458                   <property name="left_attach">1</property>
2459                   <property name="right_attach">2</property>
2460                   <property name="top_attach">3</property>
2461                   <property name="bottom_attach">4</property>
2462                   <property name="x_options">fill</property>
2463                   <property name="y_options"></property>
2464                 </packing>
2465               </child>
2466
2467               <child>
2468                 <widget class="GtkLabel" id="label_to">
2469                   <property name="visible">True</property>
2470                   <property name="label" translatable="yes">&lt;b&gt;To:&lt;/b&gt;</property>
2471                   <property name="use_underline">False</property>
2472                   <property name="use_markup">True</property>
2473                   <property name="justify">GTK_JUSTIFY_RIGHT</property>
2474                   <property name="wrap">False</property>
2475                   <property name="selectable">False</property>
2476                   <property name="xalign">0</property>
2477                   <property name="yalign">0.5</property>
2478                   <property name="xpad">0</property>
2479                   <property name="ypad">0</property>
2480                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2481                   <property name="width_chars">-1</property>
2482                   <property name="single_line_mode">False</property>
2483                   <property name="angle">0</property>
2484                 </widget>
2485                 <packing>
2486                   <property name="left_attach">0</property>
2487                   <property name="right_attach">1</property>
2488                   <property name="top_attach">1</property>
2489                   <property name="bottom_attach">2</property>
2490                   <property name="x_options">fill</property>
2491                   <property name="y_options"></property>
2492                 </packing>
2493               </child>
2494             </widget>
2495             <packing>
2496               <property name="shrink">False</property>
2497               <property name="resize">False</property>
2498             </packing>
2499           </child>
2500
2501           <child>
2502             <placeholder/>
2503           </child>
2504         </widget>
2505         <packing>
2506           <property name="padding">0</property>
2507           <property name="expand">True</property>
2508           <property name="fill">True</property>
2509         </packing>
2510       </child>
2511     </widget>
2512   </child>
2513 </widget>
2514
2515 <widget class="GtkDialog" id="account_wizard">
2516   <property name="border_width">10</property>
2517   <property name="title" translatable="yes">Account Setup</property>
2518   <property name="type">GTK_WINDOW_TOPLEVEL</property>
2519   <property name="window_position">GTK_WIN_POS_NONE</property>
2520   <property name="modal">False</property>
2521   <property name="default_width">500</property>
2522   <property name="default_height">400</property>
2523   <property name="resizable">True</property>
2524   <property name="destroy_with_parent">False</property>
2525   <property name="decorated">True</property>
2526   <property name="skip_taskbar_hint">False</property>
2527   <property name="skip_pager_hint">False</property>
2528   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2529   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2530   <property name="focus_on_map">True</property>
2531   <property name="urgency_hint">False</property>
2532   <property name="has_separator">True</property>
2533
2534   <child internal-child="vbox">
2535     <widget class="GtkVBox" id="account_wizzard_top_container">
2536       <property name="visible">True</property>
2537       <property name="homogeneous">False</property>
2538       <property name="spacing">0</property>
2539
2540       <child internal-child="action_area">
2541         <widget class="GtkHButtonBox" id="dialog1-action_area">
2542           <property name="visible">True</property>
2543           <property name="layout_style">GTK_BUTTONBOX_END</property>
2544
2545           <child>
2546             <widget class="GtkButton" id="AWFinishButton">
2547               <property name="visible">True</property>
2548               <property name="label" translatable="yes" context="yes">Finish</property>
2549               <property name="use_underline">True</property>
2550               <property name="relief">GTK_RELIEF_NORMAL</property>
2551               <property name="focus_on_click">True</property>
2552               <property name="response_id">-3</property>
2553             </widget>
2554           </child>
2555
2556           <child>
2557             <widget class="GtkButton" id="AWBackButton">
2558               <property name="visible">True</property>
2559               <property name="label" translatable="yes" context="yes">Back</property>
2560               <property name="use_underline">True</property>
2561               <property name="relief">GTK_RELIEF_NORMAL</property>
2562               <property name="focus_on_click">True</property>
2563               <property name="response_id">2</property>
2564             </widget>
2565           </child>
2566
2567           <child>
2568             <widget class="GtkButton" id="AWNextButton">
2569               <property name="visible">True</property>
2570               <property name="label" translatable="yes" context="yes">Next</property>
2571               <property name="use_underline">True</property>
2572               <property name="relief">GTK_RELIEF_NORMAL</property>
2573               <property name="focus_on_click">True</property>
2574               <property name="response_id">1</property>
2575             </widget>
2576           </child>
2577
2578           <child>
2579             <widget class="GtkButton" id="AWCancelButton">
2580               <property name="visible">True</property>
2581               <property name="label" translatable="yes" context="yes">Cancel</property>
2582               <property name="use_underline">True</property>
2583               <property name="relief">GTK_RELIEF_NORMAL</property>
2584               <property name="focus_on_click">True</property>
2585               <property name="response_id">-6</property>
2586             </widget>
2587           </child>
2588         </widget>
2589         <packing>
2590           <property name="padding">0</property>
2591           <property name="expand">False</property>
2592           <property name="fill">True</property>
2593           <property name="pack_type">GTK_PACK_END</property>
2594         </packing>
2595       </child>
2596
2597       <child>
2598         <widget class="GtkNotebook" id="AWNotebook">
2599           <property name="visible">True</property>
2600           <property name="show_tabs">False</property>
2601           <property name="show_border">False</property>
2602           <property name="tab_pos">GTK_POS_TOP</property>
2603           <property name="scrollable">False</property>
2604           <property name="enable_popup">False</property>
2605
2606           <child>
2607             <widget class="GtkVBox" id="PresetPage">
2608               <property name="visible">True</property>
2609               <property name="homogeneous">False</property>
2610               <property name="spacing">10</property>
2611
2612               <child>
2613                 <widget class="GtkHBox" id="hbox17">
2614                   <property name="visible">True</property>
2615                   <property name="homogeneous">False</property>
2616                   <property name="spacing">0</property>
2617
2618                   <child>
2619                     <widget class="GtkLabel" id="label53">
2620                       <property name="visible">True</property>
2621                       <property name="label" translatable="yes" context="yes">Mailbox setup wizard allows you to define mailboxes for use on your device.</property>
2622                       <property name="use_underline">False</property>
2623                       <property name="use_markup">False</property>
2624                       <property name="justify">GTK_JUSTIFY_LEFT</property>
2625                       <property name="wrap">False</property>
2626                       <property name="selectable">False</property>
2627                       <property name="xalign">0.5</property>
2628                       <property name="yalign">0.5</property>
2629                       <property name="xpad">0</property>
2630                       <property name="ypad">10</property>
2631                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2632                       <property name="width_chars">-1</property>
2633                       <property name="single_line_mode">False</property>
2634                       <property name="angle">0</property>
2635                     </widget>
2636                     <packing>
2637                       <property name="padding">0</property>
2638                       <property name="expand">False</property>
2639                       <property name="fill">False</property>
2640                     </packing>
2641                   </child>
2642                 </widget>
2643                 <packing>
2644                   <property name="padding">0</property>
2645                   <property name="expand">False</property>
2646                   <property name="fill">False</property>
2647                 </packing>
2648               </child>
2649
2650               <child>
2651                 <widget class="GtkHSeparator" id="hseparator6">
2652                   <property name="visible">True</property>
2653                 </widget>
2654                 <packing>
2655                   <property name="padding">0</property>
2656                   <property name="expand">False</property>
2657                   <property name="fill">True</property>
2658                 </packing>
2659               </child>
2660             </widget>
2661             <packing>
2662               <property name="tab_expand">False</property>
2663               <property name="tab_fill">True</property>
2664             </packing>
2665           </child>
2666
2667           <child>
2668             <widget class="GtkLabel" id="label57">
2669               <property name="visible">True</property>
2670               <property name="label" translatable="yes"></property>
2671               <property name="use_underline">False</property>
2672               <property name="use_markup">False</property>
2673               <property name="justify">GTK_JUSTIFY_LEFT</property>
2674               <property name="wrap">False</property>
2675               <property name="selectable">False</property>
2676               <property name="xalign">0.5</property>
2677               <property name="yalign">0.5</property>
2678               <property name="xpad">0</property>
2679               <property name="ypad">0</property>
2680               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2681               <property name="width_chars">-1</property>
2682               <property name="single_line_mode">False</property>
2683               <property name="angle">0</property>
2684             </widget>
2685             <packing>
2686               <property name="type">tab</property>
2687             </packing>
2688           </child>
2689
2690           <child>
2691             <widget class="GtkTable" id="EMailAdressPage">
2692               <property name="visible">True</property>
2693               <property name="n_rows">2</property>
2694               <property name="n_columns">2</property>
2695               <property name="homogeneous">False</property>
2696               <property name="row_spacing">10</property>
2697               <property name="column_spacing">10</property>
2698
2699               <child>
2700                 <widget class="GtkLabel" id="AWEMailAddressLabel">
2701                   <property name="visible">True</property>
2702                   <property name="label" translatable="yes" context="yes">E-mail address:</property>
2703                   <property name="use_underline">False</property>
2704                   <property name="use_markup">False</property>
2705                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2706                   <property name="wrap">False</property>
2707                   <property name="selectable">False</property>
2708                   <property name="xalign">0</property>
2709                   <property name="yalign">0.5</property>
2710                   <property name="xpad">0</property>
2711                   <property name="ypad">0</property>
2712                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2713                   <property name="width_chars">-1</property>
2714                   <property name="single_line_mode">False</property>
2715                   <property name="angle">0</property>
2716                 </widget>
2717                 <packing>
2718                   <property name="left_attach">0</property>
2719                   <property name="right_attach">1</property>
2720                   <property name="top_attach">0</property>
2721                   <property name="bottom_attach">1</property>
2722                   <property name="x_options">fill</property>
2723                   <property name="y_options"></property>
2724                 </packing>
2725               </child>
2726
2727               <child>
2728                 <widget class="GtkEntry" id="AWEMailAddressEntry">
2729                   <property name="visible">True</property>
2730                   <property name="editable">True</property>
2731                   <property name="visibility">True</property>
2732                   <property name="max_length">0</property>
2733                   <property name="text" translatable="yes"></property>
2734                   <property name="has_frame">True</property>
2735                   <property name="invisible_char">*</property>
2736                   <property name="activates_default">False</property>
2737                 </widget>
2738                 <packing>
2739                   <property name="left_attach">1</property>
2740                   <property name="right_attach">2</property>
2741                   <property name="top_attach">0</property>
2742                   <property name="bottom_attach">1</property>
2743                   <property name="y_options"></property>
2744                 </packing>
2745               </child>
2746
2747               <child>
2748                 <widget class="GtkLabel" id="AWRealNameLabel">
2749                   <property name="visible">True</property>
2750                   <property name="label" translatable="yes" context="yes">Your name:</property>
2751                   <property name="use_underline">False</property>
2752                   <property name="use_markup">False</property>
2753                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2754                   <property name="wrap">False</property>
2755                   <property name="selectable">False</property>
2756                   <property name="xalign">0</property>
2757                   <property name="yalign">0.5</property>
2758                   <property name="xpad">0</property>
2759                   <property name="ypad">0</property>
2760                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2761                   <property name="width_chars">-1</property>
2762                   <property name="single_line_mode">False</property>
2763                   <property name="angle">0</property>
2764                 </widget>
2765                 <packing>
2766                   <property name="left_attach">0</property>
2767                   <property name="right_attach">1</property>
2768                   <property name="top_attach">1</property>
2769                   <property name="bottom_attach">2</property>
2770                   <property name="x_options">fill</property>
2771                   <property name="y_options"></property>
2772                 </packing>
2773               </child>
2774
2775               <child>
2776                 <widget class="GtkEntry" id="AWRealNameEntry">
2777                   <property name="visible">True</property>
2778                   <property name="editable">True</property>
2779                   <property name="visibility">True</property>
2780                   <property name="max_length">0</property>
2781                   <property name="text" translatable="yes"></property>
2782                   <property name="has_frame">True</property>
2783                   <property name="invisible_char">*</property>
2784                   <property name="activates_default">False</property>
2785                 </widget>
2786                 <packing>
2787                   <property name="left_attach">1</property>
2788                   <property name="right_attach">2</property>
2789                   <property name="top_attach">1</property>
2790                   <property name="bottom_attach">2</property>
2791                   <property name="y_options"></property>
2792                 </packing>
2793               </child>
2794             </widget>
2795             <packing>
2796               <property name="tab_expand">False</property>
2797               <property name="tab_fill">True</property>
2798             </packing>
2799           </child>
2800
2801           <child>
2802             <widget class="GtkLabel" id="label64">
2803               <property name="visible">True</property>
2804               <property name="label" translatable="yes"></property>
2805               <property name="use_underline">False</property>
2806               <property name="use_markup">False</property>
2807               <property name="justify">GTK_JUSTIFY_LEFT</property>
2808               <property name="wrap">False</property>
2809               <property name="selectable">False</property>
2810               <property name="xalign">0.5</property>
2811               <property name="yalign">0.5</property>
2812               <property name="xpad">0</property>
2813               <property name="ypad">0</property>
2814               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2815               <property name="width_chars">-1</property>
2816               <property name="single_line_mode">False</property>
2817               <property name="angle">0</property>
2818             </widget>
2819             <packing>
2820               <property name="type">tab</property>
2821             </packing>
2822           </child>
2823
2824           <child>
2825             <widget class="GtkTable" id="IncomingPage">
2826               <property name="visible">True</property>
2827               <property name="n_rows">5</property>
2828               <property name="n_columns">3</property>
2829               <property name="homogeneous">False</property>
2830               <property name="row_spacing">10</property>
2831               <property name="column_spacing">10</property>
2832
2833               <child>
2834                 <widget class="GtkLabel" id="AWPasswordLabel">
2835                   <property name="visible">True</property>
2836                   <property name="label" translatable="yes" context="yes">Password:</property>
2837                   <property name="use_underline">False</property>
2838                   <property name="use_markup">False</property>
2839                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2840                   <property name="wrap">False</property>
2841                   <property name="selectable">False</property>
2842                   <property name="xalign">0</property>
2843                   <property name="yalign">0.5</property>
2844                   <property name="xpad">0</property>
2845                   <property name="ypad">0</property>
2846                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2847                   <property name="width_chars">-1</property>
2848                   <property name="single_line_mode">False</property>
2849                   <property name="angle">0</property>
2850                 </widget>
2851                 <packing>
2852                   <property name="left_attach">0</property>
2853                   <property name="right_attach">1</property>
2854                   <property name="top_attach">4</property>
2855                   <property name="bottom_attach">5</property>
2856                   <property name="x_options">fill</property>
2857                   <property name="y_options"></property>
2858                 </packing>
2859               </child>
2860
2861               <child>
2862                 <widget class="GtkLabel" id="AWUserNameLabel">
2863                   <property name="visible">True</property>
2864                   <property name="label" translatable="yes" context="yes">User name:</property>
2865                   <property name="use_underline">False</property>
2866                   <property name="use_markup">False</property>
2867                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2868                   <property name="wrap">False</property>
2869                   <property name="selectable">False</property>
2870                   <property name="xalign">0</property>
2871                   <property name="yalign">0.5</property>
2872                   <property name="xpad">0</property>
2873                   <property name="ypad">0</property>
2874                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2875                   <property name="width_chars">-1</property>
2876                   <property name="single_line_mode">False</property>
2877                   <property name="angle">0</property>
2878                 </widget>
2879                 <packing>
2880                   <property name="left_attach">0</property>
2881                   <property name="right_attach">1</property>
2882                   <property name="top_attach">3</property>
2883                   <property name="bottom_attach">4</property>
2884                   <property name="x_options">fill</property>
2885                   <property name="y_options"></property>
2886                 </packing>
2887               </child>
2888
2889               <child>
2890                 <widget class="GtkLabel" id="AWInServerLabel">
2891                   <property name="visible">True</property>
2892                   <property name="label" translatable="yes" context="yes">Incoming server:</property>
2893                   <property name="use_underline">False</property>
2894                   <property name="use_markup">False</property>
2895                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2896                   <property name="wrap">False</property>
2897                   <property name="selectable">False</property>
2898                   <property name="xalign">0</property>
2899                   <property name="yalign">0.5</property>
2900                   <property name="xpad">0</property>
2901                   <property name="ypad">0</property>
2902                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2903                   <property name="width_chars">-1</property>
2904                   <property name="single_line_mode">False</property>
2905                   <property name="angle">0</property>
2906                 </widget>
2907                 <packing>
2908                   <property name="left_attach">0</property>
2909                   <property name="right_attach">1</property>
2910                   <property name="top_attach">2</property>
2911                   <property name="bottom_attach">3</property>
2912                   <property name="x_options">fill</property>
2913                   <property name="y_options"></property>
2914                 </packing>
2915               </child>
2916
2917               <child>
2918                 <widget class="GtkLabel" id="label15">
2919                   <property name="visible">True</property>
2920                   <property name="label" translatable="yes" context="yes">Mailbox type:</property>
2921                   <property name="use_underline">False</property>
2922                   <property name="use_markup">False</property>
2923                   <property name="justify">GTK_JUSTIFY_LEFT</property>
2924                   <property name="wrap">False</property>
2925                   <property name="selectable">False</property>
2926                   <property name="xalign">0</property>
2927                   <property name="yalign">0.5</property>
2928                   <property name="xpad">0</property>
2929                   <property name="ypad">0</property>
2930                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2931                   <property name="width_chars">-1</property>
2932                   <property name="single_line_mode">False</property>
2933                   <property name="angle">0</property>
2934                 </widget>
2935                 <packing>
2936                   <property name="left_attach">0</property>
2937                   <property name="right_attach">1</property>
2938                   <property name="top_attach">0</property>
2939                   <property name="bottom_attach">1</property>
2940                   <property name="x_options">fill</property>
2941                   <property name="y_options"></property>
2942                 </packing>
2943               </child>
2944
2945               <child>
2946                 <widget class="GtkEntry" id="AWInServerComboEntry">
2947                   <property name="visible">True</property>
2948                   <property name="editable">True</property>
2949                   <property name="visibility">True</property>
2950                   <property name="max_length">0</property>
2951                   <property name="text" translatable="yes"></property>
2952                   <property name="has_frame">True</property>
2953                   <property name="invisible_char">*</property>
2954                   <property name="activates_default">False</property>
2955                 </widget>
2956                 <packing>
2957                   <property name="left_attach">1</property>
2958                   <property name="right_attach">2</property>
2959                   <property name="top_attach">2</property>
2960                   <property name="bottom_attach">3</property>
2961                   <property name="y_options"></property>
2962                 </packing>
2963               </child>
2964
2965               <child>
2966                 <widget class="GtkComboBox" id="AWMailboxtypeComboBox">
2967                   <property name="visible">True</property>
2968                   <property name="items" translatable="yes" context="yes">IMAP
2969 POP
2970 LOCAL</property>
2971                   <property name="add_tearoffs">False</property>
2972                   <property name="focus_on_click">True</property>
2973                 </widget>
2974                 <packing>
2975                   <property name="left_attach">1</property>
2976                   <property name="right_attach">3</property>
2977                   <property name="top_attach">0</property>
2978                   <property name="bottom_attach">1</property>
2979                   <property name="x_options">fill</property>
2980                   <property name="y_options">fill</property>
2981                 </packing>
2982               </child>
2983
2984               <child>
2985                 <widget class="GtkCheckButton" id="AWInSSLCheckButton">
2986                   <property name="visible">True</property>
2987                   <property name="can_focus">True</property>
2988                   <property name="label" translatable="yes">Use SSL</property>
2989                   <property name="use_underline">True</property>
2990                   <property name="relief">GTK_RELIEF_NORMAL</property>
2991                   <property name="focus_on_click">True</property>
2992                   <property name="active">False</property>
2993                   <property name="inconsistent">False</property>
2994                   <property name="draw_indicator">True</property>
2995                 </widget>
2996                 <packing>
2997                   <property name="left_attach">2</property>
2998                   <property name="right_attach">3</property>
2999                   <property name="top_attach">2</property>
3000                   <property name="bottom_attach">3</property>
3001                   <property name="x_options">fill</property>
3002                   <property name="y_options"></property>
3003                 </packing>
3004               </child>
3005
3006               <child>
3007                 <widget class="GtkLabel" id="MailboxTypeNoteLabel">
3008                   <property name="visible">True</property>
3009                   <property name="label" translatable="yes" context="yes">Note: You cannot edit mailbox type once setup is complete!</property>
3010                   <property name="use_underline">False</property>
3011                   <property name="use_markup">False</property>
3012                   <property name="justify">GTK_JUSTIFY_LEFT</property>
3013                   <property name="wrap">False</property>
3014                   <property name="selectable">False</property>
3015                   <property name="xalign">1</property>
3016                   <property name="yalign">0.5</property>
3017                   <property name="xpad">0</property>
3018                   <property name="ypad">10</property>
3019                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3020                   <property name="width_chars">-1</property>
3021                   <property name="single_line_mode">False</property>
3022                   <property name="angle">0</property>
3023                 </widget>
3024                 <packing>
3025                   <property name="left_attach">0</property>
3026                   <property name="right_attach">3</property>
3027                   <property name="top_attach">1</property>
3028                   <property name="bottom_attach">2</property>
3029                   <property name="x_options">fill</property>
3030                   <property name="y_options"></property>
3031                 </packing>
3032               </child>
3033
3034               <child>
3035                 <widget class="GtkEntry" id="AWUserNameEntry">
3036                   <property name="visible">True</property>
3037                   <property name="editable">True</property>
3038                   <property name="visibility">True</property>
3039                   <property name="max_length">0</property>
3040                   <property name="text" translatable="yes"></property>
3041                   <property name="has_frame">True</property>
3042                   <property name="invisible_char">*</property>
3043                   <property name="activates_default">False</property>
3044                 </widget>
3045                 <packing>
3046                   <property name="left_attach">1</property>
3047                   <property name="right_attach">3</property>
3048                   <property name="top_attach">3</property>
3049                   <property name="bottom_attach">4</property>
3050                   <property name="y_options"></property>
3051                 </packing>
3052               </child>
3053
3054               <child>
3055                 <widget class="GtkEntry" id="AWPasswordEntry">
3056                   <property name="visible">True</property>
3057                   <property name="editable">True</property>
3058                   <property name="visibility">False</property>
3059                   <property name="max_length">0</property>
3060                   <property name="text" translatable="yes"></property>
3061                   <property name="has_frame">True</property>
3062                   <property name="invisible_char">*</property>
3063                   <property name="activates_default">False</property>
3064                 </widget>
3065                 <packing>
3066                   <property name="left_attach">1</property>
3067                   <property name="right_attach">3</property>
3068                   <property name="top_attach">4</property>
3069                   <property name="bottom_attach">5</property>
3070                   <property name="y_options"></property>
3071                 </packing>
3072               </child>
3073             </widget>
3074             <packing>
3075               <property name="tab_expand">False</property>
3076               <property name="tab_fill">True</property>
3077             </packing>
3078           </child>
3079
3080           <child>
3081             <widget class="GtkLabel" id="label65">
3082               <property name="visible">True</property>
3083               <property name="label" translatable="yes"></property>
3084               <property name="use_underline">False</property>
3085               <property name="use_markup">False</property>
3086               <property name="justify">GTK_JUSTIFY_LEFT</property>
3087               <property name="wrap">False</property>
3088               <property name="selectable">False</property>
3089               <property name="xalign">0.5</property>
3090               <property name="yalign">0.5</property>
3091               <property name="xpad">0</property>
3092               <property name="ypad">0</property>
3093               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3094               <property name="width_chars">-1</property>
3095               <property name="single_line_mode">False</property>
3096               <property name="angle">0</property>
3097             </widget>
3098             <packing>
3099               <property name="type">tab</property>
3100             </packing>
3101           </child>
3102
3103           <child>
3104             <widget class="GtkTable" id="OutgoingPage">
3105               <property name="visible">True</property>
3106               <property name="n_rows">4</property>
3107               <property name="n_columns">3</property>
3108               <property name="homogeneous">False</property>
3109               <property name="row_spacing">10</property>
3110               <property name="column_spacing">10</property>
3111
3112               <child>
3113                 <widget class="GtkLabel" id="AWOutPasswordLabel">
3114                   <property name="visible">True</property>
3115                   <property name="label" translatable="yes">Password:</property>
3116                   <property name="use_underline">False</property>
3117                   <property name="use_markup">False</property>
3118                   <property name="justify">GTK_JUSTIFY_LEFT</property>
3119                   <property name="wrap">False</property>
3120                   <property name="selectable">False</property>
3121                   <property name="xalign">0</property>
3122                   <property name="yalign">0.5</property>
3123                   <property name="xpad">0</property>
3124                   <property name="ypad">0</property>
3125                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3126                   <property name="width_chars">-1</property>
3127                   <property name="single_line_mode">False</property>
3128                   <property name="angle">0</property>
3129                 </widget>
3130                 <packing>
3131                   <property name="left_attach">0</property>
3132                   <property name="right_attach">1</property>
3133                   <property name="top_attach">3</property>
3134                   <property name="bottom_attach">4</property>
3135                   <property name="x_options">fill</property>
3136                   <property name="y_options"></property>
3137                 </packing>
3138               </child>
3139
3140               <child>
3141                 <widget class="GtkLabel" id="AWOutUserLabel">
3142                   <property name="visible">True</property>
3143                   <property name="label" translatable="yes">User name:</property>
3144                   <property name="use_underline">False</property>
3145                   <property name="use_markup">False</property>
3146                   <property name="justify">GTK_JUSTIFY_LEFT</property>
3147                   <property name="wrap">False</property>
3148                   <property name="selectable">False</property>
3149                   <property name="xalign">0</property>
3150                   <property name="yalign">0.5</property>
3151                   <property name="xpad">0</property>
3152                   <property name="ypad">0</property>
3153                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3154                   <property name="width_chars">-1</property>
3155                   <property name="single_line_mode">False</property>
3156                   <property name="angle">0</property>
3157                 </widget>
3158                 <packing>
3159                   <property name="left_attach">0</property>
3160                   <property name="right_attach">1</property>
3161                   <property name="top_attach">2</property>
3162                   <property name="bottom_attach">3</property>
3163                   <property name="x_options">fill</property>
3164                   <property name="y_options"></property>
3165                 </packing>
3166               </child>
3167
3168               <child>
3169                 <widget class="GtkLabel" id="label70">
3170                   <property name="visible">True</property>
3171                   <property name="label" translatable="yes"></property>
3172                   <property name="use_underline">False</property>
3173                   <property name="use_markup">False</property>
3174                   <property name="justify">GTK_JUSTIFY_LEFT</property>
3175                   <property name="wrap">False</property>
3176                   <property name="selectable">False</property>
3177                   <property name="xalign">0</property>
3178                   <property name="yalign">0.5</property>
3179                   <property name="xpad">0</property>
3180                   <property name="ypad">0</property>
3181                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3182                   <property name="width_chars">-1</property>
3183                   <property name="single_line_mode">False</property>
3184                   <property name="angle">0</property>
3185                 </widget>
3186                 <packing>
3187                   <property name="left_attach">0</property>
3188                   <property name="right_attach">1</property>
3189                   <property name="top_attach">1</property>
3190                   <property name="bottom_attach">2</property>
3191                   <property name="x_options">fill</property>
3192                   <property name="y_options"></property>
3193                 </packing>
3194               </child>
3195
3196               <child>
3197                 <widget class="GtkLabel" id="AWOutServerLabel">
3198                   <property name="visible">True</property>
3199                   <property name="label" translatable="yes" context="yes">Outgoing server:</property>
3200                   <property name="use_underline">False</property>
3201                   <property name="use_markup">False</property>
3202                   <property name="justify">GTK_JUSTIFY_LEFT</property>
3203                   <property name="wrap">False</property>
3204                   <property name="selectable">False</property>
3205                   <property name="xalign">0</property>
3206                   <property name="yalign">0.5</property>
3207                   <property name="xpad">0</property>
3208                   <property name="ypad">0</property>
3209                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3210                   <property name="width_chars">-1</property>
3211                   <property name="single_line_mode">False</property>
3212                   <property name="angle">0</property>
3213                 </widget>
3214                 <packing>
3215                   <property name="left_attach">0</property>
3216                   <property name="right_attach">1</property>
3217                   <property name="top_attach">0</property>
3218                   <property name="bottom_attach">1</property>
3219                   <property name="x_options">fill</property>
3220                   <property name="y_options"></property>
3221                 </packing>
3222               </child>
3223
3224               <child>
3225                 <widget class="GtkEntry" id="AWOutServerComboEntry">
3226                   <property name="visible">True</property>
3227                   <property name="editable">True</property>
3228                   <property name="visibility">True</property>
3229                   <property name="max_length">0</property>
3230                   <property name="text" translatable="yes"></property>
3231                   <property name="has_frame">True</property>
3232                   <property name="invisible_char">*</property>
3233                   <property name="activates_default">False</property>
3234                 </widget>
3235                 <packing>
3236                   <property name="left_attach">1</property>
3237                   <property name="right_attach">2</property>
3238                   <property name="top_attach">0</property>
3239                   <property name="bottom_attach">1</property>
3240                   <property name="y_options"></property>
3241                 </packing>
3242               </child>
3243
3244               <child>
3245                 <widget class="GtkCheckButton" id="AWOutSSLCheckButton">
3246                   <property name="visible">True</property>
3247                   <property name="can_focus">True</property>
3248                   <property name="label" translatable="yes">Use SSL</property>
3249                   <property name="use_underline">True</property>
3250                   <property name="relief">GTK_RELIEF_NORMAL</property>
3251                   <property name="focus_on_click">True</property>
3252                   <property name="active">False</property>
3253                   <property name="inconsistent">False</property>
3254                   <property name="draw_indicator">True</property>
3255                 </widget>
3256                 <packing>
3257                   <property name="left_attach">2</property>
3258                   <property name="right_attach">3</property>
3259                   <property name="top_attach">0</property>
3260                   <property name="bottom_attach">1</property>
3261                   <property name="x_options">fill</property>
3262                   <property name="y_options"></property>
3263                 </packing>
3264               </child>
3265
3266               <child>
3267                 <widget class="GtkCheckButton" id="AWUseIncomingCheckButton">
3268                   <property name="visible">True</property>
3269                   <property name="can_focus">True</property>
3270                   <property name="label" translatable="yes">Use incoming settings</property>
3271                   <property name="use_underline">True</property>
3272                   <property name="relief">GTK_RELIEF_NORMAL</property>
3273                   <property name="focus_on_click">True</property>
3274                   <property name="active">True</property>
3275                   <property name="inconsistent">False</property>
3276                   <property name="draw_indicator">True</property>
3277                 </widget>
3278                 <packing>
3279                   <property name="left_attach">1</property>
3280                   <property name="right_attach">3</property>
3281                   <property name="top_attach">1</property>
3282                   <property name="bottom_attach">2</property>
3283                   <property name="x_options">fill</property>
3284                   <property name="y_options"></property>
3285                 </packing>
3286               </child>
3287
3288               <child>
3289                 <widget class="GtkEntry" id="AWOutUserNameEntry">
3290                   <property name="visible">True</property>
3291                   <property name="sensitive">False</property>
3292                   <property name="can_focus">True</property>
3293                   <property name="editable">True</property>
3294                   <property name="visibility">True</property>
3295                   <property name="max_length">0</property>
3296                   <property name="text" translatable="yes"></property>
3297                   <property name="has_frame">True</property>
3298                   <property name="invisible_char">*</property>
3299                   <property name="activates_default">False</property>
3300                 </widget>
3301                 <packing>
3302                   <property name="left_attach">1</property>
3303                   <property name="right_attach">3</property>
3304                   <property name="top_attach">2</property>
3305                   <property name="bottom_attach">3</property>
3306                   <property name="y_options"></property>
3307                 </packing>
3308               </child>
3309
3310               <child>
3311                 <widget class="GtkEntry" id="AWOutPasswordEntry">
3312                   <property name="visible">True</property>
3313                   <property name="sensitive">False</property>
3314                   <property name="can_focus">True</property>
3315                   <property name="editable">True</property>
3316                   <property name="visibility">True</property>
3317                   <property name="max_length">0</property>
3318                   <property name="text" translatable="yes"></property>
3319                   <property name="has_frame">True</property>
3320                   <property name="invisible_char">*</property>
3321                   <property name="activates_default">False</property>
3322                 </widget>
3323                 <packing>
3324                   <property name="left_attach">1</property>
3325                   <property name="right_attach">3</property>
3326                   <property name="top_attach">3</property>
3327                   <property name="bottom_attach">4</property>
3328                   <property name="y_options"></property>
3329                 </packing>
3330               </child>
3331             </widget>
3332             <packing>
3333               <property name="tab_expand">False</property>
3334               <property name="tab_fill">False</property>
3335             </packing>
3336           </child>
3337
3338           <child>
3339             <widget class="GtkLabel" id="label58">
3340               <property name="visible">True</property>
3341               <property name="label" translatable="yes"></property>
3342               <property name="use_underline">False</property>
3343               <property name="use_markup">False</property>
3344               <property name="justify">GTK_JUSTIFY_LEFT</property>
3345               <property name="wrap">False</property>
3346               <property name="selectable">False</property>
3347               <property name="xalign">0.5</property>
3348               <property name="yalign">0.5</property>
3349               <property name="xpad">0</property>
3350               <property name="ypad">0</property>
3351               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3352               <property name="width_chars">-1</property>
3353               <property name="single_line_mode">False</property>
3354               <property name="angle">0</property>
3355             </widget>
3356             <packing>
3357               <property name="type">tab</property>
3358             </packing>
3359           </child>
3360
3361           <child>
3362             <widget class="GtkHBox" id="FinishPage">
3363               <property name="visible">True</property>
3364               <property name="homogeneous">False</property>
3365               <property name="spacing">0</property>
3366
3367               <child>
3368                 <widget class="GtkLabel" id="label56">
3369                   <property name="visible">True</property>
3370                   <property name="label" translatable="yes" context="yes">Mailbox setup is complete.
3371
3372 Tap 'Finish' to save or 'Cancel' to discard the settings.
3373 Tap 'Advanced' to edit the advanced e-mail settings.</property>
3374                   <property name="use_underline">False</property>
3375                   <property name="use_markup">False</property>
3376                   <property name="justify">GTK_JUSTIFY_LEFT</property>
3377                   <property name="wrap">False</property>
3378                   <property name="selectable">False</property>
3379                   <property name="xalign">0.5</property>
3380                   <property name="yalign">0.5</property>
3381                   <property name="xpad">0</property>
3382                   <property name="ypad">0</property>
3383                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3384                   <property name="width_chars">-1</property>
3385                   <property name="single_line_mode">False</property>
3386                   <property name="angle">0</property>
3387                 </widget>
3388                 <packing>
3389                   <property name="padding">0</property>
3390                   <property name="expand">False</property>
3391                   <property name="fill">False</property>
3392                 </packing>
3393               </child>
3394             </widget>
3395             <packing>
3396               <property name="tab_expand">False</property>
3397               <property name="tab_fill">True</property>
3398             </packing>
3399           </child>
3400
3401           <child>
3402             <widget class="GtkLabel" id="label60">
3403               <property name="visible">True</property>
3404               <property name="label" translatable="yes"></property>
3405               <property name="use_underline">False</property>
3406               <property name="use_markup">False</property>
3407               <property name="justify">GTK_JUSTIFY_LEFT</property>
3408               <property name="wrap">False</property>
3409               <property name="selectable">False</property>
3410               <property name="xalign">0.5</property>
3411               <property name="yalign">0.5</property>
3412               <property name="xpad">0</property>
3413               <property name="ypad">0</property>
3414               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3415               <property name="width_chars">-1</property>
3416               <property name="single_line_mode">False</property>
3417               <property name="angle">0</property>
3418             </widget>
3419             <packing>
3420               <property name="type">tab</property>
3421             </packing>
3422           </child>
3423         </widget>
3424         <packing>
3425           <property name="padding">0</property>
3426           <property name="expand">False</property>
3427           <property name="fill">False</property>
3428         </packing>
3429       </child>
3430     </widget>
3431   </child>
3432 </widget>
3433
3434 <widget class="GtkDialog" id="IdentitySetupDialog">
3435   <property name="border_width">10</property>
3436   <property name="title" translatable="yes">Identity setup</property>
3437   <property name="type">GTK_WINDOW_TOPLEVEL</property>
3438   <property name="window_position">GTK_WIN_POS_NONE</property>
3439   <property name="modal">False</property>
3440   <property name="resizable">True</property>
3441   <property name="destroy_with_parent">False</property>
3442   <property name="decorated">True</property>
3443   <property name="skip_taskbar_hint">False</property>
3444   <property name="skip_pager_hint">False</property>
3445   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3446   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
3447   <property name="focus_on_map">True</property>
3448   <property name="urgency_hint">False</property>
3449   <property name="has_separator">True</property>
3450
3451   <child internal-child="vbox">
3452     <widget class="GtkVBox" id="IdentitySetup_top_container">
3453       <property name="visible">True</property>
3454       <property name="homogeneous">False</property>
3455       <property name="spacing">0</property>
3456
3457       <child internal-child="action_area">
3458         <widget class="GtkHButtonBox" id="dialog-action_area1">
3459           <property name="visible">True</property>
3460           <property name="layout_style">GTK_BUTTONBOX_END</property>
3461
3462           <child>
3463             <widget class="GtkButton" id="cancelbutton1">
3464               <property name="visible">True</property>
3465               <property name="can_default">True</property>
3466               <property name="can_focus">True</property>
3467               <property name="label">gtk-cancel</property>
3468               <property name="use_stock">True</property>
3469               <property name="relief">GTK_RELIEF_NORMAL</property>
3470               <property name="focus_on_click">True</property>
3471               <property name="response_id">-6</property>
3472             </widget>
3473           </child>
3474
3475           <child>
3476             <widget class="GtkButton" id="okbutton1">
3477               <property name="visible">True</property>
3478               <property name="can_default">True</property>
3479               <property name="can_focus">True</property>
3480               <property name="label">gtk-ok</property>
3481               <property name="use_stock">True</property>
3482               <property name="relief">GTK_RELIEF_NORMAL</property>
3483               <property name="focus_on_click">True</property>
3484               <property name="response_id">-5</property>
3485             </widget>
3486           </child>
3487         </widget>
3488         <packing>
3489           <property name="padding">0</property>
3490           <property name="expand">False</property>
3491           <property name="fill">True</property>
3492           <property name="pack_type">GTK_PACK_END</property>
3493         </packing>
3494       </child>
3495
3496       <child>
3497         <widget class="GtkTable" id="table10">
3498           <property name="visible">True</property>
3499           <property name="n_rows">7</property>
3500           <property name="n_columns">2</property>
3501           <property name="homogeneous">False</property>
3502           <property name="row_spacing">10</property>
3503           <property name="column_spacing">10</property>
3504
3505           <child>
3506             <widget class="GtkLabel" id="EMailAddressLabel">
3507               <property name="visible">True</property>
3508               <property name="label" translatable="yes">E-mail address:</property>
3509               <property name="use_underline">False</property>
3510               <property name="use_markup">False</property>
3511               <property name="justify">GTK_JUSTIFY_LEFT</property>
3512               <property name="wrap">False</property>
3513               <property name="selectable">False</property>
3514               <property name="xalign">1</property>
3515               <property name="yalign">0.5</property>
3516               <property name="xpad">0</property>
3517               <property name="ypad">0</property>
3518               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3519               <property name="width_chars">-1</property>
3520               <property name="single_line_mode">False</property>
3521               <property name="angle">0</property>
3522             </widget>
3523             <packing>
3524               <property name="left_attach">0</property>
3525               <property name="right_attach">1</property>
3526               <property name="top_attach">0</property>
3527               <property name="bottom_attach">1</property>
3528               <property name="x_options">fill</property>
3529               <property name="y_options"></property>
3530             </packing>
3531           </child>
3532
3533           <child>
3534             <widget class="GtkLabel" id="RealNameLabel">
3535               <property name="visible">True</property>
3536               <property name="label" translatable="yes">Your name:</property>
3537               <property name="use_underline">False</property>
3538               <property name="use_markup">False</property>
3539               <property name="justify">GTK_JUSTIFY_LEFT</property>
3540               <property name="wrap">False</property>
3541               <property name="selectable">False</property>
3542               <property name="xalign">1</property>
3543               <property name="yalign">0.5</property>
3544               <property name="xpad">0</property>
3545               <property name="ypad">0</property>
3546               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3547               <property name="width_chars">-1</property>
3548               <property name="single_line_mode">False</property>
3549               <property name="angle">0</property>
3550             </widget>
3551             <packing>
3552               <property name="left_attach">0</property>
3553               <property name="right_attach">1</property>
3554               <property name="top_attach">1</property>
3555               <property name="bottom_attach">2</property>
3556               <property name="x_options">fill</property>
3557               <property name="y_options"></property>
3558             </packing>
3559           </child>
3560
3561           <child>
3562             <widget class="GtkLabel" id="label63">
3563               <property name="visible">True</property>
3564               <property name="label" translatable="yes">Outgoing Server:</property>
3565               <property name="use_underline">False</property>
3566               <property name="use_markup">False</property>
3567               <property name="justify">GTK_JUSTIFY_LEFT</property>
3568               <property name="wrap">False</property>
3569               <property name="selectable">False</property>
3570               <property name="xalign">1</property>
3571               <property name="yalign">0.5</property>
3572               <property name="xpad">0</property>
3573               <property name="ypad">0</property>
3574               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3575               <property name="width_chars">-1</property>
3576               <property name="single_line_mode">False</property>
3577               <property name="angle">0</property>
3578             </widget>
3579             <packing>
3580               <property name="left_attach">0</property>
3581               <property name="right_attach">1</property>
3582               <property name="top_attach">2</property>
3583               <property name="bottom_attach">3</property>
3584               <property name="x_options">fill</property>
3585               <property name="y_options"></property>
3586             </packing>
3587           </child>
3588
3589           <child>
3590             <widget class="GtkEntry" id="entry12">
3591               <property name="visible">True</property>
3592               <property name="can_focus">True</property>
3593               <property name="editable">True</property>
3594               <property name="visibility">True</property>
3595               <property name="max_length">0</property>
3596               <property name="text" translatable="yes"></property>
3597               <property name="has_frame">True</property>
3598               <property name="invisible_char">*</property>
3599               <property name="activates_default">False</property>
3600             </widget>
3601             <packing>
3602               <property name="left_attach">1</property>
3603               <property name="right_attach">2</property>
3604               <property name="top_attach">1</property>
3605               <property name="bottom_attach">2</property>
3606               <property name="y_options"></property>
3607             </packing>
3608           </child>
3609
3610           <child>
3611             <widget class="GtkComboBox" id="combobox12">
3612               <property name="visible">True</property>
3613               <property name="add_tearoffs">False</property>
3614               <property name="focus_on_click">True</property>
3615             </widget>
3616             <packing>
3617               <property name="left_attach">1</property>
3618               <property name="right_attach">2</property>
3619               <property name="top_attach">2</property>
3620               <property name="bottom_attach">3</property>
3621               <property name="x_options">fill</property>
3622               <property name="y_options">fill</property>
3623             </packing>
3624           </child>
3625
3626           <child>
3627             <widget class="GtkCheckButton" id="UseReplyToCheckButton">
3628               <property name="visible">True</property>
3629               <property name="can_focus">True</property>
3630               <property name="label" translatable="yes"></property>
3631               <property name="use_underline">True</property>
3632               <property name="relief">GTK_RELIEF_NORMAL</property>
3633               <property name="focus_on_click">True</property>
3634               <property name="active">False</property>
3635               <property name="inconsistent">False</property>
3636               <property name="draw_indicator">True</property>
3637             </widget>
3638             <packing>
3639               <property name="left_attach">1</property>
3640               <property name="right_attach">2</property>
3641               <property name="top_attach">3</property>
3642               <property name="bottom_attach">4</property>
3643               <property name="x_options">fill</property>
3644               <property name="y_options"></property>
3645             </packing>
3646           </child>
3647
3648           <child>
3649             <widget class="GtkLabel" id="UseReplyToLabel">
3650               <property name="visible">True</property>
3651               <property name="label" translatable="yes">Use &quot;Reply-To&quot;:</property>
3652               <property name="use_underline">False</property>
3653               <property name="use_markup">False</property>
3654               <property name="justify">GTK_JUSTIFY_LEFT</property>
3655               <property name="wrap">False</property>
3656               <property name="selectable">False</property>
3657               <property name="xalign">1</property>
3658               <property name="yalign">0.5</property>
3659               <property name="xpad">0</property>
3660               <property name="ypad">0</property>
3661               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3662               <property name="width_chars">-1</property>
3663               <property name="single_line_mode">False</property>
3664               <property name="angle">0</property>
3665             </widget>
3666             <packing>
3667               <property name="left_attach">0</property>
3668               <property name="right_attach">1</property>
3669               <property name="top_attach">3</property>
3670               <property name="bottom_attach">4</property>
3671               <property name="x_options">fill</property>
3672               <property name="y_options"></property>
3673             </packing>
3674           </child>
3675
3676           <child>
3677             <widget class="GtkLabel" id="ReplyToLabel">
3678               <property name="visible">True</property>
3679               <property name="sensitive">False</property>
3680               <property name="label" translatable="yes">Reply-To:</property>
3681               <property name="use_underline">False</property>
3682               <property name="use_markup">False</property>
3683               <property name="justify">GTK_JUSTIFY_LEFT</property>
3684               <property name="wrap">False</property>
3685               <property name="selectable">False</property>
3686               <property name="xalign">1</property>
3687               <property name="yalign">0.5</property>
3688               <property name="xpad">0</property>
3689               <property name="ypad">0</property>
3690               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3691               <property name="width_chars">-1</property>
3692               <property name="single_line_mode">False</property>
3693               <property name="angle">0</property>
3694             </widget>
3695             <packing>
3696               <property name="left_attach">0</property>
3697               <property name="right_attach">1</property>
3698               <property name="top_attach">4</property>
3699               <property name="bottom_attach">5</property>
3700               <property name="x_options">fill</property>
3701               <property name="y_options"></property>
3702             </packing>
3703           </child>
3704
3705           <child>
3706             <widget class="GtkEntry" id="ReplyToEntry">
3707               <property name="visible">True</property>
3708               <property name="sensitive">False</property>
3709               <property name="can_focus">True</property>
3710               <property name="editable">True</property>
3711               <property name="visibility">True</property>
3712               <property name="max_length">0</property>
3713               <property name="text" translatable="yes"></property>
3714               <property name="has_frame">True</property>
3715               <property name="invisible_char">*</property>
3716               <property name="activates_default">False</property>
3717             </widget>
3718             <packing>
3719               <property name="left_attach">1</property>
3720               <property name="right_attach">2</property>
3721               <property name="top_attach">4</property>
3722               <property name="bottom_attach">5</property>
3723               <property name="y_options"></property>
3724             </packing>
3725           </child>
3726
3727           <child>
3728             <widget class="GtkEntry" id="entry14">
3729               <property name="visible">True</property>
3730               <property name="can_focus">True</property>
3731               <property name="editable">True</property>
3732               <property name="visibility">True</property>
3733               <property name="max_length">0</property>
3734               <property name="text" translatable="yes"></property>
3735               <property name="has_frame">True</property>
3736               <property name="invisible_char">*</property>
3737               <property name="activates_default">False</property>
3738             </widget>
3739             <packing>
3740               <property name="left_attach">1</property>
3741               <property name="right_attach">2</property>
3742               <property name="top_attach">0</property>
3743               <property name="bottom_attach">1</property>
3744               <property name="y_options"></property>
3745             </packing>
3746           </child>
3747
3748           <child>
3749             <widget class="GtkCheckButton" id="UseSignatureCheckButton">
3750               <property name="visible">True</property>
3751               <property name="can_focus">True</property>
3752               <property name="label" translatable="yes"></property>
3753               <property name="use_underline">True</property>
3754               <property name="relief">GTK_RELIEF_NORMAL</property>
3755               <property name="focus_on_click">True</property>
3756               <property name="active">False</property>
3757               <property name="inconsistent">False</property>
3758               <property name="draw_indicator">True</property>
3759             </widget>
3760             <packing>
3761               <property name="left_attach">1</property>
3762               <property name="right_attach">2</property>
3763               <property name="top_attach">5</property>
3764               <property name="bottom_attach">6</property>
3765               <property name="x_options">fill</property>
3766               <property name="y_options"></property>
3767             </packing>
3768           </child>
3769
3770           <child>
3771             <widget class="GtkLabel" id="UseSignatureLabel">
3772               <property name="visible">True</property>
3773               <property name="label" translatable="yes">Use Signature:</property>
3774               <property name="use_underline">False</property>
3775               <property name="use_markup">False</property>
3776               <property name="justify">GTK_JUSTIFY_LEFT</property>
3777               <property name="wrap">False</property>
3778               <property name="selectable">False</property>
3779               <property name="xalign">1</property>
3780               <property name="yalign">0.5</property>
3781               <property name="xpad">0</property>
3782               <property name="ypad">0</property>
3783               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3784               <property name="width_chars">-1</property>
3785               <property name="single_line_mode">False</property>
3786               <property name="angle">0</property>
3787             </widget>
3788             <packing>
3789               <property name="left_attach">0</property>
3790               <property name="right_attach">1</property>
3791               <property name="top_attach">5</property>
3792               <property name="bottom_attach">6</property>
3793               <property name="x_options">fill</property>
3794               <property name="y_options"></property>
3795             </packing>
3796           </child>
3797
3798           <child>
3799             <widget class="GtkScrolledWindow" id="scrolledwindow11">
3800               <property name="visible">True</property>
3801               <property name="sensitive">False</property>
3802               <property name="can_focus">True</property>
3803               <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
3804               <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
3805               <property name="shadow_type">GTK_SHADOW_IN</property>
3806               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3807
3808               <child>
3809                 <widget class="GtkTextView" id="textview3">
3810                   <property name="visible">True</property>
3811                   <property name="sensitive">False</property>
3812                   <property name="can_focus">True</property>
3813                   <property name="editable">True</property>
3814                   <property name="overwrite">False</property>
3815                   <property name="accepts_tab">True</property>
3816                   <property name="justification">GTK_JUSTIFY_LEFT</property>
3817                   <property name="wrap_mode">GTK_WRAP_NONE</property>
3818                   <property name="cursor_visible">True</property>
3819                   <property name="pixels_above_lines">0</property>
3820                   <property name="pixels_below_lines">0</property>
3821                   <property name="pixels_inside_wrap">0</property>
3822                   <property name="left_margin">0</property>
3823                   <property name="right_margin">0</property>
3824                   <property name="indent">0</property>
3825                   <property name="text" translatable="yes"></property>
3826                 </widget>
3827               </child>
3828             </widget>
3829             <packing>
3830               <property name="left_attach">0</property>
3831               <property name="right_attach">2</property>
3832               <property name="top_attach">6</property>
3833               <property name="bottom_attach">7</property>
3834               <property name="x_options">fill</property>
3835             </packing>
3836           </child>
3837         </widget>
3838         <packing>
3839           <property name="padding">0</property>
3840           <property name="expand">True</property>
3841           <property name="fill">True</property>
3842         </packing>
3843       </child>
3844     </widget>
3845   </child>
3846 </widget>
3847
3848 <widget class="GtkDialog" id="IdentitiesAndAccountsDialog">
3849   <property name="title" translatable="yes">Identities and Accounts</property>
3850   <property name="type">GTK_WINDOW_TOPLEVEL</property>
3851   <property name="window_position">GTK_WIN_POS_NONE</property>
3852   <property name="modal">False</property>
3853   <property name="default_width">500</property>
3854   <property name="default_height">400</property>
3855   <property name="resizable">True</property>
3856   <property name="destroy_with_parent">False</property>
3857   <property name="decorated">True</property>
3858   <property name="skip_taskbar_hint">False</property>
3859   <property name="skip_pager_hint">False</property>
3860   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3861   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
3862   <property name="focus_on_map">True</property>
3863   <property name="urgency_hint">False</property>
3864   <property name="has_separator">True</property>
3865
3866   <child internal-child="vbox">
3867     <widget class="GtkVBox" id="IdentitiesAndAccounts_top_container">
3868       <property name="visible">True</property>
3869       <property name="homogeneous">False</property>
3870       <property name="spacing">0</property>
3871
3872       <child internal-child="action_area">
3873         <widget class="GtkHButtonBox" id="dialog-action_area3">
3874           <property name="visible">True</property>
3875           <property name="layout_style">GTK_BUTTONBOX_END</property>
3876
3877           <child>
3878             <widget class="GtkButton" id="cancelbutton3">
3879               <property name="visible">True</property>
3880               <property name="can_default">True</property>
3881               <property name="can_focus">True</property>
3882               <property name="label">gtk-cancel</property>
3883               <property name="use_stock">True</property>
3884               <property name="relief">GTK_RELIEF_NORMAL</property>
3885               <property name="focus_on_click">True</property>
3886               <property name="response_id">-6</property>
3887             </widget>
3888           </child>
3889
3890           <child>
3891             <widget class="GtkButton" id="okbutton3">
3892               <property name="visible">True</property>
3893               <property name="can_default">True</property>
3894               <property name="can_focus">True</property>
3895               <property name="label">gtk-ok</property>
3896               <property name="use_stock">True</property>
3897               <property name="relief">GTK_RELIEF_NORMAL</property>
3898               <property name="focus_on_click">True</property>
3899               <property name="response_id">-5</property>
3900             </widget>
3901           </child>
3902         </widget>
3903         <packing>
3904           <property name="padding">0</property>
3905           <property name="expand">False</property>
3906           <property name="fill">True</property>
3907           <property name="pack_type">GTK_PACK_END</property>
3908         </packing>
3909       </child>
3910
3911       <child>
3912         <widget class="GtkNotebook" id="notebook2">
3913           <property name="visible">True</property>
3914           <property name="can_focus">True</property>
3915           <property name="show_tabs">True</property>
3916           <property name="show_border">True</property>
3917           <property name="tab_pos">GTK_POS_TOP</property>
3918           <property name="scrollable">False</property>
3919           <property name="enable_popup">False</property>
3920
3921           <child>
3922             <widget class="GtkHBox" id="IdentitiesPage">
3923               <property name="visible">True</property>
3924               <property name="homogeneous">False</property>
3925               <property name="spacing">10</property>
3926
3927               <child>
3928                 <widget class="GtkScrolledWindow" id="scrolledwindow12">
3929                   <property name="visible">True</property>
3930                   <property name="can_focus">True</property>
3931                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
3932                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
3933                   <property name="shadow_type">GTK_SHADOW_IN</property>
3934                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3935
3936                   <child>
3937                     <widget class="GtkTreeView" id="IdentitiesTreeview">
3938                       <property name="visible">True</property>
3939                       <property name="can_focus">True</property>
3940                       <property name="headers_visible">True</property>
3941                       <property name="rules_hint">False</property>
3942                       <property name="reorderable">False</property>
3943                       <property name="enable_search">True</property>
3944                       <property name="fixed_height_mode">False</property>
3945                       <property name="hover_selection">False</property>
3946                       <property name="hover_expand">False</property>
3947                     </widget>
3948                   </child>
3949                 </widget>
3950                 <packing>
3951                   <property name="padding">0</property>
3952                   <property name="expand">True</property>
3953                   <property name="fill">True</property>
3954                 </packing>
3955               </child>
3956
3957               <child>
3958                 <widget class="GtkVBox" id="IdentityButtons">
3959                   <property name="visible">True</property>
3960                   <property name="homogeneous">False</property>
3961                   <property name="spacing">10</property>
3962
3963                   <child>
3964                     <widget class="GtkButton" id="IdentityCreateButton">
3965                       <property name="visible">True</property>
3966                       <property name="can_focus">True</property>
3967                       <property name="label" translatable="yes">Create new</property>
3968                       <property name="use_underline">True</property>
3969                       <property name="relief">GTK_RELIEF_NORMAL</property>
3970                       <property name="focus_on_click">True</property>
3971                     </widget>
3972                     <packing>
3973                       <property name="padding">0</property>
3974                       <property name="expand">False</property>
3975                       <property name="fill">False</property>
3976                     </packing>
3977                   </child>
3978
3979                   <child>
3980                     <widget class="GtkButton" id="IdentityEditButton">
3981                       <property name="visible">True</property>
3982                       <property name="can_focus">True</property>
3983                       <property name="label" translatable="yes">Edit</property>
3984                       <property name="use_underline">True</property>
3985                       <property name="relief">GTK_RELIEF_NORMAL</property>
3986                       <property name="focus_on_click">True</property>
3987                     </widget>
3988                     <packing>
3989                       <property name="padding">0</property>
3990                       <property name="expand">False</property>
3991                       <property name="fill">False</property>
3992                     </packing>
3993                   </child>
3994
3995                   <child>
3996                     <widget class="GtkButton" id="IdentityDeleteButton">
3997                       <property name="visible">True</property>
3998                       <property name="can_focus">True</property>
3999                       <property name="label" translatable="yes">Delete</property>
4000                       <property name="use_underline">True</property>
4001                       <property name="relief">GTK_RELIEF_NORMAL</property>
4002                       <property name="focus_on_click">True</property>
4003                     </widget>
4004                     <packing>
4005                       <property name="padding">0</property>
4006                       <property name="expand">False</property>
4007                       <property name="fill">False</property>
4008                     </packing>
4009                   </child>
4010                 </widget>
4011                 <packing>
4012                   <property name="padding">0</property>
4013                   <property name="expand">False</property>
4014                   <property name="fill">False</property>
4015                 </packing>
4016               </child>
4017             </widget>
4018             <packing>
4019               <property name="tab_expand">False</property>
4020               <property name="tab_fill">True</property>
4021             </packing>
4022           </child>
4023
4024           <child>
4025             <widget class="GtkLabel" id="IdentitiesTabLabel">
4026               <property name="visible">True</property>
4027               <property name="label" translatable="yes">Identities</property>
4028               <property name="use_underline">False</property>
4029               <property name="use_markup">False</property>
4030               <property name="justify">GTK_JUSTIFY_LEFT</property>
4031               <property name="wrap">False</property>
4032               <property name="selectable">False</property>
4033               <property name="xalign">0.5</property>
4034               <property name="yalign">0.5</property>
4035               <property name="xpad">0</property>
4036               <property name="ypad">0</property>
4037               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4038               <property name="width_chars">-1</property>
4039               <property name="single_line_mode">False</property>
4040               <property name="angle">0</property>
4041             </widget>
4042             <packing>
4043               <property name="type">tab</property>
4044             </packing>
4045           </child>
4046
4047           <child>
4048             <widget class="GtkHBox" id="AccountsPage">
4049               <property name="visible">True</property>
4050               <property name="homogeneous">False</property>
4051               <property name="spacing">10</property>
4052
4053               <child>
4054                 <widget class="GtkScrolledWindow" id="scrolledwindow13">
4055                   <property name="visible">True</property>
4056                   <property name="can_focus">True</property>
4057                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
4058                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
4059                   <property name="shadow_type">GTK_SHADOW_IN</property>
4060                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
4061
4062                   <child>
4063                     <widget class="GtkTreeView" id="AccountsTreeview">
4064                       <property name="visible">True</property>
4065                       <property name="can_focus">True</property>
4066                       <property name="headers_visible">True</property>
4067                       <property name="rules_hint">False</property>
4068                       <property name="reorderable">False</property>
4069                       <property name="enable_search">True</property>
4070                       <property name="fixed_height_mode">False</property>
4071                       <property name="hover_selection">False</property>
4072                       <property name="hover_expand">False</property>
4073                     </widget>
4074                   </child>
4075                 </widget>
4076                 <packing>
4077                   <property name="padding">0</property>
4078                   <property name="expand">True</property>
4079                   <property name="fill">True</property>
4080                 </packing>
4081               </child>
4082
4083               <child>
4084                 <widget class="GtkVBox" id="AccountButtons">
4085                   <property name="visible">True</property>
4086                   <property name="homogeneous">False</property>
4087                   <property name="spacing">10</property>
4088
4089                   <child>
4090                     <widget class="GtkButton" id="AccountCreateButton">
4091                       <property name="visible">True</property>
4092                       <property name="can_focus">True</property>
4093                       <property name="label" translatable="yes">Create new</property>
4094                       <property name="use_underline">True</property>
4095                       <property name="relief">GTK_RELIEF_NORMAL</property>
4096                       <property name="focus_on_click">True</property>
4097                     </widget>
4098                     <packing>
4099                       <property name="padding">0</property>
4100                       <property name="expand">False</property>
4101                       <property name="fill">False</property>
4102                     </packing>
4103                   </child>
4104
4105                   <child>
4106                     <widget class="GtkButton" id="AccountEditButton">
4107                       <property name="visible">True</property>
4108                       <property name="can_focus">True</property>
4109                       <property name="label" translatable="yes">Edit</property>
4110                       <property name="use_underline">True</property>
4111                       <property name="relief">GTK_RELIEF_NORMAL</property>
4112                       <property name="focus_on_click">True</property>
4113                     </widget>
4114                     <packing>
4115                       <property name="padding">0</property>
4116                       <property name="expand">False</property>
4117                       <property name="fill">False</property>
4118                     </packing>
4119                   </child>
4120
4121                   <child>
4122                     <widget class="GtkButton" id="AccountDeleteButton">
4123                       <property name="visible">True</property>
4124                       <property name="can_focus">True</property>
4125                       <property name="label" translatable="yes">Delete</property>
4126                       <property name="use_underline">True</property>
4127                       <property name="relief">GTK_RELIEF_NORMAL</property>
4128                       <property name="focus_on_click">True</property>
4129                     </widget>
4130                     <packing>
4131                       <property name="padding">0</property>
4132                       <property name="expand">False</property>
4133                       <property name="fill">False</property>
4134                     </packing>
4135                   </child>
4136                 </widget>
4137                 <packing>
4138                   <property name="padding">0</property>
4139                   <property name="expand">False</property>
4140                   <property name="fill">False</property>
4141                 </packing>
4142               </child>
4143             </widget>
4144             <packing>
4145               <property name="tab_expand">False</property>
4146               <property name="tab_fill">True</property>
4147             </packing>
4148           </child>
4149
4150           <child>
4151             <widget class="GtkLabel" id="AccountsTabLabel">
4152               <property name="visible">True</property>
4153               <property name="label" translatable="yes">Accounts</property>
4154               <property name="use_underline">False</property>
4155               <property name="use_markup">False</property>
4156               <property name="justify">GTK_JUSTIFY_LEFT</property>
4157               <property name="wrap">False</property>
4158               <property name="selectable">False</property>
4159               <property name="xalign">0.5</property>
4160               <property name="yalign">0.5</property>
4161               <property name="xpad">0</property>
4162               <property name="ypad">0</property>
4163               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4164               <property name="width_chars">-1</property>
4165               <property name="single_line_mode">False</property>
4166               <property name="angle">0</property>
4167             </widget>
4168             <packing>
4169               <property name="type">tab</property>
4170             </packing>
4171           </child>
4172         </widget>
4173         <packing>
4174           <property name="padding">0</property>
4175           <property name="expand">True</property>
4176           <property name="fill">True</property>
4177         </packing>
4178       </child>
4179     </widget>
4180   </child>
4181 </widget>
4182
4183 <widget class="GtkDialog" id="AccountSetupDialog">
4184   <property name="border_width">10</property>
4185   <property name="title" translatable="yes">Account setup</property>
4186   <property name="type">GTK_WINDOW_TOPLEVEL</property>
4187   <property name="window_position">GTK_WIN_POS_NONE</property>
4188   <property name="modal">False</property>
4189   <property name="resizable">True</property>
4190   <property name="destroy_with_parent">False</property>
4191   <property name="decorated">True</property>
4192   <property name="skip_taskbar_hint">False</property>
4193   <property name="skip_pager_hint">False</property>
4194   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
4195   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
4196   <property name="focus_on_map">True</property>
4197   <property name="urgency_hint">False</property>
4198   <property name="has_separator">True</property>
4199
4200   <child internal-child="vbox">
4201     <widget class="GtkVBox" id="dialog-vbox1">
4202       <property name="visible">True</property>
4203       <property name="homogeneous">False</property>
4204       <property name="spacing">0</property>
4205
4206       <child internal-child="action_area">
4207         <widget class="GtkHButtonBox" id="dialog-action_area4">
4208           <property name="visible">True</property>
4209           <property name="layout_style">GTK_BUTTONBOX_END</property>
4210
4211           <child>
4212             <widget class="GtkButton" id="cancelbutton4">
4213               <property name="visible">True</property>
4214               <property name="can_default">True</property>
4215               <property name="can_focus">True</property>
4216               <property name="label">gtk-cancel</property>
4217               <property name="use_stock">True</property>
4218               <property name="relief">GTK_RELIEF_NORMAL</property>
4219               <property name="focus_on_click">True</property>
4220               <property name="response_id">-6</property>
4221             </widget>
4222           </child>
4223
4224           <child>
4225             <widget class="GtkButton" id="okbutton4">
4226               <property name="visible">True</property>
4227               <property name="can_default">True</property>
4228               <property name="can_focus">True</property>
4229               <property name="label">gtk-ok</property>
4230               <property name="use_stock">True</property>
4231               <property name="relief">GTK_RELIEF_NORMAL</property>
4232               <property name="focus_on_click">True</property>
4233               <property name="response_id">-5</property>
4234             </widget>
4235           </child>
4236         </widget>
4237         <packing>
4238           <property name="padding">0</property>
4239           <property name="expand">False</property>
4240           <property name="fill">True</property>
4241           <property name="pack_type">GTK_PACK_END</property>
4242         </packing>
4243       </child>
4244
4245       <child>
4246         <widget class="GtkTable" id="table11">
4247           <property name="visible">True</property>
4248           <property name="n_rows">5</property>
4249           <property name="n_columns">3</property>
4250           <property name="homogeneous">False</property>
4251           <property name="row_spacing">10</property>
4252           <property name="column_spacing">10</property>
4253
4254           <child>
4255             <widget class="GtkLabel" id="IASTypeLabel">
4256               <property name="visible">True</property>
4257               <property name="label" translatable="yes">Type:</property>
4258               <property name="use_underline">False</property>
4259               <property name="use_markup">False</property>
4260               <property name="justify">GTK_JUSTIFY_LEFT</property>
4261               <property name="wrap">False</property>
4262               <property name="selectable">False</property>
4263               <property name="xalign">0</property>
4264               <property name="yalign">0.5</property>
4265               <property name="xpad">0</property>
4266               <property name="ypad">0</property>
4267               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4268               <property name="width_chars">-1</property>
4269               <property name="single_line_mode">False</property>
4270               <property name="angle">0</property>
4271             </widget>
4272             <packing>
4273               <property name="left_attach">0</property>
4274               <property name="right_attach">1</property>
4275               <property name="top_attach">0</property>
4276               <property name="bottom_attach">1</property>
4277               <property name="x_options">fill</property>
4278               <property name="y_options"></property>
4279             </packing>
4280           </child>
4281
4282           <child>
4283             <widget class="GtkLabel" id="IASHostnameLabel">
4284               <property name="visible">True</property>
4285               <property name="label" translatable="yes">Hostname:</property>
4286               <property name="use_underline">False</property>
4287               <property name="use_markup">False</property>
4288               <property name="justify">GTK_JUSTIFY_LEFT</property>
4289               <property name="wrap">False</property>
4290               <property name="selectable">False</property>
4291               <property name="xalign">0</property>
4292               <property name="yalign">0.5</property>
4293               <property name="xpad">0</property>
4294               <property name="ypad">0</property>
4295               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4296               <property name="width_chars">-1</property>
4297               <property name="single_line_mode">False</property>
4298               <property name="angle">0</property>
4299             </widget>
4300             <packing>
4301               <property name="left_attach">0</property>
4302               <property name="right_attach">1</property>
4303               <property name="top_attach">1</property>
4304               <property name="bottom_attach">2</property>
4305               <property name="x_options">fill</property>
4306               <property name="y_options"></property>
4307             </packing>
4308           </child>
4309
4310           <child>
4311             <widget class="GtkLabel" id="IASPortLabel">
4312               <property name="visible">True</property>
4313               <property name="label" translatable="yes">Port-No.:</property>
4314               <property name="use_underline">False</property>
4315               <property name="use_markup">False</property>
4316               <property name="justify">GTK_JUSTIFY_LEFT</property>
4317               <property name="wrap">False</property>
4318               <property name="selectable">False</property>
4319               <property name="xalign">0</property>
4320               <property name="yalign">0.5</property>
4321               <property name="xpad">0</property>
4322               <property name="ypad">0</property>
4323               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4324               <property name="width_chars">-1</property>
4325               <property name="single_line_mode">False</property>
4326               <property name="angle">0</property>
4327             </widget>
4328             <packing>
4329               <property name="left_attach">0</property>
4330               <property name="right_attach">1</property>
4331               <property name="top_attach">2</property>
4332               <property name="bottom_attach">3</property>
4333               <property name="x_options">fill</property>
4334               <property name="y_options"></property>
4335             </packing>
4336           </child>
4337
4338           <child>
4339             <widget class="GtkCheckButton" id="IASUseSSLCheckButton">
4340               <property name="visible">True</property>
4341               <property name="can_focus">True</property>
4342               <property name="label" translatable="yes">Use SSL</property>
4343               <property name="use_underline">True</property>
4344               <property name="relief">GTK_RELIEF_NORMAL</property>
4345               <property name="focus_on_click">True</property>
4346               <property name="active">False</property>
4347               <property name="inconsistent">False</property>
4348               <property name="draw_indicator">True</property>
4349             </widget>
4350             <packing>
4351               <property name="left_attach">2</property>
4352               <property name="right_attach">3</property>
4353               <property name="top_attach">1</property>
4354               <property name="bottom_attach">2</property>
4355               <property name="x_options">fill</property>
4356               <property name="y_options"></property>
4357             </packing>
4358           </child>
4359
4360           <child>
4361             <widget class="GtkLabel" id="IASUsernameLabel">
4362               <property name="visible">True</property>
4363               <property name="label" translatable="yes">User name:</property>
4364               <property name="use_underline">False</property>
4365               <property name="use_markup">False</property>
4366               <property name="justify">GTK_JUSTIFY_LEFT</property>
4367               <property name="wrap">False</property>
4368               <property name="selectable">False</property>
4369               <property name="xalign">0</property>
4370               <property name="yalign">0.5</property>
4371               <property name="xpad">0</property>
4372               <property name="ypad">0</property>
4373               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4374               <property name="width_chars">-1</property>
4375               <property name="single_line_mode">False</property>
4376               <property name="angle">0</property>
4377             </widget>
4378             <packing>
4379               <property name="left_attach">0</property>
4380               <property name="right_attach">1</property>
4381               <property name="top_attach">3</property>
4382               <property name="bottom_attach">4</property>
4383               <property name="x_options">fill</property>
4384               <property name="y_options"></property>
4385             </packing>
4386           </child>
4387
4388           <child>
4389             <widget class="GtkLabel" id="IASPassowordLabel">
4390               <property name="visible">True</property>
4391               <property name="label" translatable="yes">Password:</property>
4392               <property name="use_underline">False</property>
4393               <property name="use_markup">False</property>
4394               <property name="justify">GTK_JUSTIFY_LEFT</property>
4395               <property name="wrap">False</property>
4396               <property name="selectable">False</property>
4397               <property name="xalign">0</property>
4398               <property name="yalign">0.5</property>
4399               <property name="xpad">0</property>
4400               <property name="ypad">0</property>
4401               <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4402               <property name="width_chars">-1</property>
4403               <property name="single_line_mode">False</property>
4404               <property name="angle">0</property>
4405             </widget>
4406             <packing>
4407               <property name="left_attach">0</property>
4408               <property name="right_attach">1</property>
4409               <property name="top_attach">4</property>
4410               <property name="bottom_attach">5</property>
4411               <property name="x_options">fill</property>
4412               <property name="y_options"></property>
4413             </packing>
4414           </child>
4415
4416           <child>
4417             <widget class="GtkEntry" id="IASTypeEntry">
4418               <property name="visible">True</property>
4419               <property name="can_focus">True</property>
4420               <property name="editable">False</property>
4421               <property name="visibility">True</property>
4422               <property name="max_length">0</property>
4423               <property name="text" translatable="yes"></property>
4424               <property name="has_frame">True</property>
4425               <property name="invisible_char">*</property>
4426               <property name="activates_default">False</property>
4427             </widget>
4428             <packing>
4429               <property name="left_attach">1</property>
4430               <property name="right_attach">3</property>
4431               <property name="top_attach">0</property>
4432               <property name="bottom_attach">1</property>
4433               <property name="y_options"></property>
4434             </packing>
4435           </child>
4436
4437           <child>
4438             <widget class="GtkEntry" id="IASHostnameEntry">
4439               <property name="visible">True</property>
4440               <property name="can_focus">True</property>
4441               <property name="editable">True</property>
4442               <property name="visibility">True</property>
4443               <property name="max_length">0</property>
4444               <property name="text" translatable="yes"></property>
4445               <property name="has_frame">True</property>
4446               <property name="invisible_char">*</property>
4447               <property name="activates_default">False</property>
4448             </widget>
4449             <packing>
4450               <property name="left_attach">1</property>
4451               <property name="right_attach">2</property>
4452               <property name="top_attach">1</property>
4453               <property name="bottom_attach">2</property>
4454               <property name="y_options"></property>
4455             </packing>
4456           </child>
4457
4458           <child>
4459             <widget class="GtkEntry" id="IASPortnoEntry">
4460               <property name="visible">True</property>
4461               <property name="can_focus">True</property>
4462               <property name="editable">True</property>
4463               <property name="visibility">True</property>
4464               <property name="max_length">0</property>
4465               <property name="text" translatable="yes"></property>
4466               <property name="has_frame">True</property>
4467               <property name="invisible_char">*</property>
4468               <property name="activates_default">False</property>
4469             </widget>
4470             <packing>
4471               <property name="left_attach">1</property>
4472               <property name="right_attach">3</property>
4473               <property name="top_attach">2</property>
4474               <property name="bottom_attach">3</property>
4475               <property name="y_options"></property>
4476             </packing>
4477           </child>
4478
4479           <child>
4480             <widget class="GtkEntry" id="IASUsernameEntry">
4481               <property name="visible">True</property>
4482               <property name="can_focus">True</property>
4483               <property name="editable">True</property>
4484               <property name="visibility">True</property>
4485               <property name="max_length">0</property>
4486               <property name="text" translatable="yes"></property>
4487               <property name="has_frame">True</property>
4488               <property name="invisible_char">*</property>
4489               <property name="activates_default">False</property>
4490             </widget>
4491             <packing>
4492               <property name="left_attach">1</property>
4493               <property name="right_attach">3</property>
4494               <property name="top_attach">3</property>
4495               <property name="bottom_attach">4</property>
4496               <property name="y_options"></property>
4497             </packing>
4498           </child>
4499
4500           <child>
4501             <widget class="GtkEntry" id="IASPasswordEntry">
4502               <property name="visible">True</property>
4503               <property name="can_focus">True</property>
4504               <property name="editable">True</property>
4505               <property name="visibility">True</property>
4506               <property name="max_length">0</property>
4507               <property name="text" translatable="yes"></property>
4508               <property name="has_frame">True</property>
4509               <property name="invisible_char">*</property>
4510               <property name="activates_default">False</property>
4511             </widget>
4512             <packing>
4513               <property name="left_attach">1</property>
4514               <property name="right_attach">3</property>
4515               <property name="top_attach">4</property>
4516               <property name="bottom_attach">5</property>
4517               <property name="y_options"></property>
4518             </packing>
4519           </child>
4520         </widget>
4521         <packing>
4522           <property name="padding">0</property>
4523           <property name="expand">True</property>
4524           <property name="fill">True</property>
4525         </packing>
4526       </child>
4527     </widget>
4528   </child>
4529 </widget>
4530
4531 </glade-interface>