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