2 * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3 * Copyright (C) 1999-2004 Hiroyuki Yamamoto
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 2 of the License, or
8 * (at your option) any later version.
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.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 #include <gdk/gdkkeysyms.h>
24 #include <gtk/gtkmain.h>
25 #include <gtk/gtkwindow.h>
26 #include <gtk/gtkwidget.h>
27 #include <gtk/gtksignal.h>
28 #include <gtk/gtkvbox.h>
29 #include <gtk/gtkcontainer.h>
30 #include <gtk/gtkstatusbar.h>
31 #include <gtk/gtkprogressbar.h>
32 #include <gtk/gtkhpaned.h>
33 #include <gtk/gtkvpaned.h>
34 #include <gtk/gtkcheckmenuitem.h>
35 #include <gtk/gtkitemfactory.h>
36 #include <gtk/gtkeditable.h>
37 #include <gtk/gtkmenu.h>
38 #include <gtk/gtkmenuitem.h>
39 #include <gtk/gtkhandlebox.h>
40 #include <gtk/gtktoolbar.h>
41 #include <gtk/gtkbutton.h>
42 #include <gtk/gtktooltips.h>
47 #include "mainwindow.h"
48 #include "folderview.h"
49 #include "foldersel.h"
50 #include "summaryview.h"
51 #include "summary_search.h"
52 #include "messageview.h"
53 #include "message_search.h"
54 #include "headerview.h"
56 #include "stock_pixmap.h"
63 #include "prefs_common.h"
64 #include "prefs_actions.h"
65 #include "prefs_filtering.h"
66 #include "prefs_account.h"
67 #include "prefs_summary_column.h"
68 #include "prefs_template.h"
71 #include "addressbook.h"
72 #include "logwindow.h"
73 #include "manage_window.h"
74 #include "alertpanel.h"
75 #include "statusbar.h"
76 #include "inputdialog.h"
83 #include "ssl_manager.h"
84 #include "sslcertwindow.h"
85 #include "prefs_gtk.h"
86 #include "pluginwindow.h"
88 #include "progressindicator.h"
89 #include "localfolder.h"
90 #include "filtering.h"
91 #include "folderutils.h"
92 #include "foldersort.h"
94 #define AC_LABEL_WIDTH 240
96 /* list of all instantiated MainWindow */
97 static GList *mainwin_list = NULL;
99 static GdkCursor *watch_cursor;
101 static void main_window_menu_callback_block (MainWindow *mainwin);
102 static void main_window_menu_callback_unblock (MainWindow *mainwin);
104 static void main_window_show_cur_account (MainWindow *mainwin);
106 static void main_window_set_widgets (MainWindow *mainwin,
110 static gboolean toolbar_account_button_pressed (GtkWidget *widget,
111 GdkEventButton *event,
115 static void toolbar_child_attached (GtkWidget *widget,
118 static void toolbar_child_detached (GtkWidget *widget,
122 static gboolean ac_label_button_pressed (GtkWidget *widget,
123 GdkEventButton *event,
125 static void ac_menu_popup_closed (GtkMenuShell *menu_shell,
128 static gint main_window_close_cb (GtkWidget *widget,
131 static gint folder_window_close_cb (GtkWidget *widget,
134 static gint message_window_close_cb (GtkWidget *widget,
138 static void main_window_size_allocate_cb (GtkWidget *widget,
139 GtkAllocation *allocation,
141 static void folder_window_size_allocate_cb (GtkWidget *widget,
142 GtkAllocation *allocation,
144 static void message_window_size_allocate_cb (GtkWidget *widget,
145 GtkAllocation *allocation,
148 static void update_folderview_cb (MainWindow *mainwin,
151 static void add_mailbox_cb (MainWindow *mainwin,
154 static void foldersort_cb (MainWindow *mainwin,
157 static void import_mbox_cb (MainWindow *mainwin,
160 static void export_mbox_cb (MainWindow *mainwin,
163 static void empty_trash_cb (MainWindow *mainwin,
167 static void save_as_cb (MainWindow *mainwin,
170 static void print_cb (MainWindow *mainwin,
173 static void app_exit_cb (MainWindow *mainwin,
177 static void search_cb (MainWindow *mainwin,
181 static void toggle_folder_cb (MainWindow *mainwin,
184 static void toggle_message_cb (MainWindow *mainwin,
187 static void toggle_toolbar_cb (MainWindow *mainwin,
190 static void toggle_statusbar_cb (MainWindow *mainwin,
193 static void separate_widget_cb (MainWindow *mainwin,
197 static void addressbook_open_cb (MainWindow *mainwin,
200 static void log_window_show_cb (MainWindow *mainwin,
204 static void inc_cancel_cb (MainWindow *mainwin,
208 static void open_msg_cb (MainWindow *mainwin,
212 static void view_source_cb (MainWindow *mainwin,
216 static void show_all_header_cb (MainWindow *mainwin,
220 static void move_to_cb (MainWindow *mainwin,
223 static void copy_to_cb (MainWindow *mainwin,
226 static void delete_cb (MainWindow *mainwin,
230 static void cancel_cb (MainWindow *mainwin,
234 static void mark_cb (MainWindow *mainwin,
237 static void unmark_cb (MainWindow *mainwin,
241 static void mark_as_unread_cb (MainWindow *mainwin,
244 static void mark_as_read_cb (MainWindow *mainwin,
247 static void mark_all_read_cb (MainWindow *mainwin,
251 static void reedit_cb (MainWindow *mainwin,
255 static void add_address_cb (MainWindow *mainwin,
259 static void set_charset_cb (MainWindow *mainwin,
263 static void hide_read_messages (MainWindow *mainwin,
267 static void thread_cb (MainWindow *mainwin,
270 static void expand_threads_cb (MainWindow *mainwin,
273 static void collapse_threads_cb (MainWindow *mainwin,
277 static void set_display_item_cb (MainWindow *mainwin,
280 static void sort_summary_cb (MainWindow *mainwin,
283 static void sort_summary_type_cb (MainWindow *mainwin,
286 static void attract_by_subject_cb(MainWindow *mainwin,
290 static void delete_duplicated_cb (MainWindow *mainwin,
293 static void delete_duplicated_all_cb (MainWindow *mainwin,
296 static void filter_cb (MainWindow *mainwin,
299 static void execute_summary_cb (MainWindow *mainwin,
302 static void update_summary_cb (MainWindow *mainwin,
306 static void prev_cb (MainWindow *mainwin,
309 static void next_cb (MainWindow *mainwin,
312 static void next_unread_cb (MainWindow *mainwin,
315 static void prev_unread_cb (MainWindow *mainwin,
319 static void prev_new_cb (MainWindow *mainwin,
322 static void next_new_cb (MainWindow *mainwin,
325 static void prev_marked_cb (MainWindow *mainwin,
328 static void next_marked_cb (MainWindow *mainwin,
331 static void prev_labeled_cb (MainWindow *mainwin,
334 static void next_labeled_cb (MainWindow *mainwin,
338 static void goto_folder_cb (MainWindow *mainwin,
342 static void copy_cb (MainWindow *mainwin,
345 static void allsel_cb (MainWindow *mainwin,
348 static void select_thread_cb (MainWindow *mainwin,
352 static void create_filter_cb (MainWindow *mainwin,
355 static void create_processing_cb (MainWindow *mainwin,
359 static void prefs_common_open_cb (MainWindow *mainwin,
362 static void prefs_template_open_cb (MainWindow *mainwin,
365 static void prefs_actions_open_cb (MainWindow *mainwin,
368 static void prefs_account_open_cb (MainWindow *mainwin,
372 static void prefs_pre_processing_open_cb (MainWindow *mainwin,
376 static void prefs_post_processing_open_cb (MainWindow *mainwin,
380 static void prefs_filtering_open_cb (MainWindow *mainwin,
384 static void ssl_manager_open_cb (MainWindow *mainwin,
388 static void new_account_cb (MainWindow *mainwin,
392 static void account_selector_menu_cb (GtkMenuItem *menuitem,
394 static void account_receive_menu_cb (GtkMenuItem *menuitem,
397 static void prefs_open_cb (GtkMenuItem *menuitem,
399 static void plugins_open_cb (GtkMenuItem *menuitem,
402 static void online_switch_clicked(GtkButton *btn,
405 static void manual_open_cb (MainWindow *mainwin,
409 static void scan_tree_func (Folder *folder,
413 static void toggle_work_offline_cb(MainWindow *mainwin, guint action, GtkWidget *widget);
415 static void addr_harvest_cb ( MainWindow *mainwin,
419 static void addr_harvest_msg_cb ( MainWindow *mainwin,
423 static gboolean mainwindow_focus_in_event (GtkWidget *widget,
424 GdkEventFocus *focus,
426 void main_window_reply_cb (MainWindow *mainwin,
429 gboolean mainwindow_progressindicator_hook (gpointer source,
431 #define SEPARATE_ACTION 500
433 static GtkItemFactoryEntry mainwin_entries[] =
435 {N_("/_File"), NULL, NULL, 0, "<Branch>"},
436 {N_("/_File/_Add mailbox"), NULL, NULL, 0, "<Branch>"},
437 {N_("/_File/_Add mailbox/MH..."), NULL, add_mailbox_cb, 0, NULL},
438 {N_("/_File/Change folder order"), NULL, foldersort_cb, 0, NULL},
439 {N_("/_File/_Import mbox file..."), NULL, import_mbox_cb, 0, NULL},
440 {N_("/_File/_Export to mbox file..."), NULL, export_mbox_cb, 0, NULL},
441 {N_("/_File/Empty _trash"), "<shift>D", empty_trash_cb, 0, NULL},
442 {N_("/_File/---"), NULL, NULL, 0, "<Separator>"},
443 {N_("/_File/_Save as..."), "<control>S", save_as_cb, 0, NULL},
444 {N_("/_File/_Print..."), NULL, print_cb, 0, NULL},
445 {N_("/_File/---"), NULL, NULL, 0, "<Separator>"},
446 {N_("/_File/_Work offline"), "<control>W", toggle_work_offline_cb, 0, "<ToggleItem>"},
447 {N_("/_File/---"), NULL, NULL, 0, "<Separator>"},
448 /* {N_("/_File/_Close"), "<alt>W", app_exit_cb, 0, NULL}, */
449 {N_("/_File/E_xit"), "<control>Q", app_exit_cb, 0, NULL},
451 {N_("/_Edit"), NULL, NULL, 0, "<Branch>"},
452 {N_("/_Edit/_Copy"), "<control>C", copy_cb, 0, NULL},
453 {N_("/_Edit/Select _all"), "<control>A", allsel_cb, 0, NULL},
454 {N_("/_Edit/Select _thread"), NULL, select_thread_cb, 0, NULL},
455 {N_("/_Edit/---"), NULL, NULL, 0, "<Separator>"},
456 {N_("/_Edit/_Find in current message..."),
457 "<control>F", search_cb, 0, NULL},
458 {N_("/_Edit/_Search folder..."), "<shift><control>F", search_cb, 1, NULL},
459 {N_("/_View"), NULL, NULL, 0, "<Branch>"},
460 {N_("/_View/Show or hi_de"), NULL, NULL, 0, "<Branch>"},
461 {N_("/_View/Show or hi_de/_Folder tree"),
462 NULL, toggle_folder_cb, 0, "<ToggleItem>"},
463 {N_("/_View/Show or hi_de/_Message view"),
464 "V", toggle_message_cb, 0, "<ToggleItem>"},
465 {N_("/_View/Show or hi_de/_Toolbar"),
466 NULL, NULL, 0, "<Branch>"},
467 {N_("/_View/Show or hi_de/_Toolbar/Icon _and text"),
468 NULL, toggle_toolbar_cb, TOOLBAR_BOTH, "<RadioItem>"},
469 {N_("/_View/Show or hi_de/_Toolbar/_Icon"),
470 NULL, toggle_toolbar_cb, TOOLBAR_ICON, "/View/Show or hide/Toolbar/Icon and text"},
471 {N_("/_View/Show or hi_de/_Toolbar/_Text"),
472 NULL, toggle_toolbar_cb, TOOLBAR_TEXT, "/View/Show or hide/Toolbar/Icon and text"},
473 {N_("/_View/Show or hi_de/_Toolbar/_None"),
474 NULL, toggle_toolbar_cb, TOOLBAR_NONE, "/View/Show or hide/Toolbar/Icon and text"},
475 {N_("/_View/Show or hi_de/Status _bar"),
476 NULL, toggle_statusbar_cb, 0, "<ToggleItem>"},
477 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
478 {N_("/_View/Separate f_older tree"), NULL, separate_widget_cb, SEPARATE_FOLDER, "<ToggleItem>"},
479 {N_("/_View/Separate m_essage view"), NULL, separate_widget_cb, SEPARATE_MESSAGE, "<ToggleItem>"},
480 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
481 {N_("/_View/_Sort"), NULL, NULL, 0, "<Branch>"},
482 {N_("/_View/_Sort/by _number"), NULL, sort_summary_cb, SORT_BY_NUMBER, "<RadioItem>"},
483 {N_("/_View/_Sort/by s_ize"), NULL, sort_summary_cb, SORT_BY_SIZE, "/View/Sort/by number"},
484 {N_("/_View/_Sort/by _date"), NULL, sort_summary_cb, SORT_BY_DATE, "/View/Sort/by number"},
485 {N_("/_View/_Sort/by _from"), NULL, sort_summary_cb, SORT_BY_FROM, "/View/Sort/by number"},
486 {N_("/_View/_Sort/by _recipient"), NULL, sort_summary_cb, SORT_BY_TO, "/View/Sort/by number"},
487 {N_("/_View/_Sort/by _subject"), NULL, sort_summary_cb, SORT_BY_SUBJECT, "/View/Sort/by number"},
488 {N_("/_View/_Sort/by _color label"),
489 NULL, sort_summary_cb, SORT_BY_LABEL, "/View/Sort/by number"},
490 {N_("/_View/_Sort/by _mark"), NULL, sort_summary_cb, SORT_BY_MARK, "/View/Sort/by number"},
491 {N_("/_View/_Sort/by _status"), NULL, sort_summary_cb, SORT_BY_STATUS, "/View/Sort/by number"},
492 {N_("/_View/_Sort/by a_ttachment"),
493 NULL, sort_summary_cb, SORT_BY_MIME, "/View/Sort/by number"},
494 {N_("/_View/_Sort/by score"), NULL, sort_summary_cb, SORT_BY_SCORE, "/View/Sort/by number"},
495 {N_("/_View/_Sort/by locked"), NULL, sort_summary_cb, SORT_BY_LOCKED, "/View/Sort/by number"},
496 {N_("/_View/_Sort/D_on't sort"), NULL, sort_summary_cb, SORT_BY_NONE, "/View/Sort/by number"},
497 {N_("/_View/_Sort/---"), NULL, NULL, 0, "<Separator>"},
498 {N_("/_View/_Sort/Ascending"), NULL, sort_summary_type_cb, SORT_ASCENDING, "<RadioItem>"},
499 {N_("/_View/_Sort/Descending"), NULL, sort_summary_type_cb, SORT_DESCENDING, "/View/Sort/Ascending"},
500 {N_("/_View/_Sort/---"), NULL, NULL, 0, "<Separator>"},
501 {N_("/_View/_Sort/_Attract by subject"),
502 NULL, attract_by_subject_cb, 0, NULL},
503 {N_("/_View/Th_read view"), "<control>T", thread_cb, 0, "<ToggleItem>"},
504 {N_("/_View/E_xpand all threads"), NULL, expand_threads_cb, 0, NULL},
505 {N_("/_View/Co_llapse all threads"), NULL, collapse_threads_cb, 0, NULL},
506 {N_("/_View/_Hide read messages"), NULL, hide_read_messages, 0, "<ToggleItem>"},
507 {N_("/_View/Set displayed _items..."), NULL, set_display_item_cb, 0, NULL},
509 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
510 {N_("/_View/_Go to"), NULL, NULL, 0, "<Branch>"},
511 {N_("/_View/_Go to/_Prev message"), "P", prev_cb, 0, NULL},
512 {N_("/_View/_Go to/_Next message"), "N", next_cb, 0, NULL},
513 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
514 {N_("/_View/_Go to/P_rev unread message"),
515 "<shift>P", prev_unread_cb, 0, NULL},
516 {N_("/_View/_Go to/N_ext unread message"),
517 "<shift>N", next_unread_cb, 0, NULL},
518 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
519 {N_("/_View/_Go to/Prev ne_w message"), NULL, prev_new_cb, 0, NULL},
520 {N_("/_View/_Go to/Ne_xt new message"), NULL, next_new_cb, 0, NULL},
521 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
522 {N_("/_View/_Go to/Prev _marked message"),
523 NULL, prev_marked_cb, 0, NULL},
524 {N_("/_View/_Go to/Next m_arked message"),
525 NULL, next_marked_cb, 0, NULL},
526 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
527 {N_("/_View/_Go to/Prev _labeled message"),
528 NULL, prev_labeled_cb, 0, NULL},
529 {N_("/_View/_Go to/Next la_beled message"),
530 NULL, next_labeled_cb, 0, NULL},
531 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
532 {N_("/_View/_Go to/Other _folder..."), "G", goto_folder_cb, 0, NULL},
533 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
535 #define CODESET_SEPARATOR \
536 {N_("/_View/_Code set/---"), NULL, NULL, 0, "<Separator>"}
537 #define CODESET_ACTION(action) \
538 NULL, set_charset_cb, action, "/View/Code set/Auto detect"
540 {N_("/_View/_Code set"), NULL, NULL, 0, "<Branch>"},
541 {N_("/_View/_Code set/_Auto detect"),
542 NULL, set_charset_cb, C_AUTO, "<RadioItem>"},
543 {N_("/_View/_Code set/---"), NULL, NULL, 0, "<Separator>"},
544 {N_("/_View/_Code set/7bit ascii (US-ASC_II)"),
545 CODESET_ACTION(C_US_ASCII)},
548 {N_("/_View/_Code set/Unicode (_UTF-8)"),
549 CODESET_ACTION(C_UTF_8)},
552 {N_("/_View/_Code set/Western European (ISO-8859-_1)"),
553 CODESET_ACTION(C_ISO_8859_1)},
554 {N_("/_View/_Code set/Western European (ISO-8859-15)"),
555 CODESET_ACTION(C_ISO_8859_15)},
558 {N_("/_View/_Code set/Central European (ISO-8859-_2)"),
559 CODESET_ACTION(C_ISO_8859_2)},
561 {N_("/_View/_Code set/_Baltic (ISO-8859-13)"),
562 CODESET_ACTION(C_ISO_8859_13)},
563 {N_("/_View/_Code set/Baltic (ISO-8859-_4)"),
564 CODESET_ACTION(C_ISO_8859_4)},
566 {N_("/_View/_Code set/Greek (ISO-8859-_7)"),
567 CODESET_ACTION(C_ISO_8859_7)},
569 {N_("/_View/_Code set/Turkish (ISO-8859-_9)"),
570 CODESET_ACTION(C_ISO_8859_9)},
572 {N_("/_View/_Code set/Cyrillic (ISO-8859-_5)"),
573 CODESET_ACTION(C_ISO_8859_5)},
574 {N_("/_View/_Code set/Cyrillic (KOI8-_R)"),
575 CODESET_ACTION(C_KOI8_R)},
576 {N_("/_View/_Code set/Cyrillic (KOI8-U)"),
577 CODESET_ACTION(C_KOI8_U)},
578 {N_("/_View/_Code set/Cyrillic (Windows-1251)"),
579 CODESET_ACTION(C_WINDOWS_1251)},
582 {N_("/_View/_Code set/Japanese (ISO-2022-_JP)"),
583 CODESET_ACTION(C_ISO_2022_JP)},
585 {N_("/_View/_Code set/Japanese (ISO-2022-JP-2)"),
586 CODESET_ACTION(C_ISO_2022_JP_2)},
588 {N_("/_View/_Code set/Japanese (_EUC-JP)"),
589 CODESET_ACTION(C_EUC_JP)},
590 {N_("/_View/_Code set/Japanese (_Shift__JIS)"),
591 CODESET_ACTION(C_SHIFT_JIS)},
594 {N_("/_View/_Code set/Simplified Chinese (_GB2312)"),
595 CODESET_ACTION(C_GB2312)},
596 {N_("/_View/_Code set/Traditional Chinese (_Big5)"),
597 CODESET_ACTION(C_BIG5)},
598 {N_("/_View/_Code set/Traditional Chinese (EUC-_TW)"),
599 CODESET_ACTION(C_EUC_TW)},
600 {N_("/_View/_Code set/Chinese (ISO-2022-_CN)"),
601 CODESET_ACTION(C_ISO_2022_CN)},
603 {N_("/_View/_Code set/Korean (EUC-_KR)"),
604 CODESET_ACTION(C_EUC_KR)},
605 {N_("/_View/_Code set/Korean (ISO-2022-KR)"),
606 CODESET_ACTION(C_ISO_2022_KR)},
608 {N_("/_View/_Code set/Thai (TIS-620)"),
609 CODESET_ACTION(C_TIS_620)},
610 {N_("/_View/_Code set/Thai (Windows-874)"),
611 CODESET_ACTION(C_WINDOWS_874)},
614 #undef CODESET_SEPARATOR
615 #undef CODESET_ACTION
617 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
618 {N_("/_View/Open in new _window"), "<control><alt>N", open_msg_cb, 0, NULL},
619 {N_("/_View/Mess_age source"), "<control>U", view_source_cb, 0, NULL},
620 {N_("/_View/Show all _headers"), "<control>H", show_all_header_cb, 0, "<ToggleItem>"},
621 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
622 {N_("/_View/_Update summary"), "<control><alt>U", update_summary_cb, 0, NULL},
624 {N_("/_Message"), NULL, NULL, 0, "<Branch>"},
625 {N_("/_Message/Recei_ve"), NULL, NULL, 0, "<Branch>"},
626 {N_("/_Message/Recei_ve/Get from _current account"),
627 "<control>I", inc_mail_cb, 0, NULL},
628 {N_("/_Message/Recei_ve/Get from _all accounts"),
629 "<shift><control>I", inc_all_account_mail_cb, 0, NULL},
630 {N_("/_Message/Recei_ve/Cancel receivin_g"),
631 NULL, inc_cancel_cb, 0, NULL},
632 {N_("/_Message/Recei_ve/---"), NULL, NULL, 0, "<Separator>"},
633 {N_("/_Message/_Send queued messages"), NULL, send_queue_cb, 0, NULL},
634 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
635 {N_("/_Message/Compose a_n email message"), "<control>M", compose_mail_cb, 0, NULL},
636 {N_("/_Message/Compose a news message"), NULL, compose_news_cb, 0, NULL},
637 {N_("/_Message/_Reply"), "<control>R", main_window_reply_cb, COMPOSE_REPLY, NULL},
638 {N_("/_Message/Repl_y to"), NULL, NULL, 0, "<Branch>"},
639 {N_("/_Message/Repl_y to/_all"), "<shift><control>R", main_window_reply_cb, COMPOSE_REPLY_TO_ALL, NULL},
640 {N_("/_Message/Repl_y to/_sender"), NULL, main_window_reply_cb, COMPOSE_REPLY_TO_SENDER, NULL},
641 {N_("/_Message/Repl_y to/mailing _list"),
642 "<control>L", main_window_reply_cb, COMPOSE_REPLY_TO_LIST, NULL},
643 {N_("/_Message/Follow-up and reply to"),NULL, main_window_reply_cb, COMPOSE_FOLLOWUP_AND_REPLY_TO, NULL},
644 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
645 {N_("/_Message/_Forward"), "<control><alt>F", main_window_reply_cb, COMPOSE_FORWARD, NULL},
646 {N_("/_Message/Redirect"), NULL, main_window_reply_cb, COMPOSE_REDIRECT, NULL},
647 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
648 {N_("/_Message/M_ove..."), "<control>O", move_to_cb, 0, NULL},
649 {N_("/_Message/_Copy..."), "<shift><control>O", copy_to_cb, 0, NULL},
650 {N_("/_Message/_Delete"), "<control>D", delete_cb, 0, NULL},
651 {N_("/_Message/Cancel a news message"), "", cancel_cb, 0, NULL},
652 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
653 {N_("/_Message/_Mark"), NULL, NULL, 0, "<Branch>"},
654 {N_("/_Message/_Mark/_Mark"), "<shift>asterisk", mark_cb, 0, NULL},
655 {N_("/_Message/_Mark/_Unmark"), "U", unmark_cb, 0, NULL},
656 {N_("/_Message/_Mark/---"), NULL, NULL, 0, "<Separator>"},
657 {N_("/_Message/_Mark/Mark as unr_ead"), "<shift>exclam", mark_as_unread_cb, 0, NULL},
658 {N_("/_Message/_Mark/Mark as rea_d"),
659 NULL, mark_as_read_cb, 0, NULL},
660 {N_("/_Message/_Mark/Mark all _read"), NULL, mark_all_read_cb, 0, NULL},
661 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
662 {N_("/_Message/Re-_edit"), NULL, reedit_cb, 0, NULL},
664 {N_("/_Tools"), NULL, NULL, 0, "<Branch>"},
665 {N_("/_Tools/_Address book..."), "<shift><control>A", addressbook_open_cb, 0, NULL},
666 {N_("/_Tools/Add sender to address boo_k"),
667 NULL, add_address_cb, 0, NULL},
668 {N_("/_Tools/_Harvest addresses"), NULL, NULL, 0, "<Branch>"},
669 {N_("/_Tools/_Harvest addresses/from _Folder..."),
670 NULL, addr_harvest_cb, 0, NULL},
671 {N_("/_Tools/_Harvest addresses/from _Messages..."),
672 NULL, addr_harvest_msg_cb, 0, NULL},
673 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
674 {N_("/_Tools/_Filter all messages in folder"),
675 NULL, filter_cb, 0, NULL},
676 {N_("/_Tools/Filter _selected messages"),
677 NULL, filter_cb, 1, NULL},
678 {N_("/_Tools/_Create filter rule"), NULL, NULL, 0, "<Branch>"},
679 {N_("/_Tools/_Create filter rule/_Automatically"),
680 NULL, create_filter_cb, FILTER_BY_AUTO, NULL},
681 {N_("/_Tools/_Create filter rule/by _From"),
682 NULL, create_filter_cb, FILTER_BY_FROM, NULL},
683 {N_("/_Tools/_Create filter rule/by _To"),
684 NULL, create_filter_cb, FILTER_BY_TO, NULL},
685 {N_("/_Tools/_Create filter rule/by _Subject"),
686 NULL, create_filter_cb, FILTER_BY_SUBJECT, NULL},
687 {N_("/_Tools/_Create processing rule"), NULL, NULL, 0, "<Branch>"},
688 {N_("/_Tools/_Create processing rule/_Automatically"),
689 NULL, create_processing_cb, FILTER_BY_AUTO, NULL},
690 {N_("/_Tools/_Create processing rule/by _From"),
691 NULL, create_processing_cb, FILTER_BY_FROM, NULL},
692 {N_("/_Tools/_Create processing rule/by _To"),
693 NULL, create_processing_cb, FILTER_BY_TO, NULL},
694 {N_("/_Tools/_Create processing rule/by _Subject"),
695 NULL, create_processing_cb, FILTER_BY_SUBJECT, NULL},
696 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
697 {N_("/_Tools/Actio_ns"), NULL, NULL, 0, "<Branch>"},
698 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
699 {N_("/_Tools/_Check for new messages in all folders"),
700 NULL, update_folderview_cb, 0, NULL},
701 {N_("/_Tools/Delete du_plicated messages"),
702 NULL, NULL, 0, "<Branch>"},
703 {N_("/_Tools/Delete du_plicated messages/In selected folder"),
704 NULL, delete_duplicated_cb, 0, NULL},
705 {N_("/_Tools/Delete du_plicated messages/In all folders"),
706 NULL, delete_duplicated_all_cb, 0, NULL},
707 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
708 {N_("/_Tools/E_xecute"), "X", execute_summary_cb, 0, NULL},
710 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
711 {N_("/_Tools/SSL certi_ficates..."),
712 NULL, ssl_manager_open_cb, 0, NULL},
714 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
715 {N_("/_Tools/_Log window"), "<shift><control>L", log_window_show_cb, 0, NULL},
717 {N_("/_Configuration"), NULL, NULL, 0, "<Branch>"},
718 {N_("/_Configuration/C_hange current account"),
719 NULL, NULL, 0, "<Branch>"},
720 {N_("/_Configuration/_Preferences for current account..."),
721 NULL, prefs_account_open_cb, 0, NULL},
722 {N_("/_Configuration/Create _new account..."),
723 NULL, new_account_cb, 0, NULL},
724 {N_("/_Configuration/_Edit accounts..."),
725 NULL, account_edit_open, 0, NULL},
726 {N_("/_Configuration/---"), NULL, NULL, 0, "<Separator>"},
727 {N_("/_Configuration/_Common preferences..."),
728 NULL, prefs_common_open_cb, 0, NULL},
729 {N_("/_Configuration/Pre-processing..."),
730 NULL, prefs_pre_processing_open_cb, 0, NULL},
731 {N_("/_Configuration/Post-processing..."),
732 NULL, prefs_post_processing_open_cb, 0, NULL},
733 {N_("/_Configuration/_Filtering..."),
734 NULL, prefs_filtering_open_cb, 0, NULL},
735 {N_("/_Configuration/_Templates..."), NULL, prefs_template_open_cb, 0, NULL},
736 {N_("/_Configuration/_Actions..."), NULL, prefs_actions_open_cb, 0, NULL},
737 {N_("/_Configuration/_Other Preferences..."), NULL, prefs_open_cb, 0, NULL},
738 {N_("/_Configuration/Plugins..."), NULL, plugins_open_cb, 0, NULL},
740 {N_("/_Help"), NULL, NULL, 0, "<Branch>"},
741 {N_("/_Help/_Manual (Local)"), NULL, manual_open_cb, MANUAL_MANUAL_LOCAL, NULL},
742 {N_("/_Help/_Manual (Sylpheed Doc Homepage)"),
743 NULL, manual_open_cb, MANUAL_MANUAL_SYLDOC, NULL},
744 {N_("/_Help/_FAQ (Local)"), NULL, manual_open_cb, MANUAL_FAQ_LOCAL, NULL},
745 {N_("/_Help/_FAQ (Sylpheed Doc Homepage)"),
746 NULL, manual_open_cb, MANUAL_FAQ_SYLDOC, NULL},
747 {N_("/_Help/_Claws FAQ (Claws Documentation)"),
748 NULL, manual_open_cb, MANUAL_FAQ_CLAWS, NULL},
749 {N_("/_Help/---"), NULL, NULL, 0, "<Separator>"},
750 {N_("/_Help/_About"), NULL, about_show, 0, NULL}
753 static gboolean main_window_accel_activate (GtkAccelGroup *accelgroup,
759 MainWindow *mainwin = (MainWindow *)user_data;
761 if (mainwin->summaryview &&
762 mainwin->summaryview->quicksearch &&
763 quicksearch_has_focus(mainwin->summaryview->quicksearch) &&
764 (mod == 0 || mod == GDK_SHIFT_MASK)) {
765 quicksearch_pass_key(mainwin->summaryview->quicksearch, value, mod);
771 MainWindow *main_window_create(SeparateType type)
777 GtkWidget *handlebox;
778 GtkWidget *vbox_body;
779 GtkWidget *hbox_stat;
780 GtkWidget *statusbar;
781 GtkWidget *progressbar;
782 GtkWidget *statuslabel;
783 GtkWidget *ac_button;
785 GtkWidget *online_pixmap;
786 GtkWidget *offline_pixmap;
787 GtkWidget *online_switch;
788 GtkWidget *offline_switch;
789 GtkTooltips *offline_tip;
790 GtkTooltips *online_tip;
791 GtkTooltips *sel_ac_tip;
793 FolderView *folderview;
794 SummaryView *summaryview;
795 MessageView *messageview;
796 GdkColormap *colormap;
799 GtkItemFactory *ifactory;
803 guint n_menu_entries;
805 static GdkGeometry geometry;
807 debug_print("Creating main window...\n");
808 mainwin = g_new0(MainWindow, 1);
811 window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
812 gtk_window_set_title(GTK_WINDOW(window), PROG_VERSION);
813 gtk_window_set_resizable(GTK_WINDOW(window), TRUE);
815 if (!geometry.min_height) {
816 geometry.min_width = 320;
817 geometry.min_height = 200;
819 gtk_window_set_geometry_hints(GTK_WINDOW(window), NULL, &geometry,
822 g_signal_connect(G_OBJECT(window), "delete_event",
823 G_CALLBACK(main_window_close_cb), mainwin);
824 MANAGE_WINDOW_SIGNALS_CONNECT(window);
825 g_signal_connect(G_OBJECT(window), "focus_in_event",
826 G_CALLBACK(mainwindow_focus_in_event),
828 g_signal_connect(G_OBJECT(window), "key_press_event",
829 G_CALLBACK(mainwindow_key_pressed), mainwin);
831 gtk_widget_realize(window);
832 gtk_widget_add_events(window, GDK_KEY_PRESS_MASK|GDK_KEY_RELEASE_MASK);
835 gtkut_widget_set_app_icon(window);
837 vbox = gtk_vbox_new(FALSE, 0);
838 gtk_widget_show(vbox);
839 gtk_container_add(GTK_CONTAINER(window), vbox);
842 n_menu_entries = sizeof(mainwin_entries) / sizeof(mainwin_entries[0]);
843 menubar = menubar_create(window, mainwin_entries,
844 n_menu_entries, "<Main>", mainwin);
845 gtk_widget_show(menubar);
846 gtk_box_pack_start(GTK_BOX(vbox), menubar, FALSE, TRUE, 0);
847 ifactory = gtk_item_factory_from_widget(menubar);
849 menu_set_sensitive(ifactory, "/Help/Manual (Local)", manual_available(MANUAL_MANUAL_LOCAL));
850 menu_set_sensitive(ifactory, "/Help/FAQ (Local)", manual_available(MANUAL_FAQ_LOCAL));
852 handlebox = gtk_handle_box_new();
853 gtk_widget_show(handlebox);
854 gtk_box_pack_start(GTK_BOX(vbox), handlebox, FALSE, FALSE, 0);
855 g_signal_connect(G_OBJECT(handlebox), "child_attached",
856 G_CALLBACK(toolbar_child_attached), mainwin);
857 g_signal_connect(G_OBJECT(handlebox), "child_detached",
858 G_CALLBACK(toolbar_child_detached), mainwin);
860 /* link window to mainwin->window to avoid gdk warnings */
861 mainwin->window = window;
864 mainwin->toolbar = toolbar_create(TOOLBAR_MAIN,
868 /* vbox that contains body */
869 vbox_body = gtk_vbox_new(FALSE, BORDER_WIDTH);
870 gtk_widget_show(vbox_body);
871 gtk_container_set_border_width(GTK_CONTAINER(vbox_body), BORDER_WIDTH);
872 gtk_box_pack_start(GTK_BOX(vbox), vbox_body, TRUE, TRUE, 0);
874 hbox_stat = gtk_hbox_new(FALSE, 2);
875 gtk_box_pack_end(GTK_BOX(vbox_body), hbox_stat, FALSE, FALSE, 0);
877 statusbar = statusbar_create();
878 gtk_box_pack_start(GTK_BOX(hbox_stat), statusbar, TRUE, TRUE, 0);
880 progressbar = gtk_progress_bar_new();
881 gtk_widget_set_size_request(progressbar, 120, 1);
882 gtk_box_pack_start(GTK_BOX(hbox_stat), progressbar, FALSE, FALSE, 0);
884 online_pixmap = stock_pixmap_widget(hbox_stat, STOCK_PIXMAP_ONLINE);
885 offline_pixmap = stock_pixmap_widget(hbox_stat, STOCK_PIXMAP_OFFLINE);
886 online_tip = gtk_tooltips_new();
887 online_switch = gtk_button_new ();
888 gtk_tooltips_set_tip(GTK_TOOLTIPS(online_tip),online_switch,
889 _("You are online. Click the icon to go offline"), NULL);
890 offline_tip = gtk_tooltips_new();
891 offline_switch = gtk_button_new ();
892 gtk_tooltips_set_tip(GTK_TOOLTIPS(offline_tip),offline_switch,
893 _("You are offline. Click the icon to go online"),
895 gtk_container_add (GTK_CONTAINER(online_switch), online_pixmap);
896 gtk_button_set_relief (GTK_BUTTON(online_switch), GTK_RELIEF_NONE);
897 g_signal_connect (G_OBJECT(online_switch), "clicked", G_CALLBACK(online_switch_clicked), mainwin);
898 gtk_box_pack_start (GTK_BOX(hbox_stat), online_switch, FALSE, FALSE, 0);
899 gtk_container_add (GTK_CONTAINER(offline_switch), offline_pixmap);
900 gtk_button_set_relief (GTK_BUTTON(offline_switch), GTK_RELIEF_NONE);
901 g_signal_connect (G_OBJECT(offline_switch), "clicked", G_CALLBACK(online_switch_clicked), mainwin);
902 gtk_box_pack_start (GTK_BOX(hbox_stat), offline_switch, FALSE, FALSE, 0);
904 statuslabel = gtk_label_new("");
905 gtk_box_pack_start(GTK_BOX(hbox_stat), statuslabel, FALSE, FALSE, 0);
907 sel_ac_tip = gtk_tooltips_new();
908 ac_button = gtk_button_new();
909 gtk_tooltips_set_tip(GTK_TOOLTIPS(sel_ac_tip),
910 ac_button, _("Select account"), NULL);
911 gtk_button_set_relief(GTK_BUTTON(ac_button), GTK_RELIEF_NONE);
912 GTK_WIDGET_UNSET_FLAGS(ac_button, GTK_CAN_FOCUS);
913 gtk_widget_set_size_request(ac_button, -1, 0);
914 gtk_box_pack_end(GTK_BOX(hbox_stat), ac_button, FALSE, FALSE, 0);
915 g_signal_connect(G_OBJECT(ac_button), "button_press_event",
916 G_CALLBACK(ac_label_button_pressed), mainwin);
918 ac_label = gtk_label_new("");
919 gtk_container_add(GTK_CONTAINER(ac_button), ac_label);
921 gtk_widget_show_all(hbox_stat);
923 gtk_widget_hide(offline_switch);
925 mainwin->folderview = folderview = folderview_create();
926 mainwin->summaryview = summaryview = summary_create();
927 mainwin->messageview = messageview = messageview_create(mainwin);
928 mainwin->logwin = log_window_create();
930 folderview->mainwin = mainwin;
931 folderview->summaryview = summaryview;
933 summaryview->mainwin = mainwin;
934 summaryview->folderview = folderview;
935 summaryview->messageview = messageview;
936 summaryview->window = window;
938 messageview->statusbar = statusbar;
939 mainwin->vbox = vbox;
940 mainwin->menubar = menubar;
941 mainwin->menu_factory = ifactory;
942 mainwin->handlebox = handlebox;
943 mainwin->vbox_body = vbox_body;
944 mainwin->hbox_stat = hbox_stat;
945 mainwin->statusbar = statusbar;
946 mainwin->progressbar = progressbar;
947 mainwin->statuslabel = statuslabel;
948 mainwin->online_switch = online_switch;
949 mainwin->online_pixmap = online_pixmap;
950 mainwin->offline_pixmap = offline_pixmap;
951 mainwin->ac_button = ac_button;
952 mainwin->ac_label = ac_label;
953 mainwin->offline_switch = offline_switch;
955 /* set context IDs for status bar */
956 mainwin->mainwin_cid = gtk_statusbar_get_context_id
957 (GTK_STATUSBAR(statusbar), "Main Window");
958 mainwin->folderview_cid = gtk_statusbar_get_context_id
959 (GTK_STATUSBAR(statusbar), "Folder View");
960 mainwin->summaryview_cid = gtk_statusbar_get_context_id
961 (GTK_STATUSBAR(statusbar), "Summary View");
962 mainwin->messageview_cid = gtk_statusbar_get_context_id
963 (GTK_STATUSBAR(statusbar), "Message View");
965 messageview->statusbar_cid = mainwin->messageview_cid;
967 /* allocate colors for summary view and folder view */
968 summaryview->color_marked.red = summaryview->color_marked.green = 0;
969 summaryview->color_marked.blue = (guint16)65535;
971 summaryview->color_dim.red = summaryview->color_dim.green =
972 summaryview->color_dim.blue = COLOR_DIM;
974 gtkut_convert_int_to_gdk_color(prefs_common.color_new,
975 &folderview->color_new);
977 gtkut_convert_int_to_gdk_color(prefs_common.tgt_folder_col,
978 &folderview->color_op);
980 summaryview->color_important.red = 0;
981 summaryview->color_important.green = 0;
982 summaryview->color_important.blue = (guint16)65535;
984 color[0] = summaryview->color_marked;
985 color[1] = summaryview->color_dim;
986 color[2] = folderview->color_new;
987 color[3] = folderview->color_op;
989 colormap = gdk_window_get_colormap(window->window);
990 gdk_colormap_alloc_colors(colormap, color, 4, FALSE, TRUE, success);
991 for (i = 0; i < 4; i++) {
992 if (success[i] == FALSE)
993 g_warning("MainWindow: color allocation %d failed\n", i);
996 debug_print("done.\n");
998 messageview->visible = prefs_common.msgview_visible;
1000 main_window_set_widgets(mainwin, type);
1002 g_signal_connect(G_OBJECT(window), "size_allocate",
1003 G_CALLBACK(main_window_size_allocate_cb),
1006 /* set menu items */
1007 menuitem = gtk_item_factory_get_item
1008 (ifactory, "/View/Code set/Auto detect");
1009 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
1011 switch (prefs_common.toolbar_style) {
1013 menuitem = gtk_item_factory_get_item
1014 (ifactory, "/View/Show or hide/Toolbar/None");
1017 menuitem = gtk_item_factory_get_item
1018 (ifactory, "/View/Show or hide/Toolbar/Icon");
1021 menuitem = gtk_item_factory_get_item
1022 (ifactory, "/View/Show or hide/Toolbar/Text");
1025 menuitem = gtk_item_factory_get_item
1026 (ifactory, "/View/Show or hide/Toolbar/Icon and text");
1028 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
1030 gtk_widget_hide(mainwin->hbox_stat);
1031 menuitem = gtk_item_factory_get_item
1032 (ifactory, "/View/Show or hide/Status bar");
1033 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
1034 prefs_common.show_statusbar);
1036 /* set account selection menu */
1037 ac_menu = gtk_item_factory_get_widget
1038 (ifactory, "/Configuration/Change current account");
1039 g_signal_connect(G_OBJECT(ac_menu), "selection_done",
1040 G_CALLBACK(ac_menu_popup_closed), mainwin);
1041 mainwin->ac_menu = ac_menu;
1043 toolbar_main_set_sensitive(mainwin);
1045 /* create actions menu */
1046 main_window_update_actions_menu(mainwin);
1048 /* attach accel groups to main window */
1049 #define ADD_MENU_ACCEL_GROUP_TO_WINDOW(menu,win) \
1050 gtk_window_add_accel_group \
1052 gtk_item_factory_from_widget(menu)->accel_group); \
1053 g_signal_connect(G_OBJECT(gtk_item_factory_from_widget(menu)->accel_group), \
1055 G_CALLBACK(main_window_accel_activate), mainwin);
1058 ADD_MENU_ACCEL_GROUP_TO_WINDOW(summaryview->popupmenu, mainwin->window);
1060 /* connect the accelerators for equivalent
1061 menu items in different menus */
1062 menu_connect_identical_items();
1066 /* show main window */
1067 gtk_widget_show(mainwin->window);
1069 /* initialize views */
1070 folderview_init(folderview);
1071 summary_init(summaryview);
1072 messageview_init(messageview);
1073 log_window_init(mainwin->logwin);
1074 log_window_set_clipping(mainwin->logwin, prefs_common.cliplog,
1075 prefs_common.loglength);
1077 sslcertwindow_register_hook();
1079 mainwin->lock_count = 0;
1080 mainwin->menu_lock_count = 0;
1081 mainwin->cursor_count = 0;
1083 mainwin->progressindicator_hook =
1084 hooks_register_hook(PROGRESSINDICATOR_HOOKLIST, mainwindow_progressindicator_hook, mainwin);
1087 watch_cursor = gdk_cursor_new(GDK_WATCH);
1089 mainwin_list = g_list_append(mainwin_list, mainwin);
1091 /* init work_offline */
1092 if (prefs_common.work_offline)
1093 online_switch_clicked (GTK_BUTTON(online_switch), mainwin);
1098 void main_window_destroy(MainWindow *mainwin)
1100 /* TODO : destroy other component */
1101 messageview_destroy(mainwin->messageview);
1104 void main_window_update_actions_menu(MainWindow *mainwin)
1106 GtkItemFactory *ifactory;
1108 ifactory = gtk_item_factory_from_widget(mainwin->menubar);
1109 action_update_mainwin_menu(ifactory, "/Tools/Actions", mainwin);
1112 void main_window_cursor_wait(MainWindow *mainwin)
1115 if (mainwin->cursor_count == 0)
1116 gdk_window_set_cursor(mainwin->window->window, watch_cursor);
1118 mainwin->cursor_count++;
1123 void main_window_cursor_normal(MainWindow *mainwin)
1125 if (mainwin->cursor_count)
1126 mainwin->cursor_count--;
1128 if (mainwin->cursor_count == 0)
1129 gdk_window_set_cursor(mainwin->window->window, NULL);
1134 /* lock / unlock the user-interface */
1135 void main_window_lock(MainWindow *mainwin)
1137 if (mainwin->lock_count == 0)
1138 gtk_widget_set_sensitive(mainwin->ac_button, FALSE);
1140 mainwin->lock_count++;
1142 main_window_set_menu_sensitive(mainwin);
1143 toolbar_main_set_sensitive(mainwin);
1146 void main_window_unlock(MainWindow *mainwin)
1148 if (mainwin->lock_count)
1149 mainwin->lock_count--;
1151 main_window_set_menu_sensitive(mainwin);
1152 toolbar_main_set_sensitive(mainwin);
1154 if (mainwin->lock_count == 0)
1155 gtk_widget_set_sensitive(mainwin->ac_button, TRUE);
1158 static void main_window_menu_callback_block(MainWindow *mainwin)
1160 mainwin->menu_lock_count++;
1163 static void main_window_menu_callback_unblock(MainWindow *mainwin)
1165 if (mainwin->menu_lock_count)
1166 mainwin->menu_lock_count--;
1169 void main_window_reflect_prefs_all(void)
1171 main_window_reflect_prefs_all_real(FALSE);
1174 void main_window_reflect_prefs_all_real(gboolean pixmap_theme_changed)
1177 MainWindow *mainwin;
1180 for (cur = mainwin_list; cur != NULL; cur = cur->next) {
1181 mainwin = (MainWindow *)cur->data;
1183 main_window_show_cur_account(mainwin);
1184 main_window_set_menu_sensitive(mainwin);
1185 toolbar_main_set_sensitive(mainwin);
1188 if (pixmap_theme_changed) {
1189 toolbar_update(TOOLBAR_MAIN, mainwin);
1190 messageview_reflect_prefs_pixmap_theme();
1191 compose_reflect_prefs_pixmap_theme();
1192 folderview_reflect_prefs_pixmap_theme(mainwin->folderview);
1193 summary_reflect_prefs_pixmap_theme(mainwin->summaryview);
1195 pixmap = stock_pixmap_widget(mainwin->hbox_stat, STOCK_PIXMAP_ONLINE);
1196 gtk_container_remove(GTK_CONTAINER(mainwin->online_switch),
1197 mainwin->online_pixmap);
1198 gtk_container_add (GTK_CONTAINER(mainwin->online_switch), pixmap);
1199 gtk_widget_show(pixmap);
1200 mainwin->online_pixmap = pixmap;
1201 pixmap = stock_pixmap_widget(mainwin->hbox_stat, STOCK_PIXMAP_OFFLINE);
1202 gtk_container_remove(GTK_CONTAINER(mainwin->offline_switch),
1203 mainwin->offline_pixmap);
1204 gtk_container_add (GTK_CONTAINER(mainwin->offline_switch), pixmap);
1205 gtk_widget_show(pixmap);
1206 mainwin->offline_pixmap = pixmap;
1209 summary_redisplay_msg(mainwin->summaryview);
1210 headerview_set_visibility(mainwin->messageview->headerview,
1211 prefs_common.display_header_pane);
1215 void main_window_set_summary_column(void)
1218 MainWindow *mainwin;
1220 for (cur = mainwin_list; cur != NULL; cur = cur->next) {
1221 mainwin = (MainWindow *)cur->data;
1222 summary_set_column_order(mainwin->summaryview);
1226 static void main_window_set_account_selector_menu(MainWindow *mainwin,
1227 GList *account_list)
1229 GList *cur_ac, *cur_item;
1230 GtkWidget *menuitem;
1231 PrefsAccount *ac_prefs;
1233 /* destroy all previous menu item */
1234 cur_item = GTK_MENU_SHELL(mainwin->ac_menu)->children;
1235 while (cur_item != NULL) {
1236 GList *next = cur_item->next;
1237 gtk_widget_destroy(GTK_WIDGET(cur_item->data));
1241 for (cur_ac = account_list; cur_ac != NULL; cur_ac = cur_ac->next) {
1242 ac_prefs = (PrefsAccount *)cur_ac->data;
1244 menuitem = gtk_menu_item_new_with_label
1245 (ac_prefs->account_name
1246 ? ac_prefs->account_name : _("Untitled"));
1247 gtk_widget_show(menuitem);
1248 gtk_menu_append(GTK_MENU(mainwin->ac_menu), menuitem);
1249 g_signal_connect(G_OBJECT(menuitem), "activate",
1250 G_CALLBACK(account_selector_menu_cb),
1255 static void main_window_set_account_receive_menu(MainWindow *mainwin,
1256 GList *account_list)
1258 GList *cur_ac, *cur_item;
1260 GtkWidget *menuitem;
1261 PrefsAccount *ac_prefs;
1263 menu = gtk_item_factory_get_widget(mainwin->menu_factory,
1264 "/Message/Receive");
1266 /* search for separator */
1267 for (cur_item = GTK_MENU_SHELL(menu)->children; cur_item != NULL;
1268 cur_item = cur_item->next) {
1269 if (GTK_BIN(cur_item->data)->child == NULL) {
1270 cur_item = cur_item->next;
1275 /* destroy all previous menu item */
1276 while (cur_item != NULL) {
1277 GList *next = cur_item->next;
1278 gtk_widget_destroy(GTK_WIDGET(cur_item->data));
1282 for (cur_ac = account_list; cur_ac != NULL; cur_ac = cur_ac->next) {
1283 ac_prefs = (PrefsAccount *)cur_ac->data;
1285 menuitem = gtk_menu_item_new_with_label
1286 (ac_prefs->account_name ? ac_prefs->account_name
1288 gtk_widget_show(menuitem);
1289 gtk_menu_append(GTK_MENU(menu), menuitem);
1290 g_signal_connect(G_OBJECT(menuitem), "activate",
1291 G_CALLBACK(account_receive_menu_cb),
1296 void main_window_set_account_menu(GList *account_list)
1299 MainWindow *mainwin;
1301 for (cur = mainwin_list; cur != NULL; cur = cur->next) {
1302 mainwin = (MainWindow *)cur->data;
1303 main_window_set_account_selector_menu(mainwin, account_list);
1304 main_window_set_account_receive_menu(mainwin, account_list);
1308 static void main_window_show_cur_account(MainWindow *mainwin)
1313 ac_name = g_strdup(cur_account
1314 ? (cur_account->account_name
1315 ? cur_account->account_name : _("Untitled"))
1319 buf = g_strdup_printf("%s - %s", ac_name, PROG_VERSION);
1321 buf = g_strdup(PROG_VERSION);
1322 gtk_window_set_title(GTK_WINDOW(mainwin->window), buf);
1325 gtk_label_set_text(GTK_LABEL(mainwin->ac_label), ac_name);
1326 gtk_widget_queue_resize(mainwin->ac_button);
1331 GtkWidget *main_window_get_folder_window(MainWindow *mainwin)
1333 switch (mainwin->type) {
1334 case SEPARATE_FOLDER:
1335 return mainwin->win.sep_folder.folderwin;
1337 return mainwin->win.sep_both.folderwin;
1343 GtkWidget *main_window_get_message_window(MainWindow *mainwin)
1345 switch (mainwin->type) {
1346 case SEPARATE_MESSAGE:
1347 return mainwin->win.sep_message.messagewin;
1349 return mainwin->win.sep_both.messagewin;
1355 void main_window_separation_change(MainWindow *mainwin, SeparateType type)
1357 GtkWidget *folder_wid = GTK_WIDGET_PTR(mainwin->folderview);
1358 GtkWidget *summary_wid = GTK_WIDGET_PTR(mainwin->summaryview);
1359 /* GtkWidget *message_wid = GTK_WIDGET_PTR(mainwin->messageview); */
1360 GtkWidget *message_wid = mainwin->messageview->vbox;
1362 debug_print("Changing window separation type from %d to %d\n",
1363 mainwin->type, type);
1365 if (mainwin->type == type) return;
1367 /* remove widgets from those containers */
1368 gtk_widget_ref(folder_wid);
1369 gtk_widget_ref(summary_wid);
1370 gtk_widget_ref(message_wid);
1371 gtkut_container_remove
1372 (GTK_CONTAINER(folder_wid->parent), folder_wid);
1373 gtkut_container_remove
1374 (GTK_CONTAINER(summary_wid->parent), summary_wid);
1375 gtkut_container_remove
1376 (GTK_CONTAINER(message_wid->parent), message_wid);
1378 /* clean containers */
1379 switch (mainwin->type) {
1381 gtk_widget_destroy(mainwin->win.sep_none.hpaned);
1383 case SEPARATE_FOLDER:
1384 gtk_widget_destroy(mainwin->win.sep_folder.vpaned);
1385 gtk_widget_destroy(mainwin->win.sep_folder.folderwin);
1387 case SEPARATE_MESSAGE:
1388 gtk_widget_destroy(mainwin->win.sep_message.hpaned);
1389 gtk_widget_destroy(mainwin->win.sep_message.messagewin);
1392 gtk_widget_destroy(mainwin->win.sep_both.messagewin);
1393 gtk_widget_destroy(mainwin->win.sep_both.folderwin);
1397 gtk_widget_hide(mainwin->window);
1398 main_window_set_widgets(mainwin, type);
1399 gtk_widget_show(mainwin->window);
1401 gtk_widget_unref(folder_wid);
1402 gtk_widget_unref(summary_wid);
1403 gtk_widget_unref(message_wid);
1406 void main_window_toggle_message_view(MainWindow *mainwin)
1408 SummaryView *summaryview = mainwin->summaryview;
1409 union CompositeWin *cwin = &mainwin->win;
1410 GtkWidget *vpaned = NULL;
1411 GtkWidget *container = NULL;
1412 GtkWidget *msgwin = NULL;
1414 switch (mainwin->type) {
1416 vpaned = cwin->sep_none.vpaned;
1417 container = cwin->sep_none.hpaned;
1419 case SEPARATE_FOLDER:
1420 vpaned = cwin->sep_folder.vpaned;
1421 container = mainwin->vbox_body;
1423 case SEPARATE_MESSAGE:
1424 msgwin = mainwin->win.sep_message.messagewin;
1427 msgwin = mainwin->win.sep_both.messagewin;
1432 if (GTK_WIDGET_VISIBLE(msgwin)) {
1433 gtk_widget_hide(msgwin);
1434 mainwin->messageview->visible = FALSE;
1435 summaryview->displayed = NULL;
1437 gtk_widget_show(msgwin);
1438 mainwin->messageview->visible = TRUE;
1440 } else if (vpaned->parent != NULL) {
1441 mainwin->messageview->visible = FALSE;
1442 summaryview->displayed = NULL;
1443 gtk_widget_ref(vpaned);
1444 gtkut_container_remove(GTK_CONTAINER(container), vpaned);
1445 gtk_widget_reparent(GTK_WIDGET_PTR(summaryview), container);
1446 gtk_arrow_set(GTK_ARROW(summaryview->toggle_arrow),
1447 GTK_ARROW_UP, GTK_SHADOW_OUT);
1449 mainwin->messageview->visible = TRUE;
1450 gtk_widget_reparent(GTK_WIDGET_PTR(summaryview), vpaned);
1451 gtk_container_add(GTK_CONTAINER(container), vpaned);
1452 gtk_widget_unref(vpaned);
1453 gtk_arrow_set(GTK_ARROW(summaryview->toggle_arrow),
1454 GTK_ARROW_DOWN, GTK_SHADOW_OUT);
1457 if (mainwin->messageview->visible == FALSE)
1458 messageview_clear(mainwin->messageview);
1460 main_window_set_menu_sensitive(mainwin);
1462 prefs_common.msgview_visible = mainwin->messageview->visible;
1464 gtk_widget_grab_focus(summaryview->ctree);
1467 void main_window_get_size(MainWindow *mainwin)
1469 GtkAllocation *allocation;
1471 allocation = &(GTK_WIDGET_PTR(mainwin->summaryview)->allocation);
1473 if (allocation->width > 1 && allocation->height > 1) {
1474 prefs_common.summaryview_width = allocation->width;
1476 if ((mainwin->type == SEPARATE_NONE ||
1477 mainwin->type == SEPARATE_FOLDER) &&
1478 messageview_is_visible(mainwin->messageview))
1479 prefs_common.summaryview_height = allocation->height;
1481 prefs_common.mainview_width = allocation->width;
1484 allocation = &mainwin->window->allocation;
1485 if (allocation->width > 1 && allocation->height > 1) {
1486 prefs_common.mainview_height = allocation->height;
1487 prefs_common.mainwin_width = allocation->width;
1488 prefs_common.mainwin_height = allocation->height;
1491 allocation = &(GTK_WIDGET_PTR(mainwin->folderview)->allocation);
1492 if (allocation->width > 1 && allocation->height > 1) {
1493 prefs_common.folderview_width = allocation->width;
1494 prefs_common.folderview_height = allocation->height;
1497 allocation = &(GTK_WIDGET_PTR(mainwin->messageview)->allocation);
1498 if (allocation->width > 1 && allocation->height > 1) {
1499 prefs_common.msgview_width = allocation->width;
1500 prefs_common.msgview_height = allocation->height;
1503 /* debug_print("summaryview size: %d x %d\n",
1504 prefs_common.summaryview_width,
1505 prefs_common.summaryview_height);
1506 debug_print("folderview size: %d x %d\n",
1507 prefs_common.folderview_width,
1508 prefs_common.folderview_height);
1509 debug_print("messageview size: %d x %d\n",
1510 prefs_common.msgview_width,
1511 prefs_common.msgview_height); */
1514 void main_window_get_position(MainWindow *mainwin)
1519 gtkut_widget_get_uposition(mainwin->window, &x, &y);
1521 prefs_common.mainview_x = x;
1522 prefs_common.mainview_y = y;
1523 prefs_common.mainwin_x = x;
1524 prefs_common.mainwin_y = y;
1526 debug_print("main window position: %d, %d\n", x, y);
1528 window = main_window_get_folder_window(mainwin);
1530 gtkut_widget_get_uposition(window, &x, &y);
1531 prefs_common.folderwin_x = x;
1532 prefs_common.folderwin_y = y;
1533 debug_print("folder window position: %d, %d\n", x, y);
1535 window = main_window_get_message_window(mainwin);
1537 gtkut_widget_get_uposition(window, &x, &y);
1538 prefs_common.main_msgwin_x = x;
1539 prefs_common.main_msgwin_y = y;
1540 debug_print("message window position: %d, %d\n", x, y);
1544 void main_window_progress_on(MainWindow *mainwin)
1546 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(mainwin->progressbar), "");
1549 void main_window_progress_off(MainWindow *mainwin)
1551 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(mainwin->progressbar), 0.0);
1552 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(mainwin->progressbar), "");
1555 void main_window_progress_set(MainWindow *mainwin, gint cur, gint total)
1559 g_snprintf(buf, sizeof(buf), "%d / %d", cur, total);
1560 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(mainwin->progressbar), buf);
1561 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(mainwin->progressbar),
1562 (cur == 0 && total == 0) ? 0 :
1563 (gfloat)cur / (gfloat)total);
1566 void main_window_empty_trash(MainWindow *mainwin, gboolean confirm)
1572 for (has_trash = 0, list = folder_get_list(); list != NULL; list = list->next) {
1573 folder = FOLDER(list->data);
1574 if (folder && folder->trash && folder->trash->total_msgs > 0)
1578 if (!has_trash) return;
1581 if (alertpanel(_("Empty trash"),
1582 _("Empty all messages in trash?"),
1583 _("Yes"), _("No"), NULL) != G_ALERTDEFAULT)
1585 manage_window_focus_in(mainwin->window, NULL, NULL);
1588 procmsg_empty_trash();
1590 if (mainwin->summaryview->folder_item &&
1591 mainwin->summaryview->folder_item->stype == F_TRASH)
1592 gtk_widget_grab_focus(mainwin->folderview->ctree);
1595 void main_window_add_mailbox(MainWindow *mainwin)
1600 path = input_dialog(_("Add mailbox"),
1601 _("Input the location of mailbox.\n"
1602 "If the existing mailbox is specified, it will be\n"
1603 "scanned automatically."),
1606 if (folder_find_from_path(path)) {
1607 alertpanel_error(_("The mailbox `%s' already exists."), path);
1611 folder = folder_new(folder_get_class_from_string("mh"),
1612 !strcmp(path, "Mail") ? _("Mailbox") : g_basename(path),
1616 if (folder->klass->create_tree(folder) < 0) {
1617 alertpanel_error(_("Creation of the mailbox failed.\n"
1618 "Maybe some files already exist, or you don't have the permission to write there."));
1619 folder_destroy(folder);
1624 folder_set_ui_func(folder, scan_tree_func, mainwin);
1625 folder_scan_tree(folder);
1626 folder_set_ui_func(folder, NULL, NULL);
1629 SensitiveCond main_window_get_current_state(MainWindow *mainwin)
1631 SensitiveCond state = 0;
1632 SummarySelection selection;
1633 FolderItem *item = mainwin->summaryview->folder_item;
1634 GList *account_list = account_get_list();
1636 selection = summary_get_selection_type(mainwin->summaryview);
1638 if (mainwin->lock_count == 0)
1639 state |= M_UNLOCKED;
1640 if (selection != SUMMARY_NONE)
1641 state |= M_MSG_EXIST;
1642 if (item && item->path && folder_item_parent(item) && !item->no_select) {
1644 /* if (item->folder->type != F_NEWS) */
1645 state |= M_ALLOW_DELETE;
1647 if (prefs_common.immediate_exec == 0
1648 && mainwin->lock_count == 0)
1649 state |= M_DELAY_EXEC;
1651 if ((selection == SUMMARY_NONE && item->hide_read_msgs)
1652 || selection != SUMMARY_NONE)
1653 state |= M_HIDE_READ_MSG;
1655 if (mainwin->summaryview->threaded)
1656 state |= M_THREADED;
1658 state |= M_UNTHREADED;
1659 if (selection == SUMMARY_SELECTED_SINGLE ||
1660 selection == SUMMARY_SELECTED_MULTIPLE)
1661 state |= M_TARGET_EXIST;
1662 if (selection == SUMMARY_SELECTED_SINGLE)
1663 state |= M_SINGLE_TARGET_EXIST;
1664 if (mainwin->summaryview->folder_item &&
1665 mainwin->summaryview->folder_item->folder->klass->type == F_NEWS)
1668 state |= M_NOT_NEWS;
1669 if (selection == SUMMARY_SELECTED_SINGLE &&
1671 (item->stype == F_OUTBOX || item->stype == F_DRAFT ||
1672 item->stype == F_QUEUE)))
1673 state |= M_ALLOW_REEDIT;
1675 state |= M_HAVE_ACCOUNT;
1677 for ( ; account_list != NULL; account_list = account_list->next) {
1678 if (((PrefsAccount*)account_list->data)->protocol == A_NNTP) {
1679 state |= M_HAVE_NEWS_ACCOUNT;
1684 if (inc_is_active())
1685 state |= M_INC_ACTIVE;
1692 void main_window_set_menu_sensitive(MainWindow *mainwin)
1694 GtkItemFactory *ifactory = mainwin->menu_factory;
1695 SensitiveCond state;
1698 GtkWidget *menuitem;
1699 SummaryView *summaryview;
1704 static const struct {
1708 {"/File/Add mailbox" , M_UNLOCKED},
1710 {"/File/Add mailbox/MH..." , M_UNLOCKED},
1711 {"/File/Change folder order" , M_UNLOCKED},
1712 {"/File/Export to mbox file..." , M_UNLOCKED},
1713 {"/File/Empty trash" , M_UNLOCKED},
1714 {"/File/Work offline" , M_UNLOCKED},
1716 {"/File/Save as...", M_TARGET_EXIST|M_UNLOCKED},
1717 {"/File/Print..." , M_TARGET_EXIST|M_UNLOCKED},
1718 /* {"/File/Close" , M_UNLOCKED}, */
1719 {"/File/Exit" , M_UNLOCKED},
1721 {"/Edit/Select thread" , M_SINGLE_TARGET_EXIST},
1723 {"/View/Sort" , M_EXEC},
1724 {"/View/Thread view" , M_EXEC},
1725 {"/View/Expand all threads" , M_MSG_EXIST},
1726 {"/View/Collapse all threads" , M_MSG_EXIST},
1727 {"/View/Hide read messages" , M_HIDE_READ_MSG},
1728 {"/View/Go to/Prev message" , M_MSG_EXIST},
1729 {"/View/Go to/Next message" , M_MSG_EXIST},
1730 {"/View/Go to/Prev unread message" , M_MSG_EXIST},
1731 {"/View/Go to/Prev new message" , M_MSG_EXIST},
1732 {"/View/Go to/Prev marked message" , M_MSG_EXIST},
1733 {"/View/Go to/Next marked message" , M_MSG_EXIST},
1734 {"/View/Go to/Prev labeled message", M_MSG_EXIST},
1735 {"/View/Go to/Next labeled message", M_MSG_EXIST},
1736 {"/View/Open in new window" , M_SINGLE_TARGET_EXIST},
1737 {"/View/Show all headers" , M_SINGLE_TARGET_EXIST},
1738 {"/View/Message source" , M_SINGLE_TARGET_EXIST},
1740 {"/Message/Receive/Get from current account"
1741 , M_HAVE_ACCOUNT|M_UNLOCKED},
1742 {"/Message/Receive/Get from all accounts"
1743 , M_HAVE_ACCOUNT|M_UNLOCKED},
1744 {"/Message/Receive/Cancel receiving"
1747 {"/Message/Compose a news message", M_HAVE_NEWS_ACCOUNT},
1748 {"/Message/Reply" , M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST},
1749 {"/Message/Reply to" , M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST},
1750 {"/Message/Follow-up and reply to", M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST|M_NEWS},
1751 {"/Message/Forward" , M_HAVE_ACCOUNT|M_TARGET_EXIST},
1752 {"/Message/Redirect" , M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST},
1753 {"/Message/Move..." , M_TARGET_EXIST|M_ALLOW_DELETE|M_UNLOCKED},
1754 {"/Message/Copy..." , M_TARGET_EXIST|M_EXEC|M_UNLOCKED},
1755 {"/Message/Delete" , M_TARGET_EXIST|M_ALLOW_DELETE|M_UNLOCKED|M_NOT_NEWS},
1756 {"/Message/Cancel a news message" , M_TARGET_EXIST|M_ALLOW_DELETE|M_UNLOCKED|M_NEWS},
1757 {"/Message/Mark" , M_TARGET_EXIST},
1758 {"/Message/Re-edit" , M_HAVE_ACCOUNT|M_ALLOW_REEDIT},
1760 {"/Tools/Add sender to address book" , M_SINGLE_TARGET_EXIST},
1761 {"/Tools/Harvest addresses" , M_UNLOCKED},
1762 {"/Tools/Filter all messages in folder", M_MSG_EXIST|M_EXEC|M_UNLOCKED},
1763 {"/Tools/Filter selected messages" , M_TARGET_EXIST|M_EXEC|M_UNLOCKED},
1764 {"/Tools/Create filter rule" , M_SINGLE_TARGET_EXIST|M_UNLOCKED},
1765 {"/Tools/Actions" , M_TARGET_EXIST|M_UNLOCKED},
1766 {"/Tools/Execute" , M_DELAY_EXEC},
1767 {"/Tools/Delete duplicated messages/In selected folder" , M_MSG_EXIST|M_ALLOW_DELETE|M_UNLOCKED},
1769 {"/Configuration", M_UNLOCKED},
1774 state = main_window_get_current_state(mainwin);
1776 for (i = 0; entry[i].entry != NULL; i++) {
1777 sensitive = ((entry[i].cond & state) == entry[i].cond);
1778 menu_set_sensitive(ifactory, entry[i].entry, sensitive);
1781 menu = gtk_item_factory_get_widget(ifactory, "/Message/Receive");
1783 /* search for separator */
1784 for (cur_item = GTK_MENU_SHELL(menu)->children; cur_item != NULL;
1785 cur_item = cur_item->next) {
1786 if (GTK_BIN(cur_item->data)->child == NULL) {
1787 cur_item = cur_item->next;
1792 for (; cur_item != NULL; cur_item = cur_item->next) {
1793 gtk_widget_set_sensitive(GTK_WIDGET(cur_item->data),
1794 (M_UNLOCKED & state) != 0);
1797 main_window_menu_callback_block(mainwin);
1799 #define SET_CHECK_MENU_ACTIVE(path, active) \
1801 menuitem = gtk_item_factory_get_widget(ifactory, path); \
1802 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), active); \
1805 SET_CHECK_MENU_ACTIVE("/View/Show or hide/Message view",
1806 messageview_is_visible(mainwin->messageview));
1808 summaryview = mainwin->summaryview;
1809 menu_path = "/View/Sort/Don't sort";
1811 switch (summaryview->sort_key) {
1812 case SORT_BY_NUMBER:
1813 menu_path = "/View/Sort/by number"; break;
1815 menu_path = "/View/Sort/by size"; break;
1817 menu_path = "/View/Sort/by date"; break;
1819 menu_path = "/View/Sort/by from"; break;
1821 menu_path = "/View/Sort/by recipient"; break;
1822 case SORT_BY_SUBJECT:
1823 menu_path = "/View/Sort/by subject"; break;
1825 menu_path = "/View/Sort/by color label"; break;
1827 menu_path = "/View/Sort/by mark"; break;
1828 case SORT_BY_STATUS:
1829 menu_path = "/View/Sort/by status"; break;
1831 menu_path = "/View/Sort/by attachment"; break;
1833 menu_path = "/View/Sort/by score"; break;
1834 case SORT_BY_LOCKED:
1835 menu_path = "/View/Sort/by locked"; break;
1838 menu_path = "/View/Sort/Don't sort"; break;
1840 SET_CHECK_MENU_ACTIVE(menu_path, TRUE);
1842 if (summaryview->sort_type == SORT_ASCENDING) {
1843 SET_CHECK_MENU_ACTIVE("/View/Sort/Ascending", TRUE);
1845 SET_CHECK_MENU_ACTIVE("/View/Sort/Descending", TRUE);
1848 if (summaryview->sort_key != SORT_BY_NONE) {
1849 menu_set_sensitive(ifactory, "/View/Sort/Ascending", TRUE);
1850 menu_set_sensitive(ifactory, "/View/Sort/Descending", TRUE);
1852 menu_set_sensitive(ifactory, "/View/Sort/Ascending", FALSE);
1853 menu_set_sensitive(ifactory, "/View/Sort/Descending", FALSE);
1856 SET_CHECK_MENU_ACTIVE("/View/Show all headers",
1857 mainwin->messageview->mimeview->textview->show_all_headers);
1858 SET_CHECK_MENU_ACTIVE("/View/Thread view", (state & M_THREADED) != 0);
1860 #undef SET_CHECK_MENU_ACTIVE
1862 main_window_menu_callback_unblock(mainwin);
1865 void main_window_popup(MainWindow *mainwin)
1867 gtkut_window_popup(mainwin->window);
1869 switch (mainwin->type) {
1870 case SEPARATE_FOLDER:
1871 gtkut_window_popup(mainwin->win.sep_folder.folderwin);
1873 case SEPARATE_MESSAGE:
1874 gtkut_window_popup(mainwin->win.sep_message.messagewin);
1877 gtkut_window_popup(mainwin->win.sep_both.folderwin);
1878 gtkut_window_popup(mainwin->win.sep_both.messagewin);
1885 void main_window_show(MainWindow *mainwin)
1887 gtk_widget_show(mainwin->window);
1888 gtk_widget_show(mainwin->vbox_body);
1890 gtk_widget_set_uposition(mainwin->window,
1891 prefs_common.mainwin_x,
1892 prefs_common.mainwin_y);
1894 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->folderview),
1895 prefs_common.folderview_width,
1896 prefs_common.folderview_height);
1897 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->summaryview),
1898 prefs_common.summaryview_width,
1899 prefs_common.summaryview_height);
1900 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->messageview),
1901 prefs_common.msgview_width,
1902 prefs_common.msgview_height);
1904 if (mainwin->type & SEPARATE_FOLDER) {
1905 GtkWidget *folderwin;
1907 folderwin = main_window_get_folder_window(mainwin);
1908 gtk_widget_show(folderwin);
1909 gtk_widget_set_uposition(folderwin, prefs_common.folderwin_x,
1910 prefs_common.folderwin_y);
1913 if (mainwin->type & SEPARATE_MESSAGE) {
1914 GtkWidget *messagewin;
1916 messagewin = main_window_get_message_window(mainwin);
1917 gtk_widget_show(messagewin);
1918 gtk_widget_set_uposition(messagewin, prefs_common.main_msgwin_x,
1919 prefs_common.main_msgwin_y);
1923 void main_window_hide(MainWindow *mainwin)
1925 main_window_get_size(mainwin);
1926 main_window_get_position(mainwin);
1928 gtk_widget_hide(mainwin->window);
1929 gtk_widget_hide(mainwin->vbox_body);
1931 if (mainwin->type & SEPARATE_FOLDER) {
1932 gtk_widget_hide(mainwin->win.sep_folder.folderwin);
1935 if (mainwin->type & SEPARATE_MESSAGE) {
1936 gtk_widget_hide(mainwin->win.sep_message.messagewin);
1940 static void main_window_set_widgets(MainWindow *mainwin, SeparateType type)
1942 GtkWidget *folderwin = NULL;
1943 GtkWidget *messagewin = NULL;
1946 GtkWidget *vbox_body = mainwin->vbox_body;
1947 GtkItemFactory *ifactory = mainwin->menu_factory;
1948 GtkWidget *menuitem;
1949 GtkItemFactory *msgview_ifactory;
1951 debug_print("Setting widgets... ");
1953 /* create separated window(s) if needed */
1954 if (type & SEPARATE_FOLDER) {
1955 folderwin = gtk_window_new(GTK_WINDOW_TOPLEVEL);
1956 gtk_window_set_title(GTK_WINDOW(folderwin),
1957 _("Sylpheed - Folder View"));
1958 gtk_window_set_resizable(GTK_WINDOW(folderwin), TRUE);
1959 gtk_window_move(GTK_WINDOW(folderwin), prefs_common.folderwin_x,
1960 prefs_common.folderwin_y);
1961 gtk_container_set_border_width(GTK_CONTAINER(folderwin),
1963 g_signal_connect(G_OBJECT(folderwin), "delete_event",
1964 G_CALLBACK(folder_window_close_cb),
1966 gtk_container_add(GTK_CONTAINER(folderwin),
1967 GTK_WIDGET_PTR(mainwin->folderview));
1968 gtk_widget_realize(folderwin);
1969 if (prefs_common.folderview_visible)
1970 gtk_widget_show(folderwin);
1972 if (type & SEPARATE_MESSAGE) {
1973 messagewin = gtk_window_new(GTK_WINDOW_TOPLEVEL);
1974 gtk_window_set_title(GTK_WINDOW(messagewin),
1975 _("Sylpheed - Message View"));
1976 gtk_window_set_resizable(GTK_WINDOW(messagewin), TRUE);
1977 gtk_window_move(GTK_WINDOW(messagewin),
1978 prefs_common.main_msgwin_x,
1979 prefs_common.main_msgwin_y);
1980 gtk_widget_set_size_request(messagewin,
1981 prefs_common.msgwin_width,
1982 prefs_common.msgwin_height);
1983 gtk_container_set_border_width(GTK_CONTAINER(messagewin),
1985 g_signal_connect(G_OBJECT(messagewin), "delete_event",
1986 G_CALLBACK(message_window_close_cb),
1988 if (messageview_is_visible(mainwin->messageview))
1989 gtk_widget_show(messagewin);
1992 gtk_widget_set_size_request(GTK_WIDGET_PTR(mainwin->folderview),
1993 prefs_common.folderview_width,
1994 prefs_common.folderview_height);
1995 gtk_widget_set_size_request(GTK_WIDGET_PTR(mainwin->summaryview),
1996 prefs_common.summaryview_width,
1997 prefs_common.summaryview_height);
1998 gtk_widget_set_size_request(GTK_WIDGET_PTR(mainwin->messageview),
1999 prefs_common.msgview_width,
2000 prefs_common.msgview_height);
2004 hpaned = gtk_hpaned_new();
2005 gtk_box_pack_start(GTK_BOX(vbox_body), hpaned, TRUE, TRUE, 0);
2006 gtk_paned_add1(GTK_PANED(hpaned),
2007 GTK_WIDGET_PTR(mainwin->folderview));
2008 gtk_widget_show(hpaned);
2009 gtk_widget_queue_resize(hpaned);
2011 vpaned = gtk_vpaned_new();
2012 if (messageview_is_visible(mainwin->messageview)) {
2013 gtk_paned_add2(GTK_PANED(hpaned), vpaned);
2014 gtk_paned_add1(GTK_PANED(vpaned),
2015 GTK_WIDGET_PTR(mainwin->summaryview));
2017 gtk_paned_add2(GTK_PANED(hpaned),
2018 GTK_WIDGET_PTR(mainwin->summaryview));
2019 gtk_widget_ref(vpaned);
2021 gtk_paned_add2(GTK_PANED(vpaned),
2022 GTK_WIDGET_PTR(mainwin->messageview));
2023 gtk_widget_show(vpaned);
2024 gtk_widget_queue_resize(vpaned);
2026 mainwin->win.sep_none.hpaned = hpaned;
2027 mainwin->win.sep_none.vpaned = vpaned;
2029 /* remove headerview if not in prefs */
2030 headerview_set_visibility(mainwin->messageview->headerview,
2031 prefs_common.display_header_pane);
2033 case SEPARATE_FOLDER:
2034 vpaned = gtk_vpaned_new();
2035 if (messageview_is_visible(mainwin->messageview)) {
2036 gtk_box_pack_start(GTK_BOX(vbox_body), vpaned,
2038 gtk_paned_add1(GTK_PANED(vpaned),
2039 GTK_WIDGET_PTR(mainwin->summaryview));
2041 gtk_box_pack_start(GTK_BOX(vbox_body),
2042 GTK_WIDGET_PTR(mainwin->summaryview),
2044 gtk_widget_ref(vpaned);
2046 gtk_paned_add2(GTK_PANED(vpaned),
2047 GTK_WIDGET_PTR(mainwin->messageview));
2048 gtk_widget_show(vpaned);
2049 gtk_widget_queue_resize(vpaned);
2051 mainwin->win.sep_folder.folderwin = folderwin;
2052 mainwin->win.sep_folder.vpaned = vpaned;
2054 /* remove headerview if not in prefs */
2055 headerview_set_visibility(mainwin->messageview->headerview,
2056 prefs_common.display_header_pane);
2059 case SEPARATE_MESSAGE:
2060 hpaned = gtk_hpaned_new();
2061 gtk_box_pack_start(GTK_BOX(vbox_body), hpaned, TRUE, TRUE, 0);
2062 gtk_paned_add1(GTK_PANED(hpaned),
2063 GTK_WIDGET_PTR(mainwin->folderview));
2064 gtk_paned_add2(GTK_PANED(hpaned),
2065 GTK_WIDGET_PTR(mainwin->summaryview));
2066 gtk_widget_show(hpaned);
2067 gtk_widget_queue_resize(hpaned);
2068 messageview_add_toolbar(mainwin->messageview, messagewin);
2069 msgview_ifactory = gtk_item_factory_from_widget(mainwin->messageview->menubar);
2070 menu_set_sensitive(msgview_ifactory, "/File/Close", FALSE);
2072 mainwin->win.sep_message.messagewin = messagewin;
2073 mainwin->win.sep_message.hpaned = hpaned;
2075 gtk_widget_realize(messagewin);
2076 gtk_widget_show_all(GTK_WIDGET_PTR(mainwin->messageview));
2077 gtk_widget_show_all(messagewin);
2078 toolbar_set_style(mainwin->messageview->toolbar->toolbar,
2079 mainwin->messageview->handlebox,
2080 prefs_common.toolbar_style);
2084 messageview_add_toolbar(mainwin->messageview, messagewin);
2085 msgview_ifactory = gtk_item_factory_from_widget(mainwin->messageview->menubar);
2086 menu_set_sensitive(msgview_ifactory, "/File/Close", FALSE);
2088 gtk_box_pack_start(GTK_BOX(vbox_body),
2089 GTK_WIDGET_PTR(mainwin->summaryview),
2092 mainwin->win.sep_both.folderwin = folderwin;
2093 mainwin->win.sep_both.messagewin = messagewin;
2095 gtk_widget_realize(messagewin);
2096 gtk_widget_show_all(GTK_WIDGET_PTR(mainwin->messageview));
2097 gtk_widget_show_all(messagewin);
2098 toolbar_set_style(mainwin->messageview->toolbar->toolbar,
2099 mainwin->messageview->handlebox,
2100 prefs_common.toolbar_style);
2105 gtk_window_move(GTK_WINDOW(mainwin->window),
2106 prefs_common.mainwin_x,
2107 prefs_common.mainwin_y);
2109 gtk_widget_queue_resize(vbox_body);
2110 gtk_widget_queue_resize(mainwin->vbox);
2111 gtk_widget_queue_resize(mainwin->window);
2112 /* CLAWS: previous "gtk_widget_show_all" makes noticeview
2113 * and mimeview icon list/ctree lose track of their visibility states */
2114 if (!noticeview_is_visible(mainwin->messageview->noticeview))
2115 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->messageview->noticeview));
2116 if (!noticeview_is_visible(mainwin->messageview->mimeview->siginfoview))
2117 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->messageview->mimeview->siginfoview));
2118 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(mainwin->messageview->mimeview->mime_toggle)))
2119 gtk_widget_hide(mainwin->messageview->mimeview->icon_mainbox);
2121 gtk_widget_hide(mainwin->messageview->mimeview->ctree_mainbox);
2123 mainwin->type = type;
2126 /* toggle menu state */
2127 menuitem = gtk_item_factory_get_item
2128 (ifactory, "/View/Show or hide/Folder tree");
2129 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
2130 (type & SEPARATE_FOLDER) == 0 ? TRUE :
2131 prefs_common.folderview_visible);
2132 gtk_widget_set_sensitive(menuitem, ((type & SEPARATE_FOLDER) != 0));
2133 menuitem = gtk_item_factory_get_item
2134 (ifactory, "/View/Show or hide/Message view");
2135 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
2136 (type & SEPARATE_MESSAGE) == 0 ? TRUE :
2137 prefs_common.msgview_visible);
2139 menuitem = gtk_item_factory_get_item
2140 (ifactory, "/View/Separate folder tree");
2141 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
2142 ((type & SEPARATE_FOLDER) != 0));
2143 menuitem = gtk_item_factory_get_item
2144 (ifactory, "/View/Separate message view");
2145 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
2146 ((type & SEPARATE_MESSAGE) != 0));
2150 (G_OBJECT(folderwin), "size_allocate",
2151 G_CALLBACK(folder_window_size_allocate_cb),
2156 (G_OBJECT(messagewin), "size_allocate",
2157 G_CALLBACK(message_window_size_allocate_cb),
2161 debug_print("done.\n");
2164 void main_window_destroy_all(void)
2166 while (mainwin_list != NULL) {
2167 MainWindow *mainwin = (MainWindow*)mainwin_list->data;
2169 /* free toolbar stuff */
2170 toolbar_clear_list(TOOLBAR_MAIN);
2171 TOOLBAR_DESTROY_ACTIONS(mainwin->toolbar->action_list);
2172 TOOLBAR_DESTROY_ITEMS(mainwin->toolbar->item_list);
2174 g_free(mainwin->toolbar);
2177 mainwin_list = g_list_remove(mainwin_list, mainwin);
2179 g_list_free(mainwin_list);
2183 static gboolean toolbar_account_button_pressed(GtkWidget *widget,
2184 GdkEventButton *event,
2187 MainWindow *mainwin = (MainWindow *)data;
2189 if (!event) return FALSE;
2190 if (event->button != 3) return FALSE;
2192 gtk_button_set_relief(GTK_BUTTON(widget), GTK_RELIEF_NORMAL);
2193 g_object_set_data(G_OBJECT(mainwin->ac_menu), "menu_button",
2196 gtk_menu_popup(GTK_MENU(mainwin->ac_menu), NULL, NULL,
2197 menu_button_position, widget,
2198 event->button, event->time);
2204 static void toolbar_child_attached(GtkWidget *widget, GtkWidget *child,
2207 gtk_widget_set_usize(child, 1, -1);
2210 static void toolbar_child_detached(GtkWidget *widget, GtkWidget *child,
2213 gtk_widget_set_usize(child, -1, -1);
2216 static gboolean ac_label_button_pressed(GtkWidget *widget, GdkEventButton *event,
2219 MainWindow *mainwin = (MainWindow *)data;
2221 if (!event) return FALSE;
2223 gtk_button_set_relief(GTK_BUTTON(widget), GTK_RELIEF_NORMAL);
2224 g_object_set_data(G_OBJECT(mainwin->ac_menu), "menu_button",
2227 gtk_menu_popup(GTK_MENU(mainwin->ac_menu), NULL, NULL,
2228 menu_button_position, widget,
2229 event->button, event->time);
2234 static void ac_menu_popup_closed(GtkMenuShell *menu_shell, gpointer data)
2236 MainWindow *mainwin = (MainWindow *)data;
2239 button = g_object_get_data(G_OBJECT(menu_shell), "menu_button");
2240 if (!button) return;
2241 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
2242 g_object_set_data(G_OBJECT(mainwin->ac_menu), "menu_button", NULL);
2243 manage_window_focus_in(mainwin->window, NULL, NULL);
2246 static gint main_window_close_cb(GtkWidget *widget, GdkEventAny *event,
2249 MainWindow *mainwin = (MainWindow *)data;
2251 if (mainwin->lock_count == 0)
2252 app_exit_cb(data, 0, widget);
2257 static gint folder_window_close_cb(GtkWidget *widget, GdkEventAny *event,
2260 MainWindow *mainwin = (MainWindow *)data;
2261 GtkWidget *menuitem;
2263 menuitem = gtk_item_factory_get_item
2264 (mainwin->menu_factory, "/View/Show or hide/Folder tree");
2265 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), FALSE);
2270 static gint message_window_close_cb(GtkWidget *widget, GdkEventAny *event,
2273 MainWindow *mainwin = (MainWindow *)data;
2274 GtkWidget *menuitem;
2276 menuitem = gtk_item_factory_get_item
2277 (mainwin->menu_factory, "/View/Show or hide/Message view");
2278 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), FALSE);
2283 static void main_window_size_allocate_cb(GtkWidget *widget,
2284 GtkAllocation *allocation,
2287 MainWindow *mainwin = (MainWindow *)data;
2289 main_window_get_size(mainwin);
2292 static void folder_window_size_allocate_cb(GtkWidget *widget,
2293 GtkAllocation *allocation,
2296 MainWindow *mainwin = (MainWindow *)data;
2298 main_window_get_size(mainwin);
2301 static void message_window_size_allocate_cb(GtkWidget *widget,
2302 GtkAllocation *allocation,
2305 MainWindow *mainwin = (MainWindow *)data;
2307 main_window_get_size(mainwin);
2310 static void add_mailbox_cb(MainWindow *mainwin, guint action,
2313 main_window_add_mailbox(mainwin);
2316 static void update_folderview_cb(MainWindow *mainwin, guint action,
2319 summary_show(mainwin->summaryview, NULL);
2320 folderview_check_new_all();
2323 static void foldersort_cb(MainWindow *mainwin, guint action,
2329 static void import_mbox_cb(MainWindow *mainwin, guint action,
2332 import_mbox(mainwin->summaryview->folder_item);
2335 static void export_mbox_cb(MainWindow *mainwin, guint action,
2338 export_mbox(mainwin->summaryview->folder_item);
2341 static void empty_trash_cb(MainWindow *mainwin, guint action,
2344 main_window_empty_trash(mainwin, TRUE);
2347 static void save_as_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2349 summary_save_as(mainwin->summaryview);
2352 static void print_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2354 summary_print(mainwin->summaryview);
2357 static void app_exit_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2359 if (prefs_common.confirm_on_exit) {
2360 if (alertpanel(_("Exit"), _("Exit this program?"),
2361 _("OK"), _("Cancel"), NULL) != G_ALERTDEFAULT)
2363 manage_window_focus_in(mainwin->window, NULL, NULL);
2366 app_will_exit(widget, mainwin);
2369 static void search_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2372 summary_search(mainwin->summaryview);
2374 message_search(mainwin->messageview);
2377 static void toggle_folder_cb(MainWindow *mainwin, guint action,
2382 active = GTK_CHECK_MENU_ITEM(widget)->active;
2384 switch (mainwin->type) {
2386 case SEPARATE_MESSAGE:
2389 gtk_widget_show(GTK_WIDGET_PTR(mainwin->folderview));
2391 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->folderview));
2394 case SEPARATE_FOLDER:
2395 debug_print("separate folder\n");
2397 gtk_widget_show(mainwin->win.sep_folder.folderwin);
2399 gtk_widget_hide(mainwin->win.sep_folder.folderwin);
2403 gtk_widget_show(mainwin->win.sep_both.folderwin);
2405 gtk_widget_hide(mainwin->win.sep_both.folderwin);
2409 prefs_common.folderview_visible = active;
2412 static void toggle_message_cb(MainWindow *mainwin, guint action,
2417 active = GTK_CHECK_MENU_ITEM(widget)->active;
2419 if (active != messageview_is_visible(mainwin->messageview))
2420 summary_toggle_view(mainwin->summaryview);
2423 static void toggle_toolbar_cb(MainWindow *mainwin, guint action,
2426 toolbar_toggle(action, mainwin);
2429 void main_window_reply_cb(MainWindow *mainwin, guint action,
2432 MessageView *msgview = (MessageView*)mainwin->messageview;
2433 GSList *msginfo_list = NULL;
2436 g_return_if_fail(msgview != NULL);
2438 msginfo_list = summary_get_selection(mainwin->summaryview);
2439 g_return_if_fail(msginfo_list != NULL);
2441 body = messageview_get_selection(msgview);
2442 compose_reply_mode((ComposeMode)action, msginfo_list, body);
2444 g_slist_free(msginfo_list);
2448 static void toggle_statusbar_cb(MainWindow *mainwin, guint action,
2451 if (GTK_CHECK_MENU_ITEM(widget)->active) {
2452 gtk_widget_show(mainwin->hbox_stat);
2453 prefs_common.show_statusbar = TRUE;
2455 gtk_widget_hide(mainwin->hbox_stat);
2456 prefs_common.show_statusbar = FALSE;
2460 static void separate_widget_cb(MainWindow *mainwin, guint action,
2465 if (GTK_CHECK_MENU_ITEM(widget)->active)
2466 type = mainwin->type | action;
2468 type = mainwin->type & ~action;
2470 main_window_separation_change(mainwin, type);
2472 prefs_common.sep_folder = (type & SEPARATE_FOLDER) != 0;
2473 prefs_common.sep_msg = (type & SEPARATE_MESSAGE) != 0;
2476 void main_window_toggle_work_offline (MainWindow *mainwin, gboolean offline)
2479 online_switch_clicked (GTK_BUTTON(mainwin->online_switch), mainwin);
2481 online_switch_clicked (GTK_BUTTON(mainwin->offline_switch), mainwin);
2484 static void toggle_work_offline_cb (MainWindow *mainwin, guint action, GtkWidget *widget)
2486 main_window_toggle_work_offline(mainwin, GTK_CHECK_MENU_ITEM(widget)->active);
2489 static void online_switch_clicked (GtkButton *btn, gpointer data)
2491 MainWindow *mainwin;
2492 GtkItemFactory *ifactory;
2493 GtkCheckMenuItem *menuitem;
2495 mainwin = (MainWindow *) data;
2497 ifactory = gtk_item_factory_from_widget(mainwin->menubar);
2498 menuitem = GTK_CHECK_MENU_ITEM (gtk_item_factory_get_widget(ifactory, "/File/Work offline"));
2500 g_return_if_fail(mainwin != NULL);
2501 g_return_if_fail(menuitem != NULL);
2503 if (btn == GTK_BUTTON(mainwin->online_switch)) {
2505 gtk_widget_hide (mainwin->online_switch);
2506 gtk_widget_show (mainwin->offline_switch);
2507 menuitem->active = TRUE;
2508 prefs_common.work_offline = TRUE;
2509 inc_autocheck_timer_remove();
2512 gtk_widget_hide (mainwin->offline_switch);
2513 gtk_widget_show (mainwin->online_switch);
2514 menuitem->active = FALSE;
2515 prefs_common.work_offline = FALSE;
2516 inc_autocheck_timer_set();
2520 static void addressbook_open_cb(MainWindow *mainwin, guint action,
2523 addressbook_open(NULL);
2526 static void log_window_show_cb(MainWindow *mainwin, guint action,
2529 log_window_show(mainwin->logwin);
2532 static void inc_cancel_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2537 static void move_to_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2539 summary_move_to(mainwin->summaryview);
2542 static void copy_to_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2544 summary_copy_to(mainwin->summaryview);
2547 static void delete_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2549 summary_delete(mainwin->summaryview);
2552 static void cancel_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2554 summary_cancel(mainwin->summaryview);
2557 static void open_msg_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2559 summary_open_msg(mainwin->summaryview);
2562 static void view_source_cb(MainWindow *mainwin, guint action,
2565 summary_view_source(mainwin->summaryview);
2568 static void show_all_header_cb(MainWindow *mainwin, guint action,
2571 if (mainwin->menu_lock_count) return;
2572 summary_display_msg_selected(mainwin->summaryview,
2573 GTK_CHECK_MENU_ITEM(widget)->active);
2576 static void mark_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2578 summary_mark(mainwin->summaryview);
2581 static void unmark_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2583 summary_unmark(mainwin->summaryview);
2586 static void mark_as_unread_cb(MainWindow *mainwin, guint action,
2589 summary_mark_as_unread(mainwin->summaryview);
2592 static void mark_as_read_cb(MainWindow *mainwin, guint action,
2595 summary_mark_as_read(mainwin->summaryview);
2598 static void mark_all_read_cb(MainWindow *mainwin, guint action,
2601 summary_mark_all_read(mainwin->summaryview);
2604 static void reedit_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2606 summary_reedit(mainwin->summaryview);
2609 static void add_address_cb(MainWindow *mainwin, guint action,
2612 summary_add_address(mainwin->summaryview);
2615 static void set_charset_cb(MainWindow *mainwin, guint action,
2620 if (GTK_CHECK_MENU_ITEM(widget)->active) {
2621 str = conv_get_charset_str((CharSet)action);
2622 g_free(prefs_common.force_charset);
2623 prefs_common.force_charset = str ? g_strdup(str) : NULL;
2625 summary_redisplay_msg(mainwin->summaryview);
2627 debug_print("forced charset: %s\n", str ? str : "Auto-Detect");
2631 static void hide_read_messages (MainWindow *mainwin, guint action,
2634 if (!mainwin->summaryview->folder_item
2635 || g_object_get_data(G_OBJECT(widget), "dont_toggle"))
2637 summary_toggle_show_read_messages(mainwin->summaryview);
2640 static void thread_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2642 if (mainwin->menu_lock_count) return;
2643 if (!mainwin->summaryview->folder_item) return;
2645 if (GTK_CHECK_MENU_ITEM(widget)->active) {
2646 summary_thread_build(mainwin->summaryview);
2647 /* mainwin->summaryview->folder_item->threaded = TRUE; */
2649 summary_unthread(mainwin->summaryview);
2650 /* mainwin->summaryview->folder_item->threaded = FALSE; */
2654 static void expand_threads_cb(MainWindow *mainwin, guint action,
2657 summary_expand_threads(mainwin->summaryview);
2660 static void collapse_threads_cb(MainWindow *mainwin, guint action,
2663 summary_collapse_threads(mainwin->summaryview);
2666 static void set_display_item_cb(MainWindow *mainwin, guint action,
2669 prefs_summary_column_open();
2672 static void sort_summary_cb(MainWindow *mainwin, guint action,
2675 FolderItem *item = mainwin->summaryview->folder_item;
2676 GtkWidget *menuitem;
2678 if (mainwin->menu_lock_count) return;
2680 if (GTK_CHECK_MENU_ITEM(widget)->active && item) {
2681 menuitem = gtk_item_factory_get_item
2682 (mainwin->menu_factory, "/View/Sort/Ascending");
2683 summary_sort(mainwin->summaryview, (FolderSortKey)action,
2684 GTK_CHECK_MENU_ITEM(menuitem)->active
2685 ? SORT_ASCENDING : SORT_DESCENDING);
2686 item->sort_key = action;
2690 static void sort_summary_type_cb(MainWindow *mainwin, guint action,
2693 FolderItem *item = mainwin->summaryview->folder_item;
2695 if (mainwin->menu_lock_count) return;
2697 if (GTK_CHECK_MENU_ITEM(widget)->active && item)
2698 summary_sort(mainwin->summaryview,
2699 item->sort_key, (FolderSortType)action);
2702 static void attract_by_subject_cb(MainWindow *mainwin, guint action,
2705 summary_attract_by_subject(mainwin->summaryview);
2708 static void delete_duplicated_cb(MainWindow *mainwin, guint action,
2713 item = folderview_get_selected(mainwin->folderview);
2715 main_window_cursor_wait(mainwin);
2716 STATUSBAR_PUSH(mainwin, _("Deleting duplicated messages..."));
2718 folderutils_delete_duplicates(item, prefs_common.immediate_exec ?
2719 DELETE_DUPLICATES_REMOVE : DELETE_DUPLICATES_SETFLAG);
2721 STATUSBAR_POP(mainwin);
2722 main_window_cursor_normal(mainwin);
2732 static void deldup_all(FolderItem *item, gpointer _data)
2734 struct DelDupsData *data = _data;
2737 result = folderutils_delete_duplicates(item, DELETE_DUPLICATES_REMOVE);
2739 data->dups += result;
2744 static void delete_duplicated_all_cb(MainWindow *mainwin, guint action,
2747 struct DelDupsData data = {0, 0};
2749 folder_func_to_all_folders(deldup_all, &data);
2750 alertpanel_notice(_("Deleted %d duplicate message(s) in %d folders.\n"),
2751 data.dups, data.folders);
2754 static void filter_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2756 summary_filter(mainwin->summaryview, (gboolean)action);
2759 static void execute_summary_cb(MainWindow *mainwin, guint action,
2762 summary_execute(mainwin->summaryview);
2765 static void update_summary_cb(MainWindow *mainwin, guint action,
2769 FolderView *folderview = mainwin->folderview;
2771 if (!mainwin->summaryview->folder_item) return;
2772 if (!folderview->opened) return;
2774 folder_update_op_count();
2776 fitem = gtk_ctree_node_get_row_data(GTK_CTREE(folderview->ctree),
2777 folderview->opened);
2780 folder_item_scan(fitem);
2781 summary_show(mainwin->summaryview, fitem);
2784 static void prev_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2786 summary_step(mainwin->summaryview, GTK_SCROLL_STEP_BACKWARD);
2789 static void next_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2791 summary_step(mainwin->summaryview, GTK_SCROLL_STEP_FORWARD);
2794 static void prev_unread_cb(MainWindow *mainwin, guint action,
2797 summary_select_prev_unread(mainwin->summaryview);
2800 static void next_unread_cb(MainWindow *mainwin, guint action,
2803 summary_select_next_unread(mainwin->summaryview);
2806 static void prev_new_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2808 summary_select_prev_new(mainwin->summaryview);
2811 static void next_new_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2813 summary_select_next_new(mainwin->summaryview);
2816 static void prev_marked_cb(MainWindow *mainwin, guint action,
2819 summary_select_prev_marked(mainwin->summaryview);
2822 static void next_marked_cb(MainWindow *mainwin, guint action,
2825 summary_select_next_marked(mainwin->summaryview);
2828 static void prev_labeled_cb(MainWindow *mainwin, guint action,
2831 summary_select_prev_labeled(mainwin->summaryview);
2834 static void next_labeled_cb(MainWindow *mainwin, guint action,
2837 summary_select_next_labeled(mainwin->summaryview);
2840 static void goto_folder_cb(MainWindow *mainwin, guint action,
2843 FolderItem *to_folder;
2845 to_folder = foldersel_folder_sel(NULL, FOLDER_SEL_ALL, NULL);
2848 folderview_select(mainwin->folderview, to_folder);
2851 static void copy_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2853 messageview_copy_clipboard(mainwin->messageview);
2856 static void allsel_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2858 MessageView *msgview = mainwin->messageview;
2860 if (GTK_WIDGET_HAS_FOCUS(mainwin->summaryview->ctree))
2861 summary_select_all(mainwin->summaryview);
2862 else if (messageview_is_visible(msgview) &&
2863 (GTK_WIDGET_HAS_FOCUS(msgview->mimeview->textview->text)))
2864 messageview_select_all(mainwin->messageview);
2867 static void select_thread_cb(MainWindow *mainwin, guint action,
2870 summary_select_thread(mainwin->summaryview);
2873 static void create_filter_cb(MainWindow *mainwin, guint action,
2876 summary_filter_open(mainwin->summaryview, (PrefsFilterType)action, 0);
2879 static void create_processing_cb(MainWindow *mainwin, guint action,
2882 summary_filter_open(mainwin->summaryview, (PrefsFilterType)action, 1);
2885 static void prefs_common_open_cb(MainWindow *mainwin, guint action,
2888 prefs_common_open();
2891 static void prefs_pre_processing_open_cb(MainWindow *mainwin, guint action,
2894 prefs_filtering_open(&pre_global_processing,
2895 _("Processing rules to apply before folder rules"),
2899 static void prefs_post_processing_open_cb(MainWindow *mainwin, guint action,
2902 prefs_filtering_open(&post_global_processing,
2903 _("Processing rules to apply after folder rules"),
2907 static void prefs_filtering_open_cb(MainWindow *mainwin, guint action,
2910 prefs_filtering_open(&filtering_rules,
2911 _("Filtering configuration"),
2915 static void prefs_template_open_cb(MainWindow *mainwin, guint action,
2918 prefs_template_open();
2921 static void prefs_actions_open_cb(MainWindow *mainwin, guint action,
2924 prefs_actions_open(mainwin);
2927 static void ssl_manager_open_cb(MainWindow *mainwin, guint action,
2930 ssl_manager_open(mainwin);
2933 static void prefs_account_open_cb(MainWindow *mainwin, guint action,
2937 new_account_cb(mainwin, 0, widget);
2939 account_open(cur_account);
2943 static void new_account_cb(MainWindow *mainwin, guint action,
2946 account_edit_open();
2947 if (!compose_get_compose_list()) account_add();
2950 static void account_selector_menu_cb(GtkMenuItem *menuitem, gpointer data)
2952 cur_account = (PrefsAccount *)data;
2953 main_window_reflect_prefs_all();
2956 static void account_receive_menu_cb(GtkMenuItem *menuitem, gpointer data)
2958 MainWindow *mainwin = (MainWindow *)mainwin_list->data;
2959 PrefsAccount *account = (PrefsAccount *)data;
2961 inc_account_mail(mainwin, account);
2964 static void prefs_open_cb(GtkMenuItem *menuitem, gpointer data)
2969 static void plugins_open_cb(GtkMenuItem *menuitem, gpointer data)
2971 pluginwindow_create();
2974 static void manual_open_cb(MainWindow *mainwin, guint action,
2977 manual_open((ManualType)action);
2980 static void scan_tree_func(Folder *folder, FolderItem *item, gpointer data)
2982 MainWindow *mainwin = (MainWindow *)data;
2986 str = g_strdup_printf(_("Scanning folder %s%c%s ..."),
2987 LOCAL_FOLDER(folder)->rootpath,
2991 str = g_strdup_printf(_("Scanning folder %s ..."),
2992 LOCAL_FOLDER(folder)->rootpath);
2994 STATUSBAR_PUSH(mainwin, str);
2995 STATUSBAR_POP(mainwin);
2999 static gboolean mainwindow_focus_in_event(GtkWidget *widget, GdkEventFocus *focus,
3002 SummaryView *summary;
3004 g_return_val_if_fail(data, FALSE);
3005 summary = ((MainWindow *)data)->summaryview;
3006 g_return_val_if_fail(summary, FALSE);
3008 if (GTK_CLIST(summary->ctree)->selection &&
3009 g_list_length(GTK_CLIST(summary->ctree)->selection) > 1)
3012 if (summary->selected != summary->displayed)
3013 summary_select_node(summary, summary->displayed, FALSE, TRUE);
3017 #define BREAK_ON_MODIFIER_KEY() \
3018 if ((event->state & (GDK_MOD1_MASK|GDK_CONTROL_MASK)) != 0) break
3020 gboolean mainwindow_key_pressed (GtkWidget *widget, GdkEventKey *event,
3023 MainWindow *mainwin = (MainWindow*) data;
3025 if (!mainwin || !event)
3028 if (quicksearch_has_focus(mainwin->summaryview->quicksearch))
3031 switch (event->keyval) {
3032 case GDK_Q: /* Quit */
3033 BREAK_ON_MODIFIER_KEY();
3035 app_exit_cb(mainwin, 0, NULL);
3038 if (mainwin->folderview && mainwin->summaryview
3039 && !mainwin->summaryview->displayed) {
3040 summary_lock(mainwin->summaryview);
3041 folderview_select_next_unread(mainwin->folderview);
3042 summary_unlock(mainwin->summaryview);
3051 #undef BREAK_ON_MODIFIER_KEY
3054 * Harvest addresses for selected folder.
3056 static void addr_harvest_cb( MainWindow *mainwin,
3060 addressbook_harvest( mainwin->summaryview->folder_item, FALSE, NULL );
3064 * Harvest addresses for selected messages in summary view.
3066 static void addr_harvest_msg_cb( MainWindow *mainwin,
3070 summary_harvest_address( mainwin->summaryview );
3074 *\brief get a MainWindow
3076 *\return MainWindow * The first mainwindow in the mainwin_list
3078 MainWindow *mainwindow_get_mainwindow(void)
3080 if (mainwin_list && mainwin_list->data)
3081 return (MainWindow *)(mainwin_list->data);
3086 gboolean mainwindow_progressindicator_hook(gpointer source, gpointer userdata)
3088 ProgressData *data = (ProgressData *) source;
3089 MainWindow *mainwin = (MainWindow *) userdata;
3091 switch (data->cmd) {
3092 case PROGRESS_COMMAND_START:
3093 case PROGRESS_COMMAND_STOP:
3094 gtk_progress_bar_set_fraction
3095 (GTK_PROGRESS_BAR(mainwin->progressbar), 0.0);
3097 case PROGRESS_COMMAND_SET_PERCENTAGE:
3098 gtk_progress_bar_set_fraction
3099 (GTK_PROGRESS_BAR(mainwin->progressbar), data->value);
3102 while (gtk_events_pending()) gtk_main_iteration ();