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