2011-11-11 [colin] 3.7.10cvs82
[claws.git] / src / toolbar.c
1 /*
2  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3  * Copyright (C) 2001-2011 Hiroyuki Yamamoto and the Claws Mail team
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 3 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
17  * 
18  */
19
20 /*
21  * General functions for accessing address book files.
22  */
23
24 #ifdef HAVE_CONFIG_H
25 #  include "config.h"
26 #endif
27
28 #include "defs.h"
29
30 #include <glib.h>
31 #include <glib/gi18n.h>
32 #include <stdio.h>
33 #include <stdlib.h>
34 #include <dirent.h>
35 #include <sys/stat.h>
36 #include <math.h>
37 #include <setjmp.h>
38
39 #include "main.h"
40 #include "mainwindow.h"
41 #include "summaryview.h"
42 #include "compose.h"
43 #include "utils.h"
44 #include "xml.h"
45 #include "mgutils.h"
46 #include "prefs_gtk.h"
47 #include "codeconv.h"
48 #include "stock_pixmap.h"
49 #include "manage_window.h"
50 #include "gtkutils.h"
51 #include "toolbar.h"
52 #include "menu.h"
53 #include "inc.h"
54 #include "action.h"
55 #include "prefs_actions.h"
56 #include "prefs_common.h"
57 #include "prefs_toolbar.h"
58 #include "alertpanel.h"
59 #include "imap.h"
60
61 /* elements */
62 #define TOOLBAR_TAG_INDEX        "toolbar"
63 #define TOOLBAR_TAG_ITEM         "item"
64 #define TOOLBAR_TAG_SEPARATOR    "separator"
65
66 #define TOOLBAR_ICON_FILE   "file"    
67 #define TOOLBAR_ICON_TEXT   "text"     
68 #define TOOLBAR_ICON_ACTION "action"    
69
70 static void toolbar_init(Toolbar * toolbar);
71 static gboolean      toolbar_is_duplicate               (gint           action,
72                                                  ToolbarType    source);
73 static void   toolbar_parse_item                (XMLFile        *file,
74                                                  ToolbarType    source);
75
76 static gint   toolbar_ret_val_from_text         (const gchar    *text);
77 static gchar *toolbar_ret_text_from_val         (gint           val);
78
79 static void   toolbar_set_default_main          (void);
80 static void   toolbar_set_default_compose       (void);
81 static void   toolbar_set_default_msgview       (void);
82
83 static void     toolbar_style                   (ToolbarType     type, 
84                                                  guint           action, 
85                                                  gpointer        data);
86
87 static MainWindow *get_mainwin                  (gpointer data);
88 static void activate_compose_button             (Toolbar        *toolbar,
89                                                  ToolbarStyle    style,
90                                                  ComposeButtonType type);
91
92 /* toolbar callbacks */
93 static void toolbar_reply                       (gpointer        data, 
94                                                  guint           action);
95 static void toolbar_learn                       (gpointer        data, 
96                                                  guint           action);
97 static void toolbar_delete_cb                   (GtkWidget      *widget,
98                                                  gpointer        data);
99 static void toolbar_trash_cb                    (GtkWidget      *widget,
100                                                  gpointer        data);
101
102 static void toolbar_compose_cb                  (GtkWidget      *widget,
103                                                  gpointer        data);
104
105 static void toolbar_learn_cb                    (GtkWidget      *widget,
106                                                  gpointer        data);
107
108 static void toolbar_reply_cb                    (GtkWidget      *widget,
109                                                  gpointer        data);
110
111 static void toolbar_reply_to_all_cb             (GtkWidget      *widget,
112                                                  gpointer        data);
113
114 static void toolbar_reply_to_list_cb            (GtkWidget      *widget,
115                                                  gpointer        data);
116
117 static void toolbar_reply_to_sender_cb          (GtkWidget      *widget,
118                                                  gpointer        data);
119
120 static void toolbar_forward_cb                  (GtkWidget      *widget,
121                                                  gpointer        data);
122
123 static void toolbar_prev_unread_cb              (GtkWidget      *widget,
124                                                  gpointer        data);
125 static void toolbar_next_unread_cb              (GtkWidget      *widget,
126                                                  gpointer        data);
127
128 static void toolbar_ignore_thread_cb            (GtkWidget      *widget,
129                                                  gpointer        data);
130
131 static void toolbar_watch_thread_cb             (GtkWidget      *widget,
132                                                  gpointer        data);
133
134 static void toolbar_print_cb                    (GtkWidget      *widget,
135                                                  gpointer        data);
136
137 static void toolbar_actions_execute_cb          (GtkWidget      *widget,
138                                                  gpointer        data);
139 static void toolbar_plugins_execute_cb      (GtkWidget      *widget,
140                              gpointer        data);
141
142
143 static void toolbar_send_cb                     (GtkWidget      *widget,
144                                                  gpointer        data);
145 static void toolbar_send_later_cb               (GtkWidget      *widget,
146                                                  gpointer        data);
147 static void toolbar_draft_cb                    (GtkWidget      *widget,
148                                                  gpointer        data);
149 static void toolbar_close_cb                    (GtkWidget      *widget,
150                                                  gpointer        data);
151 static void toolbar_preferences_cb              (GtkWidget      *widget,
152                                                  gpointer        data);
153 static void toolbar_open_mail_cb                (GtkWidget      *widget,
154                                                  gpointer        data);
155 static void toolbar_insert_cb                   (GtkWidget      *widget,
156                                                  gpointer        data);
157 static void toolbar_attach_cb                   (GtkWidget      *widget,
158                                                  gpointer        data);
159 static void toolbar_sig_cb                      (GtkWidget      *widget,
160                                                  gpointer        data);
161 static void toolbar_ext_editor_cb               (GtkWidget      *widget,
162                                                  gpointer        data);
163 static void toolbar_linewrap_current_cb         (GtkWidget      *widget,
164                                                  gpointer        data);
165 static void toolbar_linewrap_all_cb             (GtkWidget      *widget,
166                                                  gpointer        data);
167 static void toolbar_addrbook_cb                 (GtkWidget      *widget, 
168                                                  gpointer        data);
169 #ifdef USE_ENCHANT
170 static void toolbar_check_spelling_cb           (GtkWidget      *widget, 
171                                                  gpointer        data);
172 #endif
173 static void toolbar_cancel_inc_cb               (GtkWidget      *widget,
174                                                  gpointer        data);
175
176 struct {
177         gchar *index_str;
178         const gchar *descr;
179 } toolbar_text [] = {
180         { "A_RECEIVE_ALL",      N_("Receive Mail from all Accounts")       },
181         { "A_RECEIVE_CUR",      N_("Receive Mail from current Account")    },
182         { "A_SEND_QUEUED",      N_("Send Queued Messages")                 },
183         { "A_COMPOSE_EMAIL",    N_("Compose Email")                        },
184         { "A_COMPOSE_NEWS",     N_("Compose News")                         },
185         { "A_REPLY_MESSAGE",    N_("Reply to Message")                     },
186         { "A_REPLY_SENDER",     N_("Reply to Sender")                      },
187         { "A_REPLY_ALL",        N_("Reply to All")                         },
188         { "A_REPLY_ML",         N_("Reply to Mailing-list")                },
189         { "A_OPEN_MAIL",        N_("Open email")                           },
190         { "A_FORWARD",          N_("Forward Message")                      }, 
191         { "A_TRASH",            N_("Trash Message")                        },
192         { "A_DELETE_REAL",      N_("Delete Message")                       },
193         { "A_EXECUTE",          N_("Execute")                              },
194         { "A_GOTO_PREV",        N_("Go to Previous Unread Message")        },
195         { "A_GOTO_NEXT",        N_("Go to Next Unread Message")            },
196         { "A_IGNORE_THREAD",    N_("Ignore thread")                        },
197         { "A_WATCH_THREAD",     N_("Watch thread")                         },
198         { "A_PRINT",            N_("Print")                                },
199         { "A_LEARN_SPAM",       N_("Learn Spam or Ham")                    },
200         { "A_GO_FOLDERS",       N_("Open folder/Go to folder list")        },
201         { "A_PREFERENCES",      N_("Preferences")                          },
202
203         { "A_SEND",             N_("Send Message")                         },
204         { "A_SENDL",            N_("Put into queue folder and send later") },
205         { "A_DRAFT",            N_("Save to draft folder")                 },
206         { "A_INSERT",           N_("Insert file")                          },   
207         { "A_ATTACH",           N_("Attach file")                          },
208         { "A_SIG",              N_("Insert signature")                     },
209         { "A_EXTEDITOR",        N_("Edit with external editor")            },
210         { "A_LINEWRAP_CURRENT", N_("Wrap long lines of current paragraph") }, 
211         { "A_LINEWRAP_ALL",     N_("Wrap all long lines")                  }, 
212         { "A_ADDRBOOK",         N_("Address book")                         },
213 #ifdef USE_ENCHANT
214         { "A_CHECK_SPELLING",   N_("Check spelling")                       },
215 #endif
216         { "A_CLAWS_ACTIONS",    N_("Claws Mail Actions Feature")           }, 
217         { "A_CANCEL_INC",       N_("Cancel receiving")                     },
218         { "A_CLOSE",            N_("Close window")                         },
219         { "A_SEPARATOR",        N_("Separator")                         },
220         { "A_CLAWS_PLUGINS",    N_("Claws Mail Plugins")       },
221 };
222
223 /* struct holds configuration files and a list of
224  * currently active toolbar items 
225  * TOOLBAR_MAIN, TOOLBAR_COMPOSE and TOOLBAR_MSGVIEW
226  * give us an index
227  */
228 struct {
229         const gchar  *conf_file;
230         GSList       *item_list;
231 } toolbar_config[3] = {
232         { "toolbar_main.xml",    NULL},
233         { "toolbar_compose.xml", NULL}, 
234         { "toolbar_msgview.xml", NULL}
235 };
236
237 gint toolbar_ret_val_from_descr(const gchar *descr)
238 {
239         gint i;
240
241         for (i = 0; i < N_ACTION_VAL; i++) {
242                 if (g_utf8_collate(gettext(toolbar_text[i].descr), descr) == 0)
243                                 return i;
244         }
245         
246         return -1;
247 }
248
249 gchar *toolbar_ret_descr_from_val(gint val)
250 {
251         cm_return_val_if_fail(val >=0 && val < N_ACTION_VAL, NULL);
252
253         return gettext(toolbar_text[val].descr);
254 }
255
256 static gint toolbar_ret_val_from_text(const gchar *text)
257 {
258         gint i;
259         
260         for (i = 0; i < N_ACTION_VAL; i++) {
261                 if (g_utf8_collate(toolbar_text[i].index_str, text) == 0)
262                                 return i;
263         }
264
265         return -1;
266 }
267
268 static gchar *toolbar_ret_text_from_val(gint val)
269 {
270         cm_return_val_if_fail(val >=0 && val < N_ACTION_VAL, NULL);
271
272         return toolbar_text[val].index_str;
273 }
274
275 static gboolean toolbar_is_duplicate(gint action, ToolbarType source)
276 {
277         GSList *cur;
278
279         if ((action == A_SEPARATOR) || (action == A_CLAWS_ACTIONS) || (action == A_CLAWS_PLUGINS))
280                 return FALSE;
281
282         for (cur = toolbar_config[source].item_list; cur != NULL; cur = cur->next) {
283                 ToolbarItem *item = (ToolbarItem*) cur->data;
284                 
285                 if (item->index == action)
286                         return TRUE;
287         }
288         return FALSE;
289 }
290
291 /* depending on toolbar type this function 
292    returns a list of available toolbar events being 
293    displayed by prefs_toolbar
294 */
295 GList *toolbar_get_action_items(ToolbarType source)
296 {
297         GList *items = NULL;
298         gint i = 0;
299         
300         if (source == TOOLBAR_MAIN) {
301                 gint main_items[]   = { A_RECEIVE_ALL,   A_RECEIVE_CUR,   A_SEND_QUEUED,
302                                         A_COMPOSE_EMAIL, A_REPLY_MESSAGE, A_REPLY_SENDER, 
303                                         A_REPLY_ALL,     A_REPLY_ML,      A_OPEN_MAIL,  A_FORWARD, 
304                                         A_TRASH , A_DELETE_REAL,       A_EXECUTE,       A_GOTO_PREV, 
305                                         A_GOTO_NEXT,    A_IGNORE_THREAD,  A_WATCH_THREAD,       A_PRINT,
306                                         A_ADDRBOOK,     A_LEARN_SPAM, A_GO_FOLDERS, 
307                                         A_CANCEL_INC,   A_PREFERENCES };
308
309                 for (i = 0; i < sizeof main_items / sizeof main_items[0]; i++)  {
310                         items = g_list_append(items, gettext(toolbar_text[main_items[i]].descr));
311                 }       
312         }
313         else if (source == TOOLBAR_COMPOSE) {
314                 gint comp_items[] =   { A_SEND,          A_SENDL,        A_DRAFT,
315                                         A_INSERT,        A_ATTACH,       A_SIG,
316                                         A_EXTEDITOR,     A_LINEWRAP_CURRENT,     
317                                         A_LINEWRAP_ALL,  A_ADDRBOOK,
318 #ifdef USE_ENCHANT
319                                         A_CHECK_SPELLING, 
320 #endif
321                                         A_CLOSE };      
322
323                 for (i = 0; i < sizeof comp_items / sizeof comp_items[0]; i++) 
324                         items = g_list_append(items, gettext(toolbar_text[comp_items[i]].descr));
325         }
326         else if (source == TOOLBAR_MSGVIEW) {
327                 gint msgv_items[] =   { A_COMPOSE_EMAIL, A_REPLY_MESSAGE, A_REPLY_SENDER,
328                                         A_REPLY_ALL,     A_REPLY_ML,      A_FORWARD,
329                                         A_TRASH, A_DELETE_REAL,       A_GOTO_PREV,        A_GOTO_NEXT,
330                                         A_ADDRBOOK,      A_LEARN_SPAM, A_CLOSE };       
331
332                 for (i = 0; i < sizeof msgv_items / sizeof msgv_items[0]; i++) 
333                         items = g_list_append(items, gettext(toolbar_text[msgv_items[i]].descr));
334         }
335
336         return items;
337 }
338
339 static void toolbar_parse_item(XMLFile *file, ToolbarType source)
340 {
341         GList *attr;
342         gchar *name, *value;
343         ToolbarItem *item = NULL;
344         gboolean rewrite = FALSE;
345
346         attr = xml_get_current_tag_attr(file);
347         item = g_new0(ToolbarItem, 1);
348         while( attr ) {
349                 name = ((XMLAttr *)attr->data)->name;
350                 value = ((XMLAttr *)attr->data)->value;
351                 
352                 if (g_utf8_collate(name, TOOLBAR_ICON_FILE) == 0) 
353                         item->file = g_strdup (value);
354                 else if (g_utf8_collate(name, TOOLBAR_ICON_TEXT) == 0)
355                         item->text = g_strdup (*value ? gettext(value):"");
356                 else if (g_utf8_collate(name, TOOLBAR_ICON_ACTION) == 0)
357                         item->index = toolbar_ret_val_from_text(value);
358                 if (item->index == -1 && !strcmp(value, "A_DELETE")) {
359                         /* switch button */
360                         item->index = A_TRASH;
361                         g_free(item->file);
362                         item->file = g_strdup("trash_btn");
363                         g_free(item->text);
364                         item->text = g_strdup(Q_("Toolbar|Trash"));
365                         rewrite = TRUE;
366                 }
367                 if (item->index == -1 && !strcmp(value, "A_SYL_ACTIONS")) {
368                         /* switch button */
369                         item->index = A_CLAWS_ACTIONS;
370                         rewrite = TRUE;
371                 }
372                 attr = g_list_next(attr);
373         }
374         if (item->index != -1) {
375                 
376                 if (!toolbar_is_duplicate(item->index, source)) 
377                         toolbar_config[source].item_list = g_slist_append(toolbar_config[source].item_list,
378                                                                          item);
379         }
380         if (rewrite) {
381                 toolbar_save_config_file(source);
382         }
383 }
384
385 const gchar *toolbar_get_short_text(int action) {
386         switch(action) {
387         case A_GO_FOLDERS:      return _("Folders");
388         case A_OPEN_MAIL:       return _("Open");
389         case A_RECEIVE_ALL:     return _("Get Mail");
390         case A_RECEIVE_CUR:     return _("Get");
391         case A_SEND_QUEUED:     return _("Send");
392         case A_COMPOSE_EMAIL:   return Q_("Toolbar|Compose");
393         case A_COMPOSE_NEWS:    return Q_("Toolbar|Compose");
394         case A_REPLY_MESSAGE:   return _("Reply");
395         case A_REPLY_ALL:       return _("All");
396         case A_REPLY_SENDER:    return Q_("Toolbar|Sender");
397         case A_REPLY_ML:        return _("List");
398         case A_FORWARD:         return _("Forward");
399         case A_TRASH:           return Q_("Toolbar|Trash");
400         case A_DELETE_REAL:     return _("Delete");
401         case A_LEARN_SPAM:      return _("Spam");
402         case A_GOTO_PREV:       return _("Prev");
403         case A_GOTO_NEXT:       return _("Next");
404         case A_IGNORE_THREAD:   return _("Ignore thread");
405         case A_WATCH_THREAD:    return _("Watch thread");
406         case A_PRINT:           return _("Print");
407         case A_CLOSE:           return _("Close");
408         case A_PREFERENCES:     return _("Preferences");
409         case A_SEND:            return _("Send");
410         case A_SENDL:           return _("Send later");
411         case A_DRAFT:           return _("Draft");
412         case A_INSERT:          return _("Insert");
413         case A_ATTACH:          return _("Attach");
414         case A_SIG:             return _("Insert sig.");
415         case A_EXTEDITOR:       return _("Edit");
416         case A_LINEWRAP_CURRENT:return _("Wrap para.");
417         case A_LINEWRAP_ALL:    return _("Wrap all");
418         case A_ADDRBOOK:        return _("Address");
419         case A_CANCEL_INC:      return _("Stop");
420         case A_EXECUTE:         return _("Execute");
421         #ifdef USE_ENCHANT
422         case A_CHECK_SPELLING:  return _("Check spelling");
423         #endif
424         default:                return "";
425         }
426 }
427
428 gint toolbar_get_icon(int action) {
429         switch(action) {
430         case A_GO_FOLDERS:      return STOCK_PIXMAP_GO_FOLDERS;
431         case A_OPEN_MAIL:       return STOCK_PIXMAP_OPEN_MAIL;
432         case A_RECEIVE_ALL:     return STOCK_PIXMAP_MAIL_RECEIVE_ALL;
433         case A_RECEIVE_CUR:     return STOCK_PIXMAP_MAIL_RECEIVE;
434         case A_SEND_QUEUED:     return STOCK_PIXMAP_MAIL_SEND_QUEUE;
435         case A_COMPOSE_EMAIL:   return STOCK_PIXMAP_MAIL_COMPOSE;
436         case A_COMPOSE_NEWS:    return STOCK_PIXMAP_NEWS_COMPOSE;
437         case A_REPLY_MESSAGE:   return STOCK_PIXMAP_MAIL_REPLY;
438         case A_REPLY_ALL:       return STOCK_PIXMAP_MAIL_REPLY_TO_ALL;
439         case A_REPLY_SENDER:    return STOCK_PIXMAP_MAIL_REPLY_TO_AUTHOR;
440         case A_REPLY_ML:        return STOCK_PIXMAP_MAIL_REPLY_TO_LIST;
441         case A_FORWARD:         return STOCK_PIXMAP_MAIL_FORWARD;
442         case A_TRASH:           return STOCK_PIXMAP_TRASH;
443         case A_DELETE_REAL:     return STOCK_PIXMAP_DELETE;
444         case A_LEARN_SPAM:      return STOCK_PIXMAP_SPAM_BTN;
445         case A_GOTO_PREV:       return STOCK_PIXMAP_UP_ARROW;
446         case A_GOTO_NEXT:       return STOCK_PIXMAP_DOWN_ARROW;
447         case A_IGNORE_THREAD:   return STOCK_PIXMAP_IGNORETHREAD;
448         case A_WATCH_THREAD:    return STOCK_PIXMAP_WATCHTHREAD;
449         case A_PRINT:           return STOCK_PIXMAP_PRINTER;
450         case A_CLOSE:           return STOCK_PIXMAP_CLOSE;
451         case A_PREFERENCES:     return STOCK_PIXMAP_PREFERENCES;
452         case A_SEND:            return STOCK_PIXMAP_MAIL_SEND;
453         case A_SENDL:           return STOCK_PIXMAP_MAIL_SEND_QUEUE;
454         case A_DRAFT:           return STOCK_PIXMAP_MAIL;
455         case A_INSERT:          return STOCK_PIXMAP_INSERT_FILE;
456         case A_ATTACH:          return STOCK_PIXMAP_MAIL_ATTACH;
457         case A_SIG:             return STOCK_PIXMAP_MAIL_SIGN;
458         case A_EXTEDITOR:       return STOCK_PIXMAP_EDIT_EXTERN;
459         case A_LINEWRAP_CURRENT:return STOCK_PIXMAP_LINEWRAP_CURRENT;
460         case A_LINEWRAP_ALL:    return STOCK_PIXMAP_LINEWRAP_ALL;
461         case A_ADDRBOOK:        return STOCK_PIXMAP_ADDRESS_BOOK;
462         case A_CANCEL_INC:      return STOCK_PIXMAP_CANCEL;
463         case A_EXECUTE:         return STOCK_PIXMAP_EXEC;
464         #ifdef USE_ENCHANT
465         case A_CHECK_SPELLING:  return STOCK_PIXMAP_CHECK_SPELLING;
466         #endif
467         default:                return -1;
468         }
469 }
470
471 static void toolbar_set_default_main(void) 
472 {
473         struct {
474                 gint action;
475         } default_toolbar[] = {
476 #ifdef GENERIC_UMPC
477                 { A_GO_FOLDERS},
478                 { A_OPEN_MAIL},         
479                 { A_SEPARATOR}, 
480 #endif
481                 { A_RECEIVE_ALL},
482                 { A_SEPARATOR}, 
483                 { A_SEND_QUEUED},
484                 { A_COMPOSE_EMAIL},
485                 { A_SEPARATOR},
486                 { A_REPLY_MESSAGE}, 
487 #ifndef GENERIC_UMPC
488                 { A_REPLY_ALL},
489                 { A_REPLY_SENDER},
490 #endif
491                 { A_FORWARD},
492                 { A_SEPARATOR},
493                 { A_TRASH},
494 #ifndef GENERIC_UMPC
495                 { A_LEARN_SPAM},
496 #endif
497                 { A_SEPARATOR},
498                 { A_GOTO_NEXT}
499         };
500         
501         gint i;
502         
503         for (i = 0; i < sizeof(default_toolbar) / sizeof(default_toolbar[0]); i++) {
504                 
505                 ToolbarItem *toolbar_item = g_new0(ToolbarItem, 1);
506                 
507                 if (default_toolbar[i].action != A_SEPARATOR) {
508                         
509                         gchar *file = NULL;
510                         if (toolbar_get_icon(default_toolbar[i].action) > -1) {
511                                 file = stock_pixmap_get_name((StockPixmap)toolbar_get_icon(default_toolbar[i].action));
512                         }
513                         
514                         toolbar_item->file  = g_strdup(file);
515                         toolbar_item->index = default_toolbar[i].action;
516                         toolbar_item->text  = g_strdup(toolbar_get_short_text(default_toolbar[i].action));
517                 } else {
518
519                         toolbar_item->file  = g_strdup(TOOLBAR_TAG_SEPARATOR);
520                         toolbar_item->index = A_SEPARATOR;
521                 }
522                 
523                 if (toolbar_item->index != -1) {
524                         if ( !toolbar_is_duplicate(toolbar_item->index, TOOLBAR_MAIN)) 
525                                 toolbar_config[TOOLBAR_MAIN].item_list = 
526                                         g_slist_append(toolbar_config[TOOLBAR_MAIN].item_list, toolbar_item);
527                 }       
528         }
529 }
530
531 static void toolbar_set_default_compose(void)
532 {
533         struct {
534                 gint action;
535         } default_toolbar[] = {
536 #ifdef GENERIC_UMPC
537                 { A_CLOSE},
538                 { A_SEPARATOR}, 
539 #endif
540                 { A_SEND},
541                 { A_SENDL},
542                 { A_DRAFT},
543                 { A_SEPARATOR}, 
544 #ifndef GENERIC_UMPC
545                 { A_INSERT},
546 #endif
547                 { A_ATTACH},
548                 { A_SEPARATOR},
549                 { A_ADDRBOOK}
550         };
551         
552         gint i;
553
554         for (i = 0; i < sizeof(default_toolbar) / sizeof(default_toolbar[0]); i++) {
555                 
556                 ToolbarItem *toolbar_item = g_new0(ToolbarItem, 1);
557                 
558                 if (default_toolbar[i].action != A_SEPARATOR) {
559                         
560                         gchar *file = NULL;
561                         if (toolbar_get_icon(default_toolbar[i].action) > -1) {
562                                 file = stock_pixmap_get_name((StockPixmap)toolbar_get_icon(default_toolbar[i].action));
563                         }
564                         toolbar_item->file  = g_strdup(file);
565                         toolbar_item->index = default_toolbar[i].action;
566                         toolbar_item->text  = g_strdup(toolbar_get_short_text(default_toolbar[i].action));
567                 } else {
568
569                         toolbar_item->file  = g_strdup(TOOLBAR_TAG_SEPARATOR);
570                         toolbar_item->index = A_SEPARATOR;
571                 }
572                 
573                 if (toolbar_item->index != -1) {
574                         if ( !toolbar_is_duplicate(toolbar_item->index, TOOLBAR_COMPOSE)) 
575                                 toolbar_config[TOOLBAR_COMPOSE].item_list = 
576                                         g_slist_append(toolbar_config[TOOLBAR_COMPOSE].item_list, toolbar_item);
577                 }       
578         }
579 }
580
581 static void toolbar_set_default_msgview(void)
582 {
583         struct {
584                 gint action;
585         } default_toolbar[] = {
586 #ifdef GENERIC_UMPC
587                 { A_CLOSE},
588                 { A_SEPARATOR}, 
589 #endif
590                 { A_REPLY_MESSAGE}, 
591                 { A_REPLY_ALL},
592                 { A_REPLY_SENDER},
593                 { A_FORWARD},
594                 { A_SEPARATOR},
595                 { A_TRASH},
596 #ifndef GENERIC_UMPC
597                 { A_LEARN_SPAM},
598 #endif
599                 { A_GOTO_NEXT}
600         };
601         
602         gint i;
603
604         for (i = 0; i < sizeof(default_toolbar) / sizeof(default_toolbar[0]); i++) {
605                 
606                 ToolbarItem *toolbar_item = g_new0(ToolbarItem, 1);
607                 
608                 if (default_toolbar[i].action != A_SEPARATOR) {
609                         gchar *file = NULL;
610                         if (toolbar_get_icon(default_toolbar[i].action) > -1) {
611                                 file = stock_pixmap_get_name((StockPixmap)toolbar_get_icon(default_toolbar[i].action));
612                         }
613                         
614                         toolbar_item->file  = g_strdup(file);
615                         toolbar_item->index = default_toolbar[i].action;
616                         toolbar_item->text  = g_strdup(toolbar_get_short_text(default_toolbar[i].action));
617                 } else {
618
619                         toolbar_item->file  = g_strdup(TOOLBAR_TAG_SEPARATOR);
620                         toolbar_item->index = A_SEPARATOR;
621                 }
622                 
623                 if (toolbar_item->index != -1) {
624                         if ( !toolbar_is_duplicate(toolbar_item->index, TOOLBAR_MSGVIEW)) 
625                                 toolbar_config[TOOLBAR_MSGVIEW].item_list = 
626                                         g_slist_append(toolbar_config[TOOLBAR_MSGVIEW].item_list, toolbar_item);
627                 }       
628         }
629 }
630
631 void toolbar_set_default(ToolbarType source)
632 {
633         if (source == TOOLBAR_MAIN)
634                 toolbar_set_default_main();
635         else if  (source == TOOLBAR_COMPOSE)
636                 toolbar_set_default_compose();
637         else if  (source == TOOLBAR_MSGVIEW)
638                 toolbar_set_default_msgview();
639 }
640
641 void toolbar_save_config_file(ToolbarType source)
642 {
643         GSList *cur;
644         FILE *fp;
645         PrefFile *pfile;
646         gchar *fileSpec = NULL;
647
648         debug_print("save Toolbar Configuration to %s\n", toolbar_config[source].conf_file);
649
650         fileSpec = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, toolbar_config[source].conf_file, NULL );
651         pfile = prefs_write_open(fileSpec);
652         if( pfile ) {
653                 fp = pfile->fp;
654                 if (fprintf(fp, "<?xml version=\"1.0\" encoding=\"%s\" ?>\n", CS_INTERNAL) < 0)
655                         goto fail;
656
657                 if (fprintf(fp, "<%s>\n", TOOLBAR_TAG_INDEX) < 0)
658                         goto fail;
659
660                 for (cur = toolbar_config[source].item_list; cur != NULL; cur = cur->next) {
661                         ToolbarItem *toolbar_item = (ToolbarItem*) cur->data;
662                         
663                         if (toolbar_item->index != A_SEPARATOR) {
664                                 if (fprintf(fp, "\t<%s %s=\"%s\" %s=\"",
665                                         TOOLBAR_TAG_ITEM, 
666                                         TOOLBAR_ICON_FILE, toolbar_item->file,
667                                         TOOLBAR_ICON_TEXT) < 0)
668                                         goto fail;
669                                 if (xml_file_put_escape_str(fp, toolbar_item->text) < 0)
670                                         goto fail;
671                                 if (fprintf(fp, "\" %s=\"%s\"/>\n",
672                                         TOOLBAR_ICON_ACTION, 
673                                         toolbar_ret_text_from_val(toolbar_item->index)) < 0)
674                                         goto fail;
675                         } else {
676                                 if (fprintf(fp, "\t<%s/>\n", TOOLBAR_TAG_SEPARATOR) < 0)
677                                         goto fail;
678                         }
679                 }
680
681                 if (fprintf(fp, "</%s>\n", TOOLBAR_TAG_INDEX) < 0)
682                         goto fail;
683         
684                 g_free( fileSpec );
685                 if (prefs_file_close (pfile) < 0 ) 
686                         g_warning("failed to write toolbar configuration to file\n");
687                 return;
688                 
689 fail:
690                 FILE_OP_ERROR(fileSpec, "fprintf");
691                 g_free( fileSpec );
692                 prefs_file_close_revert (pfile);
693         } else
694                 g_warning("failed to open toolbar configuration file for writing\n");
695 }
696
697 void toolbar_read_config_file(ToolbarType source)
698 {
699         XMLFile *file   = NULL;
700         gchar *fileSpec = NULL;
701         GList *attr;
702         gboolean retVal;
703         jmp_buf    jumper;
704
705         debug_print("read Toolbar Configuration from %s\n", toolbar_config[source].conf_file);
706
707         fileSpec = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, toolbar_config[source].conf_file, NULL );
708         file = xml_open_file(fileSpec);
709         g_free(fileSpec);
710
711         toolbar_clear_list(source);
712
713         if (file) {
714                 if ((setjmp(jumper))
715                 || (xml_get_dtd(file))
716                 || (xml_parse_next_tag(file))
717                 || (!xml_compare_tag(file, TOOLBAR_TAG_INDEX))) {
718                         xml_close_file(file);
719                         return;
720                 }
721
722                 attr = xml_get_current_tag_attr(file);
723                 
724                 retVal = TRUE;
725                 for (;;) {
726                         if (!file->level) 
727                                 break;
728                         /* Get item tag */
729                         if (xml_parse_next_tag(file)) 
730                                 longjmp(jumper, 1);
731
732                         /* Get next tag (icon, icon_text or icon_action) */
733                         if (xml_compare_tag(file, TOOLBAR_TAG_ITEM)) {
734                                 toolbar_parse_item(file, source);
735                         } else if (xml_compare_tag(file, TOOLBAR_TAG_SEPARATOR)) {
736                                 ToolbarItem *item = g_new0(ToolbarItem, 1);
737                         
738                                 item->file   = g_strdup(TOOLBAR_TAG_SEPARATOR);
739                                 item->index  = A_SEPARATOR;
740                                 toolbar_config[source].item_list = 
741                                         g_slist_append(toolbar_config[source].item_list, item);
742                         }
743
744                 }
745                 xml_close_file(file);
746         }
747
748         if ((!file) || (g_slist_length(toolbar_config[source].item_list) == 0)) {
749
750                 if (source == TOOLBAR_MAIN) 
751                         toolbar_set_default(TOOLBAR_MAIN);
752                 else if (source == TOOLBAR_COMPOSE) 
753                         toolbar_set_default(TOOLBAR_COMPOSE);
754                 else if (source == TOOLBAR_MSGVIEW) 
755                         toolbar_set_default(TOOLBAR_MSGVIEW);
756                 else {          
757                         g_warning("failed to write Toolbar Configuration to %s\n", toolbar_config[source].conf_file);
758                         return;
759                 }
760
761                 toolbar_save_config_file(source);
762         }
763 }
764
765 /*
766  * clears list of toolbar items read from configuration files
767  */
768 void toolbar_clear_list(ToolbarType source)
769 {
770         while (toolbar_config[source].item_list != NULL) {
771                 ToolbarItem *item = (ToolbarItem*) toolbar_config[source].item_list->data;
772                 
773                 toolbar_config[source].item_list = 
774                         g_slist_remove(toolbar_config[source].item_list, item);
775
776                 g_free(item->file);
777                 g_free(item->text);
778                 g_free(item);   
779         }
780         g_slist_free(toolbar_config[source].item_list);
781 }
782
783
784 /* 
785  * return list of Toolbar items
786  */
787 GSList *toolbar_get_list(ToolbarType source)
788 {
789         GSList *list = NULL;
790
791         if ((source == TOOLBAR_MAIN) || (source == TOOLBAR_COMPOSE) || (source == TOOLBAR_MSGVIEW))
792                 list = toolbar_config[source].item_list;
793
794         return list;
795 }
796
797 void toolbar_set_list_item(ToolbarItem *t_item, ToolbarType source)
798 {
799         ToolbarItem *toolbar_item = g_new0(ToolbarItem, 1);
800
801         toolbar_item->file  = g_strdup(t_item->file);
802         toolbar_item->text  = g_strdup(t_item->text);
803         toolbar_item->index = t_item->index;
804         
805         toolbar_config[source].item_list = 
806                 g_slist_append(toolbar_config[source].item_list,
807                                toolbar_item);
808 }
809
810 static void toolbar_action_execute(GtkWidget    *widget,
811                             GSList       *action_list, 
812                             gpointer     data,
813                             gint         source) 
814 {
815         GSList *cur, *lop;
816         gchar *action, *action_p;
817         gboolean found = FALSE;
818         gint i = 0;
819
820         for (cur = action_list; cur != NULL;  cur = cur->next) {
821                 ToolbarClawsActions *act = (ToolbarClawsActions*)cur->data;
822
823                 if (widget == act->widget) {
824                         
825                         for (lop = prefs_common.actions_list; lop != NULL; lop = lop->next) {
826                                 action = g_strdup((gchar*)lop->data);
827
828                                 action_p = strstr(action, ": ");
829                                 action_p[0] = 0x00;
830                                 if (g_utf8_collate(act->name, action) == 0) {
831                                         found = TRUE;
832                                         g_free(action);
833                                         break;
834                                 } else 
835                                         i++;
836                                 g_free(action);
837                         }
838                         if (found) 
839                                 break;
840                 }
841         }
842
843         if (found) 
844                 actions_execute(data, i, widget, source);
845         else
846                 g_warning ("Error: did not find Claws Action to execute");
847 }
848
849 #if !(GTK_CHECK_VERSION(2,12,0))
850 #define CLAWS_SET_TOOL_ITEM_TIP(widget,tip) { \
851         gtk_tool_item_set_tooltip(GTK_TOOL_ITEM(widget), GTK_TOOLTIPS(toolbar_tips),    \
852                         tip, NULL);                                                             \
853 }
854 #else
855 #define CLAWS_SET_TOOL_ITEM_TIP(widget,tip) { \
856         gtk_tool_item_set_tooltip_text(GTK_TOOL_ITEM(widget), tip);                             \
857 }
858 #endif  
859
860 #if !(GTK_CHECK_VERSION(2,12,0))
861 #define CLAWS_SET_ARROW_TIP(widget,tip) { \
862         gtk_menu_tool_button_set_arrow_tooltip(GTK_MENU_TOOL_BUTTON(widget), GTK_TOOLTIPS(toolbar_tips),        \
863                         tip, NULL);                                                             \
864 }
865 #else
866 #define CLAWS_SET_ARROW_TIP(widget,tip) { \
867         gtk_menu_tool_button_set_arrow_tooltip_text(GTK_MENU_TOOL_BUTTON(widget), tip);                         \
868 }
869 #endif  
870
871 static void activate_compose_button (Toolbar           *toolbar,
872                                      ToolbarStyle      style,
873                                      ComposeButtonType type)
874 {
875 #if !(GTK_CHECK_VERSION(2,12,0))
876         GtkTooltips *toolbar_tips = toolbar->tooltips;
877 #endif
878         if ((!toolbar->compose_mail_btn))
879                 return;
880
881         if (type == COMPOSEBUTTON_NEWS) {
882                 gtk_tool_button_set_icon_widget(
883                         GTK_TOOL_BUTTON(toolbar->compose_mail_btn),
884                         toolbar->compose_news_icon);
885 #ifndef GENERIC_UMPC
886                 CLAWS_SET_TOOL_ITEM_TIP(GTK_TOOL_ITEM(toolbar->compose_mail_btn), _("Compose News message"));
887 #endif  
888                 gtk_widget_show(toolbar->compose_news_icon);
889         } else {
890                 gtk_tool_button_set_icon_widget(
891                         GTK_TOOL_BUTTON(toolbar->compose_mail_btn),
892                         toolbar->compose_mail_icon);
893 #ifndef GENERIC_UMPC
894                 CLAWS_SET_TOOL_ITEM_TIP(GTK_TOOL_ITEM(toolbar->compose_mail_btn), _("Compose Email"));
895 #endif  
896                 gtk_widget_show(toolbar->compose_mail_icon);
897         }
898         toolbar->compose_btn_type = type;
899 }
900
901 void toolbar_set_compose_button(Toolbar            *toolbar, 
902                                 ComposeButtonType  compose_btn_type)
903 {
904         if (toolbar->compose_btn_type != compose_btn_type)
905                 activate_compose_button(toolbar, 
906                                         prefs_common.toolbar_style,
907                                         compose_btn_type);
908 }
909
910 static void activate_learn_button (Toolbar           *toolbar,
911                                      ToolbarStyle      style,
912                                      LearnButtonType type)
913 {
914 #if !(GTK_CHECK_VERSION(2,12,0))
915         GtkTooltips *toolbar_tips = toolbar->tooltips;
916 #endif
917         if ((!toolbar->learn_spam_btn))
918                 return;
919
920         if (type == LEARN_SPAM) {
921                 gtk_tool_button_set_icon_widget(
922                         GTK_TOOL_BUTTON(toolbar->learn_spam_btn),
923                         toolbar->learn_spam_icon);
924                 gtk_tool_button_set_label(
925                         GTK_TOOL_BUTTON(toolbar->learn_spam_btn),
926                         _("Spam"));
927 #ifndef GENERIC_UMPC
928                 CLAWS_SET_TOOL_ITEM_TIP(GTK_TOOL_ITEM(toolbar->learn_spam_btn), _("Learn spam"));       
929 #endif
930                 gtk_widget_show(toolbar->learn_spam_icon);
931         } else {
932                 gtk_tool_button_set_icon_widget(
933                         GTK_TOOL_BUTTON(toolbar->learn_spam_btn),
934                         toolbar->learn_ham_icon);
935                 gtk_tool_button_set_label(
936                         GTK_TOOL_BUTTON(toolbar->learn_spam_btn),
937                         _("Ham"));
938 #ifndef GENERIC_UMPC
939                 CLAWS_SET_TOOL_ITEM_TIP(GTK_TOOL_ITEM(toolbar->learn_spam_btn), _("Learn ham"));
940 #endif  
941                 gtk_widget_show(toolbar->learn_ham_icon);
942         }
943         toolbar->learn_btn_type = type; 
944 }
945
946 void toolbar_set_learn_button(Toolbar            *toolbar, 
947                                 LearnButtonType  learn_btn_type)
948 {
949         if (toolbar->learn_btn_type != learn_btn_type)
950                 activate_learn_button(toolbar, 
951                                         prefs_common.toolbar_style,
952                                         learn_btn_type);
953 }
954
955 void toolbar_toggle(guint action, gpointer data)
956 {
957         MainWindow *mainwin = (MainWindow*)data;
958         GList *list;
959         GList *cur;
960
961         cm_return_if_fail(mainwin != NULL);
962
963         toolbar_style(TOOLBAR_MAIN, action, mainwin);
964
965         list = compose_get_compose_list();
966         for (cur = list; cur != NULL; cur = cur->next) {
967                 toolbar_style(TOOLBAR_COMPOSE, action, cur->data);
968         }
969         list = messageview_get_msgview_list();
970         for (cur = list; cur != NULL; cur = cur->next) {
971                 toolbar_style(TOOLBAR_MSGVIEW, action, cur->data);
972         }
973         
974 }
975
976 void toolbar_set_style(GtkWidget *toolbar_wid, GtkWidget *handlebox_wid, guint action)
977 {
978         switch ((ToolbarStyle)action) {
979         case TOOLBAR_NONE:
980                 gtk_widget_hide(handlebox_wid);
981                 break;
982         case TOOLBAR_ICON:
983                 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar_wid),
984                                       GTK_TOOLBAR_ICONS);
985                 break;
986         case TOOLBAR_TEXT:
987                 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar_wid),
988                                       GTK_TOOLBAR_TEXT);
989                 break;
990         case TOOLBAR_BOTH:
991                 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar_wid),
992                                       GTK_TOOLBAR_BOTH);
993                 break;
994         case TOOLBAR_BOTH_HORIZ:
995                 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar_wid),
996                                       GTK_TOOLBAR_BOTH_HORIZ);
997                 break;
998         default:
999                 return;
1000         }
1001
1002         prefs_common.toolbar_style = (ToolbarStyle)action;
1003         gtk_widget_set_size_request(handlebox_wid, 1, -1);
1004         
1005         if (prefs_common.toolbar_style != TOOLBAR_NONE) {
1006                 gtk_widget_show(handlebox_wid);
1007                 gtk_widget_queue_resize(handlebox_wid);
1008         }
1009 }
1010 /*
1011  * Change the style of toolbar
1012  */
1013 static void toolbar_style(ToolbarType type, guint action, gpointer data)
1014 {
1015         GtkWidget  *handlebox_wid;
1016         GtkWidget  *toolbar_wid;
1017         MainWindow *mainwin = (MainWindow*)data;
1018         Compose    *compose = (Compose*)data;
1019         MessageView *msgview = (MessageView*)data;
1020         
1021         cm_return_if_fail(data != NULL);
1022         
1023         switch (type) {
1024         case TOOLBAR_MAIN:
1025                 handlebox_wid = mainwin->handlebox;
1026                 toolbar_wid = mainwin->toolbar->toolbar;
1027                 break;
1028         case TOOLBAR_COMPOSE:
1029                 handlebox_wid = compose->handlebox;
1030                 toolbar_wid = compose->toolbar->toolbar;
1031                 break;
1032         case TOOLBAR_MSGVIEW: 
1033                 handlebox_wid = msgview->handlebox;
1034                 toolbar_wid = msgview->toolbar->toolbar;
1035                 break;
1036         default:
1037
1038                 return;
1039         }
1040         toolbar_set_style(toolbar_wid, handlebox_wid, action);
1041 }
1042
1043 /* Toolbar handling */
1044 static void toolbar_inc_cb(GtkWidget    *widget,
1045                            gpointer      data)
1046 {
1047         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1048         MainWindow *mainwin;
1049
1050         cm_return_if_fail(toolbar_item != NULL);
1051
1052         switch (toolbar_item->type) {
1053         case TOOLBAR_MAIN:
1054                 mainwin = (MainWindow*)toolbar_item->parent;    
1055                 inc_mail_cb(mainwin, 0, NULL);
1056                 break;
1057         default:
1058                 break;
1059         }
1060 }
1061
1062 static void toolbar_inc_all_cb(GtkWidget        *widget,
1063                                gpointer          data)
1064 {
1065         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1066         MainWindow *mainwin;
1067
1068         cm_return_if_fail(toolbar_item != NULL);
1069
1070         switch (toolbar_item->type) {
1071         case TOOLBAR_MAIN:
1072                 mainwin = (MainWindow*)toolbar_item->parent;
1073                 inc_all_account_mail_cb(mainwin, 0, NULL);
1074                 break;
1075         default:
1076                 break;
1077         }
1078 }
1079
1080 static void toolbar_send_queued_cb(GtkWidget *widget,gpointer data)
1081 {
1082         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1083         MainWindow *mainwin;
1084
1085         cm_return_if_fail(toolbar_item != NULL);
1086
1087         switch (toolbar_item->type) {
1088         case TOOLBAR_MAIN:
1089                 mainwin = (MainWindow*)toolbar_item->parent;
1090                 send_queue_cb(mainwin, 0, NULL);
1091                 break;
1092         default:
1093                 break;
1094         }
1095 }
1096
1097 static void toolbar_exec_cb(GtkWidget   *widget,
1098                             gpointer     data)
1099 {
1100         MainWindow *mainwin = get_mainwin(data);
1101
1102         cm_return_if_fail(mainwin != NULL);
1103         summary_execute(mainwin->summaryview);
1104 }
1105
1106 /*
1107  * Delete current/selected(s) message(s)
1108  */
1109 static void toolbar_trash_cb(GtkWidget *widget, gpointer data)
1110 {
1111         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1112         MainWindow *mainwin;
1113
1114         cm_return_if_fail(toolbar_item != NULL);
1115         cm_return_if_fail(toolbar_item->parent);
1116         
1117         switch (toolbar_item->type) {
1118         case TOOLBAR_MSGVIEW:
1119                 messageview_delete((MessageView *)toolbar_item->parent);
1120                 break;
1121         case TOOLBAR_MAIN:
1122                 mainwin = (MainWindow *)toolbar_item->parent;
1123                 summary_delete_trash(mainwin->summaryview);
1124                 break;
1125         default: 
1126                 debug_print("toolbar event not supported\n");
1127                 break;
1128         }
1129 }
1130
1131 /*
1132  * Delete current/selected(s) message(s)
1133  */
1134 static void toolbar_delete_cb(GtkWidget *widget, gpointer data)
1135 {
1136         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1137         MainWindow *mainwin;
1138
1139         cm_return_if_fail(toolbar_item != NULL);
1140         cm_return_if_fail(toolbar_item->parent);
1141         
1142         switch (toolbar_item->type) {
1143         case TOOLBAR_MSGVIEW:
1144                 messageview_delete((MessageView *)toolbar_item->parent);
1145                 break;
1146         case TOOLBAR_MAIN:
1147                 mainwin = (MainWindow *)toolbar_item->parent;
1148                 summary_delete(mainwin->summaryview);
1149                 break;
1150         default: 
1151                 debug_print("toolbar event not supported\n");
1152                 break;
1153         }
1154 }
1155
1156
1157 /*
1158  * Compose new message
1159  */
1160 static void toolbar_compose_cb(GtkWidget *widget, gpointer data)
1161 {
1162         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1163         MainWindow *mainwin;
1164         MessageView *msgview;
1165
1166         cm_return_if_fail(toolbar_item != NULL);
1167
1168         switch (toolbar_item->type) {
1169         case TOOLBAR_MAIN:
1170                 mainwin = (MainWindow*)toolbar_item->parent;
1171                 if (mainwin->toolbar->compose_btn_type == COMPOSEBUTTON_NEWS) 
1172                         compose_news_cb(mainwin, 0, NULL);
1173                 else
1174                         compose_mail_cb(mainwin, 0, NULL);
1175                 break;
1176         case TOOLBAR_MSGVIEW:
1177                 msgview = (MessageView*)toolbar_item->parent;
1178                 compose_new_with_folderitem(NULL, 
1179                                             msgview->msginfo->folder, NULL);
1180                 break;  
1181         default:
1182                 debug_print("toolbar event not supported\n");
1183         }
1184 }
1185
1186 static void toolbar_learn(gpointer data, guint as_spam)
1187 {
1188         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1189         MainWindow *mainwin;
1190         MessageView *msgview;
1191
1192         cm_return_if_fail(toolbar_item != NULL);
1193
1194         switch (toolbar_item->type) {
1195         case TOOLBAR_MAIN:
1196                 mainwin = (MainWindow*)toolbar_item->parent;
1197                 if (as_spam) 
1198                         mainwindow_learn(mainwin, TRUE);
1199                 else
1200                         mainwindow_learn(mainwin, FALSE);
1201                 break;
1202         case TOOLBAR_MSGVIEW:
1203                 msgview = (MessageView*)toolbar_item->parent;
1204                 if (as_spam) 
1205                         messageview_learn(msgview, TRUE);
1206                 else
1207                         messageview_learn(msgview, FALSE);
1208                 break;
1209         default:
1210                 debug_print("toolbar event not supported\n");
1211         }
1212 }
1213
1214 static void toolbar_learn_cb(GtkWidget *widget, gpointer data)
1215 {
1216         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1217         MainWindow *mainwin;
1218         MessageView *msgview;
1219
1220         cm_return_if_fail(toolbar_item != NULL);
1221
1222         switch (toolbar_item->type) {
1223         case TOOLBAR_MAIN:
1224                 mainwin = (MainWindow*)toolbar_item->parent;
1225                 if (mainwin->toolbar->learn_btn_type == LEARN_SPAM) 
1226                         mainwindow_learn(mainwin, TRUE);
1227                 else
1228                         mainwindow_learn(mainwin, FALSE);
1229                 break;
1230         case TOOLBAR_MSGVIEW:
1231                 msgview = (MessageView*)toolbar_item->parent;
1232                 if (msgview->toolbar->learn_btn_type == LEARN_SPAM) 
1233                         messageview_learn(msgview, TRUE);
1234                 else
1235                         messageview_learn(msgview, FALSE);
1236                 break;
1237         default:
1238                 debug_print("toolbar event not supported\n");
1239         }
1240 }
1241
1242
1243 /*
1244  * Reply Message
1245  */
1246 static void toolbar_reply_cb(GtkWidget *widget, gpointer data)
1247 {
1248         toolbar_reply(data, (prefs_common.reply_with_quote ? 
1249                       COMPOSE_REPLY_WITH_QUOTE : COMPOSE_REPLY_WITHOUT_QUOTE));
1250 }
1251
1252
1253 /*
1254  * Reply message to Sender and All recipients
1255  */
1256 static void toolbar_reply_to_all_cb(GtkWidget *widget, gpointer data)
1257 {
1258         toolbar_reply(data,
1259                       (prefs_common.reply_with_quote ? COMPOSE_REPLY_TO_ALL_WITH_QUOTE 
1260                       : COMPOSE_REPLY_TO_ALL_WITHOUT_QUOTE));
1261 }
1262
1263
1264 /*
1265  * Reply to Mailing List
1266  */
1267 static void toolbar_reply_to_list_cb(GtkWidget *widget, gpointer data)
1268 {
1269         toolbar_reply(data, 
1270                       (prefs_common.reply_with_quote ? COMPOSE_REPLY_TO_LIST_WITH_QUOTE 
1271                       : COMPOSE_REPLY_TO_LIST_WITHOUT_QUOTE));
1272 }
1273
1274
1275 /*
1276  * Reply to sender of message
1277  */ 
1278 static void toolbar_reply_to_sender_cb(GtkWidget *widget, gpointer data)
1279 {
1280         toolbar_reply(data, 
1281                       (prefs_common.reply_with_quote ? COMPOSE_REPLY_TO_SENDER_WITH_QUOTE 
1282                       : COMPOSE_REPLY_TO_SENDER_WITHOUT_QUOTE));
1283 }
1284
1285 /*
1286  * Open addressbook
1287  */ 
1288 static void toolbar_addrbook_cb(GtkWidget *widget, gpointer data)
1289 {
1290         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1291         Compose *compose;
1292
1293         cm_return_if_fail(toolbar_item != NULL);
1294
1295         switch (toolbar_item->type) {
1296         case TOOLBAR_MAIN:
1297         case TOOLBAR_MSGVIEW:
1298                 compose = NULL;
1299                 break;
1300         case TOOLBAR_COMPOSE:
1301                 compose = (Compose *)toolbar_item->parent;
1302                 break;
1303         default:
1304                 return;
1305         }
1306         addressbook_open(compose);
1307 }
1308
1309
1310 /*
1311  * Forward current/selected(s) message(s)
1312  */
1313 static void toolbar_forward_cb(GtkWidget *widget, gpointer data)
1314 {
1315         toolbar_reply(data, (COMPOSE_FORWARD));
1316 }
1317
1318 /*
1319  * Goto Prev Unread Message
1320  */
1321 static void toolbar_prev_unread_cb(GtkWidget *widget, gpointer data)
1322 {
1323         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1324         MainWindow *mainwin;
1325         MessageView *msgview;
1326
1327         cm_return_if_fail(toolbar_item != NULL);
1328
1329         switch (toolbar_item->type) {
1330         case TOOLBAR_MAIN:
1331                 mainwin = (MainWindow*)toolbar_item->parent;
1332                 summary_select_prev_unread(mainwin->summaryview);
1333                 break;
1334                 
1335         case TOOLBAR_MSGVIEW:
1336                 msgview = (MessageView*)toolbar_item->parent;
1337                 msgview->updating = TRUE;
1338                 summary_select_prev_unread(msgview->mainwin->summaryview);
1339                 msgview->updating = FALSE;
1340
1341                 if (msgview->deferred_destroy) {
1342                         debug_print("messageview got away!\n");
1343                         messageview_destroy(msgview);
1344                         return;
1345                 }
1346                 
1347                 /* Now we need to update the messageview window */
1348                 if (msgview->mainwin->summaryview->selected) {
1349 #ifndef GENERIC_UMPC
1350                         MsgInfo * msginfo = summary_get_selected_msg(msgview->mainwin->summaryview);
1351                        
1352                         if (msginfo)
1353                                 messageview_show(msgview, msginfo, 
1354                                          msgview->all_headers);
1355 #endif
1356                 } else {
1357                         gtk_widget_destroy(msgview->window);
1358                 }
1359                 break;
1360         default:
1361                 debug_print("toolbar event not supported\n");
1362         }
1363 }
1364
1365 /*
1366  * Goto Next Unread Message
1367  */
1368 static void toolbar_next_unread_cb(GtkWidget *widget, gpointer data)
1369 {
1370         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1371         MainWindow *mainwin;
1372         MessageView *msgview;
1373
1374         cm_return_if_fail(toolbar_item != NULL);
1375
1376         switch (toolbar_item->type) {
1377         case TOOLBAR_MAIN:
1378                 mainwin = (MainWindow*)toolbar_item->parent;
1379                 summary_select_next_unread(mainwin->summaryview);
1380                 break;
1381                 
1382         case TOOLBAR_MSGVIEW:
1383                 msgview = (MessageView*)toolbar_item->parent;
1384                 msgview->updating = TRUE;
1385                 summary_select_next_unread(msgview->mainwin->summaryview);
1386                 msgview->updating = FALSE;
1387
1388                 if (msgview->deferred_destroy) {
1389                         debug_print("messageview got away!\n");
1390                         messageview_destroy(msgview);
1391                         return;
1392                 }
1393
1394                 /* Now we need to update the messageview window */
1395                 if (msgview->mainwin->summaryview->selected) {
1396 #ifndef GENERIC_UMPC
1397                         MsgInfo * msginfo = summary_get_selected_msg(msgview->mainwin->summaryview);
1398                         
1399                         if (msginfo)
1400                                 messageview_show(msgview, msginfo, 
1401                                          msgview->all_headers);
1402 #endif
1403                 } else {
1404                         gtk_widget_destroy(msgview->window);
1405                 }
1406                 break;
1407         default:
1408                 debug_print("toolbar event not supported\n");
1409         }
1410 }
1411
1412 static void toolbar_ignore_thread_cb(GtkWidget *widget, gpointer data)
1413 {
1414         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1415         MainWindow *mainwin;
1416
1417         cm_return_if_fail(toolbar_item != NULL);
1418
1419         switch (toolbar_item->type) {
1420         case TOOLBAR_MAIN:
1421                 mainwin = (MainWindow *) toolbar_item->parent;
1422                 summary_toggle_ignore_thread(mainwin->summaryview);
1423                 break;
1424         case TOOLBAR_MSGVIEW:
1425                 /* TODO: see toolbar_next_unread_cb() if you need
1426                  * this in the message view */
1427                 break;
1428         default:
1429                 debug_print("toolbar event not supported\n");
1430                 break;
1431         }
1432 }
1433
1434 static void toolbar_watch_thread_cb(GtkWidget *widget, gpointer data)
1435 {
1436         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1437         MainWindow *mainwin;
1438
1439         cm_return_if_fail(toolbar_item != NULL);
1440
1441         switch (toolbar_item->type) {
1442         case TOOLBAR_MAIN:
1443                 mainwin = (MainWindow *) toolbar_item->parent;
1444                 summary_toggle_watch_thread(mainwin->summaryview);
1445                 break;
1446         case TOOLBAR_MSGVIEW:
1447                 /* TODO: see toolbar_next_unread_cb() if you need
1448                  * this in the message view */
1449                 break;
1450         default:
1451                 debug_print("toolbar event not supported\n");
1452                 break;
1453         }
1454 }
1455
1456 static void toolbar_cancel_inc_cb(GtkWidget *widget, gpointer data)
1457 {
1458         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1459
1460         cm_return_if_fail(toolbar_item != NULL);
1461         inc_cancel_all();
1462         imap_cancel_all();
1463 }
1464
1465
1466 static void toolbar_print_cb(GtkWidget *widget, gpointer data)
1467 {
1468         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1469         MainWindow *mainwin;
1470
1471         cm_return_if_fail(toolbar_item != NULL);
1472
1473         switch (toolbar_item->type) {
1474         case TOOLBAR_MAIN:
1475                 mainwin = (MainWindow *) toolbar_item->parent;
1476                 summary_print(mainwin->summaryview);
1477                 break;
1478         case TOOLBAR_MSGVIEW:
1479                 /* TODO: see toolbar_next_unread_cb() if you need
1480                  * this in the message view */
1481                 break;
1482         default:
1483                 debug_print("toolbar event not supported\n");
1484                 break;
1485         }
1486 }
1487
1488 static void toolbar_send_cb(GtkWidget *widget, gpointer data)
1489 {
1490         compose_toolbar_cb(A_SEND, data);
1491 }
1492
1493 static void toolbar_send_later_cb(GtkWidget *widget, gpointer data)
1494 {
1495         compose_toolbar_cb(A_SENDL, data);
1496 }
1497
1498 static void toolbar_draft_cb(GtkWidget *widget, gpointer data)
1499 {
1500         compose_toolbar_cb(A_DRAFT, data);
1501 }
1502
1503 static void toolbar_close_cb(GtkWidget *widget, gpointer data)
1504 {
1505         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1506         MainWindow *mainwin;
1507         MessageView *messageview;
1508         Compose *compose;
1509
1510         cm_return_if_fail(toolbar_item != NULL);
1511
1512         switch (toolbar_item->type) {
1513         case TOOLBAR_MAIN:
1514                 mainwin = (MainWindow *) toolbar_item->parent;
1515                 app_will_exit(NULL, mainwin);
1516                 break;
1517         case TOOLBAR_MSGVIEW:
1518                 messageview = (MessageView *)toolbar_item->parent;
1519                 messageview_destroy(messageview);
1520                 break;
1521         case TOOLBAR_COMPOSE:
1522                 compose = (Compose *)toolbar_item->parent;
1523                 compose_close_toolbar(compose);
1524                 break;
1525         }
1526 }
1527
1528 static void toolbar_preferences_cb(GtkWidget *widget, gpointer data)
1529 {
1530         prefs_gtk_open();
1531 }
1532
1533 static void toolbar_open_mail_cb(GtkWidget *widget, gpointer data)
1534 {
1535         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1536         MainWindow *mainwin;
1537
1538         cm_return_if_fail(toolbar_item != NULL);
1539
1540         switch (toolbar_item->type) {
1541         case TOOLBAR_MAIN:
1542                 mainwin = (MainWindow *) toolbar_item->parent;
1543                 summary_open_row(NULL, mainwin->summaryview);
1544                 break;
1545         case TOOLBAR_MSGVIEW:
1546                 debug_print("toolbar event not supported\n");
1547                 break;
1548         case TOOLBAR_COMPOSE:
1549                 debug_print("toolbar event not supported\n");
1550                 break;
1551         }
1552 }
1553
1554 static void toolbar_insert_cb(GtkWidget *widget, gpointer data)
1555 {
1556         compose_toolbar_cb(A_INSERT, data);
1557 }
1558
1559 static void toolbar_attach_cb(GtkWidget *widget, gpointer data)
1560 {
1561         compose_toolbar_cb(A_ATTACH, data);
1562 }
1563
1564 static void toolbar_sig_cb(GtkWidget *widget, gpointer data)
1565 {
1566         compose_toolbar_cb(A_SIG, data);
1567 }
1568
1569 static void toolbar_ext_editor_cb(GtkWidget *widget, gpointer data)
1570 {
1571         compose_toolbar_cb(A_EXTEDITOR, data);
1572 }
1573
1574 static void toolbar_linewrap_current_cb(GtkWidget *widget, gpointer data)
1575 {
1576         compose_toolbar_cb(A_LINEWRAP_CURRENT, data);
1577 }
1578
1579 static void toolbar_linewrap_all_cb(GtkWidget *widget, gpointer data)
1580 {
1581         compose_toolbar_cb(A_LINEWRAP_ALL, data);
1582 }
1583
1584 #ifdef USE_ENCHANT
1585 static void toolbar_check_spelling_cb(GtkWidget *widget, gpointer data)
1586 {
1587         compose_toolbar_cb(A_CHECK_SPELLING, data);
1588 }
1589 #endif
1590 /*
1591  * Execute actions from toolbar
1592  */
1593 static void toolbar_actions_execute_cb(GtkWidget *widget, gpointer data)
1594 {
1595         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1596         GSList *action_list;
1597         MainWindow *mainwin;
1598         Compose *compose;
1599         MessageView *msgview;
1600         gpointer parent = toolbar_item->parent;
1601
1602         cm_return_if_fail(toolbar_item != NULL);
1603
1604         switch (toolbar_item->type) {
1605         case TOOLBAR_MAIN:
1606                 mainwin = (MainWindow*)parent;
1607                 action_list = mainwin->toolbar->action_list;
1608                 break;
1609         case TOOLBAR_COMPOSE:
1610                 compose = (Compose*)parent;
1611                 action_list = compose->toolbar->action_list;
1612                 break;
1613         case TOOLBAR_MSGVIEW:
1614                 msgview = (MessageView*)parent;
1615                 action_list = msgview->toolbar->action_list;
1616                 break;
1617         default:
1618                 debug_print("toolbar event not supported\n");
1619                 return;
1620         }
1621         toolbar_action_execute(widget, action_list, parent, toolbar_item->type);        
1622 }
1623
1624 static void toolbar_plugins_execute_cb(GtkWidget *widget, gpointer data)
1625 {
1626         ToolbarItem *toolbar_item = data;
1627         prefs_toolbar_execute_plugin_item(toolbar_item->parent, toolbar_item->type, toolbar_item->text);
1628 }
1629
1630 static MainWindow *get_mainwin(gpointer data)
1631 {
1632         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1633         MainWindow *mainwin = NULL;
1634         MessageView *msgview;
1635
1636         cm_return_val_if_fail(toolbar_item != NULL, NULL);
1637
1638         switch(toolbar_item->type) {
1639         case TOOLBAR_MAIN:
1640                 mainwin = (MainWindow*)toolbar_item->parent;
1641                 break;
1642         case TOOLBAR_MSGVIEW:
1643                 msgview = (MessageView*)toolbar_item->parent;
1644                 mainwin = (MainWindow*)msgview->mainwin;
1645                 break;
1646         default:
1647                 break;
1648         }
1649
1650         return mainwin;
1651 }
1652
1653 static void toolbar_go_folders_cb(GtkWidget *widget, gpointer data)
1654 {
1655         ToolbarItem *toolbar_item = (ToolbarItem*)data;
1656         MainWindow *mainwin = NULL;
1657         switch(toolbar_item->type) {
1658         case TOOLBAR_MAIN:
1659                 mainwin = (MainWindow*)toolbar_item->parent;
1660                 break;
1661         default:
1662                 g_warning("wrong toolbar type\n");
1663                 return;
1664         }
1665
1666         if (!mainwin->in_folder) {
1667                 FolderItem *item = folderview_get_selected_item(mainwin->folderview);
1668                 if (item) {
1669                         folderview_select(mainwin->folderview, item);
1670                 }
1671         } else {
1672                 gtk_widget_grab_focus(mainwin->folderview->ctree);
1673                 mainwindow_exit_folder(mainwin);
1674         }
1675 }
1676
1677 static void toolbar_buttons_cb(GtkWidget   *widget, 
1678                                ToolbarItem *item)
1679 {
1680         gint num_items;
1681         gint i;
1682         struct {
1683                 gint   index;
1684                 void (*func)(GtkWidget *widget, gpointer data);
1685         } callbacks[] = {
1686                 { A_RECEIVE_ALL,        toolbar_inc_all_cb              },
1687                 { A_RECEIVE_CUR,        toolbar_inc_cb                  },
1688                 { A_SEND_QUEUED,        toolbar_send_queued_cb          },
1689                 { A_COMPOSE_EMAIL,      toolbar_compose_cb              },
1690                 { A_COMPOSE_NEWS,       toolbar_compose_cb              },
1691                 { A_REPLY_MESSAGE,      toolbar_reply_cb                },
1692                 { A_REPLY_SENDER,       toolbar_reply_to_sender_cb      },
1693                 { A_REPLY_ALL,          toolbar_reply_to_all_cb         },
1694                 { A_REPLY_ML,           toolbar_reply_to_list_cb        },
1695                 { A_FORWARD,            toolbar_forward_cb              },
1696                 { A_TRASH,              toolbar_trash_cb                },
1697                 { A_DELETE_REAL,        toolbar_delete_cb               },
1698                 { A_EXECUTE,            toolbar_exec_cb                 },
1699                 { A_GOTO_PREV,          toolbar_prev_unread_cb          },
1700                 { A_GOTO_NEXT,          toolbar_next_unread_cb          },
1701                 { A_IGNORE_THREAD,      toolbar_ignore_thread_cb        },
1702                 { A_WATCH_THREAD,       toolbar_watch_thread_cb         },
1703                 { A_PRINT,              toolbar_print_cb                },
1704                 { A_LEARN_SPAM,         toolbar_learn_cb                },
1705                 { A_GO_FOLDERS,         toolbar_go_folders_cb           },
1706
1707                 { A_SEND,               toolbar_send_cb                 },
1708                 { A_SENDL,              toolbar_send_later_cb           },
1709                 { A_DRAFT,              toolbar_draft_cb                },
1710                 { A_OPEN_MAIL,          toolbar_open_mail_cb            },
1711                 { A_CLOSE,              toolbar_close_cb                },
1712                 { A_PREFERENCES,        toolbar_preferences_cb          },
1713                 { A_INSERT,             toolbar_insert_cb               },
1714                 { A_ATTACH,             toolbar_attach_cb               },
1715                 { A_SIG,                toolbar_sig_cb                  },
1716                 { A_EXTEDITOR,          toolbar_ext_editor_cb           },
1717                 { A_LINEWRAP_CURRENT,   toolbar_linewrap_current_cb     },
1718                 { A_LINEWRAP_ALL,       toolbar_linewrap_all_cb         },
1719                 { A_ADDRBOOK,           toolbar_addrbook_cb             },
1720 #ifdef USE_ENCHANT
1721                 { A_CHECK_SPELLING,     toolbar_check_spelling_cb       },
1722 #endif
1723                 { A_CLAWS_ACTIONS,      toolbar_actions_execute_cb      },
1724                 { A_CANCEL_INC,         toolbar_cancel_inc_cb           },
1725                 { A_CLAWS_PLUGINS,  toolbar_plugins_execute_cb  },
1726         };
1727
1728         num_items = sizeof(callbacks)/sizeof(callbacks[0]);
1729
1730         for (i = 0; i < num_items; i++) {
1731                 if (callbacks[i].index == item->index) {
1732                         callbacks[i].func(widget, item);
1733                         return;
1734                 }
1735         }
1736 }
1737 #ifndef GENERIC_UMPC
1738 #define TOOLBAR_ITEM(item,icon,text,tooltip) {                                                          \
1739         item = GTK_WIDGET(gtk_tool_button_new(icon, text));                                             \
1740         gtkut_widget_set_can_focus(gtk_bin_get_child(GTK_BIN(item)), FALSE);                            \
1741         gtk_tool_item_set_homogeneous(GTK_TOOL_ITEM(item), FALSE);                                      \
1742         gtk_tool_item_set_is_important(GTK_TOOL_ITEM(item), TRUE);                                      \
1743         g_signal_connect (G_OBJECT(item), "clicked", G_CALLBACK(toolbar_buttons_cb), toolbar_item);     \
1744         gtk_toolbar_insert(GTK_TOOLBAR(toolbar), GTK_TOOL_ITEM(item), -1);                              \
1745         CLAWS_SET_TOOL_ITEM_TIP(GTK_TOOL_ITEM(item),                                                    \
1746                         tooltip);                                                                       \
1747 }
1748
1749 #define TOOLBAR_MENUITEM(item,icon,text,tooltip,menutip) {                                              \
1750         GtkWidget *child = NULL, *btn = NULL, *arr = NULL;                                              \
1751         GList *gchild = NULL;                                                                           \
1752         item = GTK_WIDGET(gtk_menu_tool_button_new(icon, text));                                        \
1753         gtk_tool_item_set_homogeneous(GTK_TOOL_ITEM(item), FALSE);                              \
1754         gtk_tool_item_set_is_important(GTK_TOOL_ITEM(item), TRUE);                                      \
1755         g_signal_connect (G_OBJECT(item), "clicked", G_CALLBACK(toolbar_buttons_cb), toolbar_item);     \
1756         gtk_toolbar_insert(GTK_TOOLBAR(toolbar), GTK_TOOL_ITEM(item), -1);                              \
1757         CLAWS_SET_TOOL_ITEM_TIP(GTK_TOOL_ITEM(item),                                                    \
1758                         tooltip);                                                                       \
1759         CLAWS_SET_ARROW_TIP(GTK_MENU_TOOL_BUTTON(item), menutip);                                       \
1760         child = gtk_bin_get_child(GTK_BIN(item));                                                       \
1761         gchild = gtk_container_get_children(                                                            \
1762                         GTK_CONTAINER(child));                                                          \
1763         btn = (GtkWidget *)gchild->data;                                                                \
1764         gtkut_widget_set_can_focus(btn, FALSE);                                                         \
1765         arr = (GtkWidget *)(gchild->next?gchild->next->data:NULL);                                      \
1766         gtkut_widget_set_can_focus(arr, FALSE);                                                         \
1767         g_list_free(gchild);                                                                            \
1768         gchild = gtk_container_get_children(GTK_CONTAINER(arr));                                        \
1769         gtk_widget_set_size_request(GTK_WIDGET(gchild->data), 9, -1);                                   \
1770         g_list_free(gchild);                                                                            \
1771 }
1772 #else
1773 #define TOOLBAR_ITEM(item,icon,text,tooltip) {                                                          \
1774         item = GTK_WIDGET(gtk_tool_button_new(icon, text));                                             \
1775         gtkut_widget_set_can_focus(gtk_bin_get_child(GTK_BIN(item)), FALSE);                            \
1776         gtk_tool_item_set_homogeneous(GTK_TOOL_ITEM(item), FALSE);                                      \
1777         gtk_tool_item_set_is_important(GTK_TOOL_ITEM(item), TRUE);                                      \
1778         g_signal_connect (G_OBJECT(item), "clicked", G_CALLBACK(toolbar_buttons_cb), toolbar_item);     \
1779         gtk_toolbar_insert(GTK_TOOLBAR(toolbar), GTK_TOOL_ITEM(item), -1);                              \
1780 }
1781
1782 #define TOOLBAR_MENUITEM(item,icon,text,tooltip,menutip) {                                              \
1783         GtkWidget *child = NULL, *btn = NULL, *arr = NULL;                                              \
1784         GList *gchild = NULL;                                                                           \
1785         item = GTK_WIDGET(gtk_menu_tool_button_new(icon, text));                                        \
1786         gtk_tool_item_set_homogeneous(GTK_TOOL_ITEM(item), FALSE);                              \
1787         gtk_tool_item_set_is_important(GTK_TOOL_ITEM(item), TRUE);                                      \
1788         g_signal_connect (G_OBJECT(item), "clicked", G_CALLBACK(toolbar_buttons_cb), toolbar_item);     \
1789         gtk_toolbar_insert(GTK_TOOLBAR(toolbar), GTK_TOOL_ITEM(item), -1);                              \
1790         child = gtk_bin_get_child(GTK_BIN(item));                                                       \
1791         gchild = gtk_container_get_children(                                                            \
1792                         GTK_CONTAINER(child));                                                          \
1793         btn = (GtkWidget *)gchild->data;                                                                \
1794         gtkut_widget_set_can_focus(btn, FALSE);                                                         \
1795         arr = (GtkWidget *)(gchild->next?gchild->next->data:NULL);                                      \
1796         gtkut_widget_set_can_focus(arr, FALSE);                                                         \
1797         g_list_free(gchild);                                                                            \
1798         gchild = gtk_container_get_children(GTK_CONTAINER(arr));                                        \
1799         gtk_widget_set_size_request(GTK_WIDGET(gchild->data), 9, -1);                                   \
1800         g_list_free(gchild);                                                                            \
1801 }
1802 #endif
1803
1804 #define ADD_MENU_ITEM(name,cb,data) {                                                   \
1805         item = gtk_menu_item_new_with_mnemonic(name);                                   \
1806         gtk_menu_shell_append(GTK_MENU_SHELL(menu), item);                              \
1807         g_signal_connect(G_OBJECT(item), "activate",                                    \
1808                          G_CALLBACK(cb),                                                \
1809                            toolbar_item);                                               \
1810         g_object_set_data(G_OBJECT(item), "int-value", GINT_TO_POINTER(data));          \
1811         gtk_widget_show(item);                                                          \
1812 }
1813
1814 static void toolbar_reply_menu_cb(GtkWidget *widget, gpointer data)
1815 {
1816         gpointer int_value = g_object_get_data(G_OBJECT(widget), "int-value");
1817         ToolbarItem *toolbar_item = (ToolbarItem *)data;
1818         
1819         toolbar_reply(toolbar_item, GPOINTER_TO_INT(int_value));
1820 }
1821
1822 static void toolbar_learn_menu_cb(GtkWidget *widget, gpointer data)
1823 {
1824         gpointer int_value = g_object_get_data(G_OBJECT(widget), "int-value");
1825         ToolbarItem *toolbar_item = (ToolbarItem *)data;
1826         
1827         toolbar_learn(toolbar_item, GPOINTER_TO_INT(int_value));
1828 }
1829
1830 /**
1831  * Create a new toolbar with specified type
1832  * if a callback list is passed it will be used before the 
1833  * common callback list
1834  **/
1835 Toolbar *toolbar_create(ToolbarType      type, 
1836                         GtkWidget       *container,
1837                         gpointer         data)
1838 {
1839         ToolbarItem *toolbar_item;
1840
1841         GtkWidget *toolbar;
1842         GtkWidget *icon_wid = NULL;
1843         GtkWidget *icon_news;
1844         GtkWidget *icon_ham;
1845         GtkWidget *item;
1846         ToolbarClawsActions *action_item;
1847         GSList *cur;
1848         GSList *toolbar_list;
1849         Toolbar *toolbar_data;
1850         GtkWidget *menu;
1851 #ifndef GENERIC_UMPC
1852 #if !(GTK_CHECK_VERSION(2,12,0))
1853         GtkTooltips *toolbar_tips = gtk_tooltips_new();
1854 #endif
1855 #endif  
1856         toolbar_read_config_file(type);
1857         toolbar_list = toolbar_get_list(type);
1858
1859         toolbar_data = g_new0(Toolbar, 1); 
1860
1861         toolbar = gtk_toolbar_new();
1862
1863 #if (GTK_CHECK_VERSION(2,16,0))
1864         gtk_orientable_set_orientation(GTK_ORIENTABLE(toolbar), GTK_ORIENTATION_HORIZONTAL);
1865 #else
1866         gtk_toolbar_set_orientation(GTK_TOOLBAR(toolbar), GTK_ORIENTATION_HORIZONTAL);
1867 #endif
1868         gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_BOTH);
1869         gtk_toolbar_set_show_arrow(GTK_TOOLBAR(toolbar), TRUE);
1870         
1871         for (cur = toolbar_list; cur != NULL; cur = cur->next) {
1872
1873                 if (g_ascii_strcasecmp(((ToolbarItem*)cur->data)->file, TOOLBAR_TAG_SEPARATOR) == 0) {
1874                         gtk_toolbar_insert(GTK_TOOLBAR(toolbar), gtk_separator_tool_item_new(), -1);
1875                         continue;
1876                 }
1877                 
1878                 toolbar_item = g_new0(ToolbarItem, 1); 
1879                 toolbar_item->index = ((ToolbarItem*)cur->data)->index;
1880                 toolbar_item->file = g_strdup(((ToolbarItem*)cur->data)->file);
1881                 toolbar_item->text = g_strdup(((ToolbarItem*)cur->data)->text);
1882                 toolbar_item->parent = data;
1883                 toolbar_item->type = type;
1884
1885                 /* collect toolbar items in list to keep track */
1886                 toolbar_data->item_list = 
1887                         g_slist_append(toolbar_data->item_list, 
1888                                        toolbar_item);
1889                 icon_wid = stock_pixmap_widget(container, stock_pixmap_get_icon(toolbar_item->file));
1890                         
1891                 switch (toolbar_item->index) {
1892
1893                 case A_GO_FOLDERS:
1894                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Go to folder list"));
1895                         toolbar_data->folders_btn = item;
1896                         break;
1897                 case A_RECEIVE_ALL:
1898                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
1899                                 _("Receive Mail from all Accounts"),
1900                                 _("Receive Mail from selected Account"));
1901                         toolbar_data->getall_btn = item;
1902                         break;
1903                 case A_RECEIVE_CUR:
1904                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text, _("Receive Mail from current Account"));
1905                         toolbar_data->get_btn = item;
1906                         break;
1907                 case A_SEND_QUEUED:
1908                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Send Queued Messages"));
1909                         toolbar_data->send_btn = item; 
1910                         break;
1911                 case A_CLOSE:
1912                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Close window"));
1913                         toolbar_data->close_window_btn = item; 
1914                         break;
1915                 case A_PREFERENCES:
1916                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Open preferences"));
1917                         toolbar_data->preferences_btn = item; 
1918                         break;
1919                 case A_OPEN_MAIL:
1920                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Open email"));
1921                         toolbar_data->open_mail_btn = item; 
1922                         break;
1923                 case A_COMPOSE_EMAIL:
1924 #ifndef GENERIC_UMPC
1925                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
1926                                 _("Compose Email"),
1927                                 _("Compose with selected Account"));
1928                         toolbar_data->compose_mail_btn = item; 
1929                         toolbar_data->compose_mail_icon = icon_wid; 
1930                         g_object_ref(toolbar_data->compose_mail_icon);
1931
1932                         icon_news = stock_pixmap_widget(container, STOCK_PIXMAP_NEWS_COMPOSE);
1933                         toolbar_data->compose_news_icon = icon_news; 
1934                         g_object_ref(toolbar_data->compose_news_icon);
1935 #else
1936                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,
1937                                 _("Compose Email"));
1938                         toolbar_data->compose_mail_btn = item; 
1939                         toolbar_data->compose_mail_icon = icon_wid; 
1940
1941                         icon_news = stock_pixmap_widget(container, STOCK_PIXMAP_NEWS_COMPOSE);
1942                         toolbar_data->compose_news_icon = icon_news; 
1943 #endif
1944                         break;
1945                 case A_LEARN_SPAM:
1946                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
1947                                 _("Spam"),
1948                                 _("Learn as..."));
1949                         toolbar_data->learn_spam_btn = item; 
1950                         toolbar_data->learn_spam_icon = icon_wid; 
1951                         g_object_ref(toolbar_data->learn_spam_icon);
1952
1953                         icon_ham = stock_pixmap_widget(container, STOCK_PIXMAP_HAM_BTN);
1954                         toolbar_data->learn_ham_icon = icon_ham; 
1955                         g_object_ref(toolbar_data->learn_ham_icon);
1956
1957                         menu = gtk_menu_new();
1958                         ADD_MENU_ITEM(_("Learn as _Spam"), toolbar_learn_menu_cb, TRUE);
1959                         ADD_MENU_ITEM(_("Learn as _Ham"), toolbar_learn_menu_cb, FALSE);
1960                         gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(toolbar_data->learn_spam_btn), menu);
1961                         break;
1962                 case A_REPLY_MESSAGE:
1963 #ifndef GENERIC_UMPC
1964                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
1965                                 _("Reply to Message"),
1966                                 _("Reply to Message options"));
1967                         toolbar_data->reply_btn = item;
1968
1969                         menu = gtk_menu_new();
1970                         ADD_MENU_ITEM(_("_Reply with quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_WITH_QUOTE);
1971                         ADD_MENU_ITEM(_("Reply without _quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_WITHOUT_QUOTE);
1972                         gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(toolbar_data->reply_btn), menu);
1973 #else
1974                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,
1975                                 _("Reply to Message"));
1976                         toolbar_data->reply_btn = item;
1977 #endif
1978                         break;
1979                 case A_REPLY_SENDER:
1980 #ifndef GENERIC_UMPC
1981                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
1982                                 _("Reply to Sender"),
1983                                 _("Reply to Sender options"));
1984                         toolbar_data->replysender_btn = item;
1985
1986                         menu = gtk_menu_new();
1987                         ADD_MENU_ITEM(_("_Reply with quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_TO_SENDER_WITH_QUOTE);
1988                         ADD_MENU_ITEM(_("Reply without _quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_TO_SENDER_WITHOUT_QUOTE);
1989                         gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(toolbar_data->replysender_btn), menu);
1990 #else
1991                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,
1992                                 _("Reply to Sender"));
1993                         toolbar_data->replysender_btn = item;
1994 #endif
1995                         break;
1996                 case A_REPLY_ALL:
1997 #ifndef GENERIC_UMPC
1998                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
1999                                 _("Reply to All"),
2000                                 _("Reply to All options"));
2001                         toolbar_data->replyall_btn = item;
2002
2003                         menu = gtk_menu_new();
2004                         ADD_MENU_ITEM(_("_Reply with quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_TO_ALL_WITH_QUOTE);
2005                         ADD_MENU_ITEM(_("Reply without _quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_TO_ALL_WITHOUT_QUOTE);
2006                         gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(toolbar_data->replyall_btn), menu);
2007 #else
2008                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,
2009                                 _("Reply to All"));
2010                         toolbar_data->replyall_btn = item;
2011 #endif
2012                         break;
2013                 case A_REPLY_ML:
2014 #ifndef GENERIC_UMPC
2015                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
2016                                 _("Reply to Mailing-list"),
2017                                 _("Reply to Mailing-list options"));
2018                         toolbar_data->replylist_btn = item;
2019
2020                         menu = gtk_menu_new();
2021                         ADD_MENU_ITEM(_("_Reply with quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_TO_LIST_WITH_QUOTE);
2022                         ADD_MENU_ITEM(_("Reply without _quote"), toolbar_reply_menu_cb, COMPOSE_REPLY_TO_LIST_WITHOUT_QUOTE);
2023                         gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(toolbar_data->replylist_btn), menu);
2024 #else
2025                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,
2026                                 _("Reply to Mailing-list"));
2027                         toolbar_data->replylist_btn = item;
2028 #endif
2029                         break;
2030                 case A_FORWARD:
2031 #ifndef GENERIC_UMPC
2032                         TOOLBAR_MENUITEM(item,icon_wid,toolbar_item->text,
2033                                 _("Forward Message"),
2034                                 _("Forward Message options"));
2035                         toolbar_data->fwd_btn = item;
2036
2037                         menu = gtk_menu_new();
2038                         ADD_MENU_ITEM(_("_Forward"), toolbar_reply_menu_cb, COMPOSE_FORWARD_INLINE);
2039                         ADD_MENU_ITEM(_("For_ward as attachment"), toolbar_reply_menu_cb, COMPOSE_FORWARD_AS_ATTACH);
2040                         ADD_MENU_ITEM(_("Redirec_t"), toolbar_reply_menu_cb, COMPOSE_REDIRECT);
2041                         gtk_menu_tool_button_set_menu(GTK_MENU_TOOL_BUTTON(toolbar_data->fwd_btn), menu);
2042 #else
2043                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,
2044                                 _("Forward Message"));
2045                         toolbar_data->fwd_btn = item;
2046 #endif
2047                         break;
2048                 case A_TRASH:
2049                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Trash Message"));
2050                         toolbar_data->trash_btn = item;
2051                         break;
2052                 case A_DELETE_REAL:
2053                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Delete Message"));
2054                         toolbar_data->delete_btn = item;
2055                         break;
2056                 case A_EXECUTE:
2057                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Execute"));
2058                         toolbar_data->exec_btn = item;
2059                         break;
2060                 case A_GOTO_PREV:
2061                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Go to Previous Unread Message"));
2062                         toolbar_data->prev_btn = item;
2063                         break;
2064                 case A_GOTO_NEXT:
2065                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Go to Next Unread Message"));
2066                         toolbar_data->next_btn = item;
2067                         break;
2068                 
2069                 /* Compose Toolbar */
2070                 case A_SEND:
2071                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Send Message"));
2072                         toolbar_data->send_btn = item;
2073                         break;
2074                 case A_SENDL:
2075                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Put into queue folder and send later"));
2076                         toolbar_data->sendl_btn = item;
2077                         break;
2078                 case A_DRAFT:
2079                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Save to draft folder"));
2080                         toolbar_data->draft_btn = item; 
2081                         break;
2082                 case A_INSERT:
2083                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Insert file"));
2084                         toolbar_data->insert_btn = item; 
2085                         break;
2086                 case A_ATTACH:
2087                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Attach file"));
2088                         toolbar_data->attach_btn = item;
2089                         break;
2090                 case A_SIG:
2091                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Insert signature"));
2092                         toolbar_data->sig_btn = item;
2093                         break;
2094                 case A_EXTEDITOR:
2095                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Edit with external editor"));
2096                         toolbar_data->exteditor_btn = item;
2097                         break;
2098                 case A_LINEWRAP_CURRENT:
2099                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Wrap long lines of current paragraph"));
2100                         toolbar_data->linewrap_current_btn = item;
2101                         break;
2102                 case A_LINEWRAP_ALL:
2103                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Wrap all long lines"));
2104                         toolbar_data->linewrap_all_btn = item;
2105                         break;
2106                 case A_ADDRBOOK:
2107                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Address book"));
2108                         toolbar_data->addrbook_btn = item;
2109                         break;
2110 #ifdef USE_ENCHANT
2111                 case A_CHECK_SPELLING:
2112                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Check spelling"));
2113                         toolbar_data->spellcheck_btn = item;
2114                         break;
2115 #endif
2116
2117                 case A_CLAWS_ACTIONS:
2118                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,toolbar_item->text);
2119                         action_item = g_new0(ToolbarClawsActions, 1);
2120                         action_item->widget = item;
2121                         action_item->name   = g_strdup(toolbar_item->text);
2122
2123                         toolbar_data->action_list = 
2124                                 g_slist_append(toolbar_data->action_list,
2125                                                action_item);
2126                         break;
2127                 case A_CANCEL_INC:
2128                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,_("Cancel receiving"));
2129                         toolbar_data->cancel_inc_btn = item;
2130                         break;
2131                 case A_CLAWS_PLUGINS:
2132                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text, toolbar_item->text);
2133                         break;
2134                 default:
2135                         TOOLBAR_ITEM(item,icon_wid,toolbar_item->text,
2136                                 toolbar_ret_descr_from_val(toolbar_item->index));
2137                         /* find and set the tool tip text */
2138                         break;
2139                 }
2140
2141         }
2142         toolbar_data->toolbar = toolbar;
2143 #ifndef GENERIC_UMPC
2144 #if !(GTK_CHECK_VERSION(2,12,0))
2145         toolbar_data->tooltips = toolbar_tips;
2146 #endif
2147 #endif
2148         gtk_widget_show_all(toolbar);
2149
2150         if (type == TOOLBAR_MAIN) {
2151 #ifdef GENERIC_UMPC
2152                 MainWindow *mainwin = mainwindow_get_mainwindow();
2153                 GtkWidget *progressbar = gtk_progress_bar_new();
2154                 item = GTK_WIDGET(gtk_tool_item_new());
2155                 gtk_container_add (GTK_CONTAINER (item), progressbar);
2156                 gtk_widget_show(item);
2157                 gtk_widget_set_size_request(progressbar, 84, -1);
2158                 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), GTK_TOOL_ITEM(item), -1);
2159                 mainwin->progressbar = progressbar;
2160 #endif
2161                 activate_compose_button(toolbar_data, 
2162                                         prefs_common.toolbar_style, 
2163                                         toolbar_data->compose_btn_type);
2164         }
2165         if (type != TOOLBAR_COMPOSE)
2166                 activate_learn_button(toolbar_data, prefs_common.toolbar_style,
2167                                 LEARN_SPAM);
2168         
2169 #ifndef MAEMO
2170         gtk_container_add(GTK_CONTAINER(container), toolbar);
2171         gtk_container_set_border_width(GTK_CONTAINER(container), 0);
2172 #else
2173         if ( GTK_IS_WINDOW(container) ) {
2174                 hildon_window_add_toolbar (HILDON_WINDOW(container), GTK_TOOLBAR(toolbar));
2175                 gtk_widget_show_all (container);
2176         } else {
2177                 gtk_container_add(GTK_CONTAINER(container), toolbar);
2178                 gtk_container_set_border_width(GTK_CONTAINER(container), 2);
2179         }
2180 #endif
2181         return toolbar_data; 
2182 }
2183
2184 /**
2185  * Free toolbar structures
2186  */ 
2187 void toolbar_destroy(Toolbar * toolbar) {
2188
2189         TOOLBAR_DESTROY_ITEMS(toolbar->item_list);      
2190         TOOLBAR_DESTROY_ACTIONS(toolbar->action_list);
2191 }
2192
2193 void toolbar_update(ToolbarType type, gpointer data)
2194 {
2195         Toolbar *toolbar_data;
2196         GtkWidget *handlebox;
2197         MainWindow *mainwin = (MainWindow*)data;
2198         Compose    *compose = (Compose*)data;
2199         MessageView *msgview = (MessageView*)data;
2200
2201 #ifndef GENERIC_UMPC
2202         switch(type) {
2203         case TOOLBAR_MAIN:
2204                 toolbar_data = mainwin->toolbar;
2205                 handlebox    = mainwin->handlebox;
2206                 break;
2207         case TOOLBAR_COMPOSE:
2208                 toolbar_data = compose->toolbar;
2209                 handlebox    = compose->handlebox;
2210                 break;
2211         case TOOLBAR_MSGVIEW:
2212                 toolbar_data = msgview->toolbar;
2213                 handlebox    = msgview->handlebox;
2214                 break;
2215         default:
2216                 return;
2217         }
2218
2219         gtk_container_remove(GTK_CONTAINER(handlebox), 
2220                              GTK_WIDGET(toolbar_data->toolbar));
2221
2222         toolbar_init(toolbar_data);
2223         toolbar_data = toolbar_create(type, handlebox, data);
2224 #else
2225         switch(type) {
2226         case TOOLBAR_MAIN:
2227                 toolbar_data = mainwin->toolbar;
2228                 handlebox    = mainwin->window;
2229                 break;
2230         case TOOLBAR_COMPOSE:
2231                 toolbar_data = compose->toolbar;
2232                 handlebox    = compose->window;
2233                 break;
2234         case TOOLBAR_MSGVIEW:
2235                 toolbar_data = msgview->toolbar;
2236                 handlebox    = msgview->window;
2237                 break;
2238         default:
2239                 return;
2240         }
2241 #ifdef MAEMO
2242         hildon_window_remove_toolbar(HILDON_WINDOW(handlebox), GTK_TOOLBAR(toolbar_data->toolbar));
2243 #endif
2244         toolbar_init(toolbar_data);
2245         toolbar_data = toolbar_create(type, handlebox, data);
2246 #endif
2247
2248         switch(type) {
2249         case TOOLBAR_MAIN:
2250                 mainwin->toolbar = toolbar_data;
2251                 break;
2252         case TOOLBAR_COMPOSE:
2253                 compose->toolbar = toolbar_data;
2254                 break;
2255         case TOOLBAR_MSGVIEW:
2256                 msgview->toolbar = toolbar_data;
2257                 break;
2258         }
2259
2260         toolbar_style(type, prefs_common.toolbar_style, data);
2261
2262         if (type == TOOLBAR_MAIN) {
2263                 toolbar_main_set_sensitive((MainWindow*)data);
2264                 account_set_menu_only_toolbar();
2265         }
2266 }
2267
2268 #if !GTK_CHECK_VERSION(2,14,0)
2269 /* Work around http://bugzilla.gnome.org/show_bug.cgi?id=56070 */
2270 #define GTK_BUTTON_SET_SENSITIVE(widget,sensitive) {            \
2271         gboolean in_btn1 = FALSE, in_btn2 = FALSE;              \
2272         if (GTK_IS_BUTTON(widget))                              \
2273                 in_btn1 = GTK_BUTTON(widget)->in_button;        \
2274         else if (GTK_IS_MENU_TOOL_BUTTON(widget)) {             \
2275                 GtkWidget *child = gtk_bin_get_child(           \
2276                         GTK_BIN(widget));                       \
2277                 GList *gchild = gtk_container_get_children(     \
2278                         GTK_CONTAINER(child));                  \
2279                 GtkWidget *btn = (GtkWidget *)gchild->data;     \
2280                 GtkWidget *arr = (GtkWidget *)                  \
2281                         (gchild->next?gchild->next->data:NULL); \
2282                 g_list_free(gchild);                            \
2283                 if (GTK_IS_BUTTON(btn))                         \
2284                         in_btn1 = GTK_BUTTON(btn)->in_button;   \
2285                 if (GTK_IS_BUTTON(arr))                         \
2286                         in_btn2 = GTK_BUTTON(arr)->in_button;   \
2287         }                                                       \
2288         else if (GTK_IS_TOOL_ITEM(widget)) {                    \
2289                 GtkWidget *child = gtk_bin_get_child(           \
2290                         GTK_BIN(widget));                       \
2291                 if (GTK_IS_BUTTON(child))                       \
2292                         in_btn1 = GTK_BUTTON(child)->in_button; \
2293         }                                                       \
2294         gtk_widget_set_sensitive(widget, sensitive);            \
2295         if (GTK_IS_BUTTON(widget))                              \
2296                 GTK_BUTTON(widget)->in_button = in_btn1;        \
2297         else if (GTK_IS_MENU_TOOL_BUTTON(widget)) {             \
2298                 GtkWidget *child = gtk_bin_get_child(           \
2299                         GTK_BIN(widget));                       \
2300                 GList *gchild = gtk_container_get_children(     \
2301                         GTK_CONTAINER(child));                  \
2302                 GtkWidget *btn = (GtkWidget *)gchild->data;     \
2303                 GtkWidget *arr = (GtkWidget *)                  \
2304                         (gchild->next?gchild->next->data:NULL); \
2305                 g_list_free(gchild);                            \
2306                 if (GTK_IS_BUTTON(btn))                         \
2307                         GTK_BUTTON(btn)->in_button = in_btn1;   \
2308                 if (GTK_IS_BUTTON(arr))                         \
2309                         GTK_BUTTON(arr)->in_button = in_btn2;   \
2310         }                                                       \
2311         else if (GTK_IS_TOOL_ITEM(widget)) {                    \
2312                 GtkWidget *child = gtk_bin_get_child(           \
2313                         GTK_BIN(widget));                       \
2314                 if (GTK_IS_BUTTON(child))                       \
2315                         GTK_BUTTON(child)->in_button = in_btn1; \
2316         }                                                       \
2317 }
2318 #else
2319 #define GTK_BUTTON_SET_SENSITIVE(widget,sensitive) {            \
2320         gtk_widget_set_sensitive(widget, sensitive);            \
2321 }
2322 #endif
2323
2324 void toolbar_main_set_sensitive(gpointer data)
2325 {
2326         SensitiveCond state;
2327         gboolean sensitive;
2328         MainWindow *mainwin = (MainWindow*)data;
2329         Toolbar *toolbar = mainwin->toolbar;
2330         GSList *cur;
2331         GSList *entry_list = NULL;
2332         
2333         typedef struct _Entry Entry;
2334         struct _Entry {
2335                 GtkWidget *widget;
2336                 SensitiveCond cond;
2337                 gboolean empty;
2338         };
2339
2340 #define SET_WIDGET_COND(w, c)     \
2341 { \
2342         Entry *e = g_new0(Entry, 1); \
2343         e->widget = w; \
2344         e->cond   = c; \
2345         entry_list = g_slist_append(entry_list, e); \
2346 }
2347
2348         
2349         if (toolbar->get_btn)
2350                 SET_WIDGET_COND(toolbar->get_btn, 
2351                         M_HAVE_ACCOUNT|M_UNLOCKED);
2352
2353         if (toolbar->getall_btn) {
2354                 SET_WIDGET_COND(toolbar->getall_btn, 
2355                         M_HAVE_ACCOUNT|M_UNLOCKED);
2356         }
2357         if (toolbar->send_btn) {
2358                 SET_WIDGET_COND(toolbar->send_btn,
2359                         M_HAVE_QUEUED_MAILS);
2360         }
2361         if (toolbar->compose_mail_btn) {
2362                 SET_WIDGET_COND(toolbar->compose_mail_btn, 
2363                         M_HAVE_ACCOUNT);
2364         }
2365         if (toolbar->close_window_btn) {
2366                 SET_WIDGET_COND(toolbar->close_window_btn, 
2367                         M_UNLOCKED);
2368         }
2369         if (toolbar->open_mail_btn) {
2370                 SET_WIDGET_COND(toolbar->open_mail_btn, 
2371                         M_TARGET_EXIST|M_SUMMARY_ISLIST);
2372         }
2373         if (toolbar->reply_btn) {
2374                 SET_WIDGET_COND(toolbar->reply_btn,
2375                         M_HAVE_ACCOUNT|M_TARGET_EXIST|M_SUMMARY_ISLIST);
2376         }
2377         if (toolbar->replyall_btn) {
2378                 SET_WIDGET_COND(toolbar->replyall_btn,
2379                         M_HAVE_ACCOUNT|M_TARGET_EXIST|M_SUMMARY_ISLIST);
2380         }
2381         if (toolbar->replylist_btn) {
2382                 SET_WIDGET_COND(toolbar->replylist_btn,
2383                         M_HAVE_ACCOUNT|M_TARGET_EXIST|M_SUMMARY_ISLIST);
2384         }
2385         if (toolbar->replysender_btn) {
2386                 SET_WIDGET_COND(toolbar->replysender_btn,
2387                         M_HAVE_ACCOUNT|M_TARGET_EXIST|M_SUMMARY_ISLIST);
2388         }
2389         if (toolbar->fwd_btn) {
2390                 SET_WIDGET_COND(toolbar->fwd_btn, 
2391                         M_HAVE_ACCOUNT|M_TARGET_EXIST|M_SUMMARY_ISLIST);
2392         }
2393
2394         if (prefs_common.next_unread_msg_dialog == NEXTUNREADMSGDIALOG_ASSUME_NO) {
2395                 SET_WIDGET_COND(toolbar->next_btn, M_MSG_EXIST|M_SUMMARY_ISLIST);
2396         } else {
2397                 SET_WIDGET_COND(toolbar->next_btn, 0);
2398         }
2399         
2400         if (toolbar->trash_btn)
2401                 SET_WIDGET_COND(toolbar->trash_btn,
2402                         M_TARGET_EXIST|M_ALLOW_DELETE|M_NOT_NEWS);
2403
2404         if (toolbar->delete_btn)
2405                 SET_WIDGET_COND(toolbar->delete_btn,
2406                         M_TARGET_EXIST|M_ALLOW_DELETE);
2407
2408         if (toolbar->exec_btn)
2409                 SET_WIDGET_COND(toolbar->exec_btn, 
2410                         M_DELAY_EXEC);
2411         
2412         if (toolbar->learn_spam_btn)
2413                 SET_WIDGET_COND(toolbar->learn_spam_btn, 
2414                         M_TARGET_EXIST|M_CAN_LEARN_SPAM|M_SUMMARY_ISLIST);
2415
2416         if (toolbar->cancel_inc_btn)
2417                 SET_WIDGET_COND(toolbar->cancel_inc_btn,
2418                                 M_INC_ACTIVE);
2419
2420         for (cur = toolbar->action_list; cur != NULL;  cur = cur->next) {
2421                 ToolbarClawsActions *act = (ToolbarClawsActions*)cur->data;
2422                 
2423                 SET_WIDGET_COND(act->widget, M_TARGET_EXIST|M_UNLOCKED);
2424         }
2425
2426 #undef SET_WIDGET_COND
2427
2428         state = main_window_get_current_state(mainwin);
2429
2430         for (cur = entry_list; cur != NULL; cur = cur->next) {
2431                 Entry *e = (Entry*) cur->data;
2432
2433                 if (e->widget != NULL) {
2434                         sensitive = ((e->cond & state) == e->cond);
2435                         GTK_BUTTON_SET_SENSITIVE(e->widget, sensitive); 
2436                 }
2437         }
2438         
2439         while (entry_list != NULL) {
2440                 Entry *e = (Entry*) entry_list->data;
2441
2442                 g_free(e);
2443                 entry_list = g_slist_remove(entry_list, e);
2444         }
2445
2446         g_slist_free(entry_list);
2447
2448         activate_compose_button(toolbar, 
2449                                 prefs_common.toolbar_style,
2450                                 toolbar->compose_btn_type);
2451         
2452 }
2453
2454 void toolbar_comp_set_sensitive(gpointer data, gboolean sensitive)
2455 {
2456         Compose *compose = (Compose*)data;
2457         GSList *items = compose->toolbar->action_list;
2458
2459         if (compose->toolbar->send_btn)
2460                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->send_btn, sensitive);
2461         if (compose->toolbar->sendl_btn)
2462                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->sendl_btn, sensitive);
2463         if (compose->toolbar->draft_btn )
2464                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->draft_btn , sensitive);
2465         if (compose->toolbar->insert_btn )
2466                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->insert_btn , sensitive);
2467         if (compose->toolbar->attach_btn)
2468                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->attach_btn, sensitive);
2469         if (compose->toolbar->sig_btn)
2470                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->sig_btn, sensitive);
2471         if (compose->toolbar->exteditor_btn)
2472                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->exteditor_btn, sensitive);
2473         if (compose->toolbar->linewrap_current_btn)
2474                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->linewrap_current_btn, sensitive);
2475         if (compose->toolbar->linewrap_all_btn)
2476                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->linewrap_all_btn, sensitive);
2477         if (compose->toolbar->addrbook_btn)
2478                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->addrbook_btn, sensitive);
2479 #ifdef USE_ENCHANT
2480         if (compose->toolbar->spellcheck_btn)
2481                 GTK_BUTTON_SET_SENSITIVE(compose->toolbar->spellcheck_btn, sensitive);
2482 #endif
2483         for (; items != NULL; items = g_slist_next(items)) {
2484                 ToolbarClawsActions *item = (ToolbarClawsActions *)items->data;
2485                 GTK_BUTTON_SET_SENSITIVE(item->widget, sensitive);
2486         }
2487 }
2488
2489 /**
2490  * Initialize toolbar structure
2491  **/
2492 static void toolbar_init(Toolbar * toolbar)
2493 {
2494
2495         toolbar->toolbar                = NULL;
2496         toolbar->folders_btn            = NULL;
2497         toolbar->get_btn                = NULL;
2498         toolbar->getall_btn             = NULL;
2499         toolbar->send_btn               = NULL;
2500         toolbar->compose_mail_btn       = NULL;
2501         toolbar->compose_mail_icon      = NULL;
2502         toolbar->compose_news_icon      = NULL;
2503         toolbar->reply_btn              = NULL;
2504         toolbar->replysender_btn        = NULL;
2505         toolbar->replyall_btn           = NULL;
2506         toolbar->replylist_btn          = NULL;
2507         toolbar->fwd_btn                = NULL;
2508         toolbar->trash_btn              = NULL;
2509         toolbar->delete_btn             = NULL;
2510         toolbar->prev_btn               = NULL;
2511         toolbar->next_btn               = NULL;
2512         toolbar->exec_btn               = NULL;
2513         toolbar->open_mail_btn          = NULL;
2514         toolbar->close_window_btn       = NULL;
2515         /* compose buttons */ 
2516         toolbar->sendl_btn              = NULL;
2517         toolbar->draft_btn              = NULL;
2518         toolbar->insert_btn             = NULL;
2519         toolbar->attach_btn             = NULL;
2520         toolbar->sig_btn                = NULL; 
2521         toolbar->exteditor_btn          = NULL; 
2522         toolbar->linewrap_current_btn   = NULL; 
2523         toolbar->linewrap_all_btn       = NULL; 
2524         toolbar->addrbook_btn           = NULL; 
2525 #ifdef USE_ENCHANT
2526         toolbar->spellcheck_btn         = NULL;
2527 #endif
2528
2529         toolbar_destroy(toolbar);
2530 }
2531
2532 /*
2533  */
2534 static void toolbar_reply(gpointer data, guint action)
2535 {
2536         ToolbarItem *toolbar_item = (ToolbarItem*)data;
2537         MainWindow *mainwin;
2538         MessageView *msgview;
2539         GSList *msginfo_list = NULL;
2540
2541         cm_return_if_fail(toolbar_item != NULL);
2542
2543         switch (toolbar_item->type) {
2544         case TOOLBAR_MAIN:
2545                 mainwin = (MainWindow*)toolbar_item->parent;
2546                 msginfo_list = summary_get_selection(mainwin->summaryview);
2547                 msgview = (MessageView*)mainwin->messageview;
2548                 break;
2549         case TOOLBAR_MSGVIEW:
2550                 msgview = (MessageView*)toolbar_item->parent;
2551                 cm_return_if_fail(msgview != NULL);     
2552                 msginfo_list = g_slist_append(msginfo_list, msgview->msginfo);
2553                 break;
2554         default:
2555                 return;
2556         }
2557
2558         cm_return_if_fail(msgview != NULL);
2559         cm_return_if_fail(msginfo_list != NULL);
2560         compose_reply_from_messageview(msgview, msginfo_list, action);
2561         g_slist_free(msginfo_list);
2562
2563         /* TODO: update reply state ion summaryview */
2564 }
2565
2566
2567 /* exported functions */
2568
2569 void inc_mail_cb(gpointer data, guint action, GtkWidget *widget)
2570 {
2571         MainWindow *mainwin = (MainWindow*)data;
2572
2573         inc_mail(mainwin, prefs_common.newmail_notify_manu);
2574 }
2575
2576 void inc_all_account_mail_cb(gpointer data, guint action, GtkWidget *widget)
2577 {
2578         MainWindow *mainwin = (MainWindow*)data;
2579
2580         inc_all_account_mail(mainwin, FALSE, prefs_common.newmail_notify_manu);
2581 }
2582
2583 void send_queue_cb(gpointer data, guint action, GtkWidget *widget)
2584 {
2585         GList *list;
2586         gboolean found;
2587         gboolean got_error = FALSE;
2588         gchar *errstr = NULL;
2589
2590         if (prefs_common.work_offline)
2591                 if (alertpanel(_("Offline warning"), 
2592                                _("You're working offline. Override?"),
2593                                GTK_STOCK_NO, GTK_STOCK_YES,
2594                                NULL) != G_ALERTALTERNATE)
2595                 return;
2596
2597         /* ask for confirmation before sending queued messages only
2598            in online mode and if there is at least one message queued
2599            in any of the folder queue
2600         */
2601         if (prefs_common.confirm_send_queued_messages) {
2602                 found = FALSE;
2603                 /* check if there's a queued message */
2604                 for (list = folder_get_list(); !found && list != NULL; list = list->next) {
2605                         Folder *folder = list->data;
2606
2607                         found = !procmsg_queue_is_empty(folder->queue);
2608                 }
2609                 /* if necessary, ask for confirmation before sending */
2610                 if (found && !prefs_common.work_offline) {
2611                         if (alertpanel(_("Send queued messages"), 
2612                                    _("Send all queued messages?"),
2613                                    GTK_STOCK_CANCEL, _("_Send"),
2614                                    NULL) != G_ALERTALTERNATE)
2615                                 return;
2616                 }
2617         }
2618
2619         for (list = folder_get_list(); list != NULL; list = list->next) {
2620                 Folder *folder = list->data;
2621
2622                 if (folder->queue) {
2623                         if (procmsg_send_queue(folder->queue, 
2624                                                prefs_common.savemsg,
2625                                                &errstr) < 0)
2626                                 got_error = TRUE;
2627                 }
2628         }
2629         if (got_error) {
2630                 if (!errstr)
2631                         alertpanel_error_log(_("Some errors occurred while "
2632                                            "sending queued messages."));
2633                 else {
2634                         alertpanel_error_log(_("Some errors occurred "
2635                                         "while sending queued messages:\n%s"), errstr);
2636                         g_free(errstr);
2637                 }
2638         }
2639 }
2640
2641 void compose_mail_cb(gpointer data, guint action, GtkWidget *widget)
2642 {
2643         MainWindow *mainwin = (MainWindow*)data;
2644         PrefsAccount *ac = NULL;
2645         FolderItem *item = mainwin->summaryview->folder_item;   
2646         GList * list;
2647         GList * cur;
2648         
2649         if (item) {
2650                 ac = account_find_from_item(item);
2651                 if (ac && ac->protocol != A_NNTP) {
2652                         compose_new_with_folderitem(ac, item, NULL);            /* CLAWS */
2653                         return;
2654                 }
2655         }
2656
2657         /*
2658          * CLAWS - use current account
2659          */
2660         if (cur_account && (cur_account->protocol != A_NNTP)) {
2661                 compose_new_with_folderitem(cur_account, item, NULL);
2662                 return;
2663         }
2664
2665         /*
2666          * CLAWS - just get the first one
2667          */
2668         list = account_get_list();
2669         for (cur = list ; cur != NULL ; cur = g_list_next(cur)) {
2670                 ac = (PrefsAccount *) cur->data;
2671                 if (ac->protocol != A_NNTP) {
2672                         compose_new_with_folderitem(ac, item, NULL);
2673                         return;
2674                 }
2675         }
2676 }
2677
2678 void compose_news_cb(gpointer data, guint action, GtkWidget *widget)
2679 {
2680         MainWindow *mainwin = (MainWindow*)data;
2681         PrefsAccount * ac = NULL;
2682         GList * list;
2683         GList * cur;
2684
2685         if (mainwin->summaryview->folder_item) {
2686                 ac = mainwin->summaryview->folder_item->folder->account;
2687                 if (ac && ac->protocol == A_NNTP) {
2688                         compose_new_with_folderitem(ac,
2689                                     mainwin->summaryview->folder_item, NULL);
2690                         return;
2691                 }
2692         }
2693
2694         list = account_get_list();
2695         for(cur = list ; cur != NULL ; cur = g_list_next(cur)) {
2696                 ac = (PrefsAccount *) cur->data;
2697                 if (ac->protocol == A_NNTP) {
2698                         compose_new_with_folderitem(ac,
2699                                     mainwin->summaryview->folder_item, NULL);
2700                         return;
2701                 }
2702         }
2703 }