2 * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3 * Copyright (C) 1999-2002 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>
46 #include "mainwindow.h"
47 #include "folderview.h"
48 #include "foldersel.h"
49 #include "summaryview.h"
50 #include "summary_search.h"
51 #include "messageview.h"
52 #include "message_search.h"
53 #include "headerview.h"
55 #include "stock_pixmap.h"
62 #include "prefs_common.h"
63 #include "prefs_filter.h"
64 #include "prefs_actions.h"
65 #include "prefs_filtering.h"
66 #include "prefs_scoring.h"
67 #include "prefs_account.h"
68 #include "prefs_folder_item.h"
69 #include "prefs_summary_column.h"
70 #include "prefs_template.h"
71 #include "prefs_toolbar.h"
73 #include "addressbook.h"
74 #include "logwindow.h"
75 #include "manage_window.h"
76 #include "alertpanel.h"
77 #include "statusbar.h"
78 #include "inputdialog.h"
85 #include "selective_download.h"
88 #define AC_LABEL_WIDTH 240
90 /* list of all instantiated MainWindow */
91 static GList *mainwin_list = NULL;
93 static GdkCursor *watch_cursor;
95 static void main_window_menu_callback_block (MainWindow *mainwin);
96 static void main_window_menu_callback_unblock (MainWindow *mainwin);
98 static void main_window_show_cur_account (MainWindow *mainwin);
100 static void main_window_set_widgets (MainWindow *mainwin,
104 static void toolbar_account_button_pressed (GtkWidget *widget,
105 GdkEventButton *event,
108 static void ac_label_button_pressed (GtkWidget *widget,
109 GdkEventButton *event,
111 static void ac_menu_popup_closed (GtkMenuShell *menu_shell,
114 static gint main_window_close_cb (GtkWidget *widget,
117 static gint folder_window_close_cb (GtkWidget *widget,
120 static gint message_window_close_cb (GtkWidget *widget,
124 static void add_mailbox_cb (MainWindow *mainwin,
127 static void add_mbox_cb (MainWindow *mainwin,
130 static void update_folderview_cb (MainWindow *mainwin,
133 static void new_folder_cb (MainWindow *mainwin,
136 static void rename_folder_cb (MainWindow *mainwin,
139 static void delete_folder_cb (MainWindow *mainwin,
142 static void import_mbox_cb (MainWindow *mainwin,
145 static void export_mbox_cb (MainWindow *mainwin,
148 static void empty_trash_cb (MainWindow *mainwin,
152 static void save_as_cb (MainWindow *mainwin,
155 static void print_cb (MainWindow *mainwin,
158 static void app_exit_cb (MainWindow *mainwin,
162 static void search_cb (MainWindow *mainwin,
166 static void toggle_folder_cb (MainWindow *mainwin,
169 static void toggle_message_cb (MainWindow *mainwin,
172 static void toggle_toolbar_cb (MainWindow *mainwin,
175 static void toggle_statusbar_cb (MainWindow *mainwin,
178 static void separate_widget_cb (MainWindow *mainwin,
182 static void addressbook_open_cb (MainWindow *mainwin,
185 static void log_window_show_cb (MainWindow *mainwin,
188 static void sel_download_cb (MainWindow *mainwin,
191 static void prefs_toolbar_cb (MainWindow *mainwin,
196 static void inc_cancel_cb (MainWindow *mainwin,
200 static void open_msg_cb (MainWindow *mainwin,
204 static void view_source_cb (MainWindow *mainwin,
208 static void show_all_header_cb (MainWindow *mainwin,
212 static void reedit_cb (MainWindow *mainwin,
216 static void move_to_cb (MainWindow *mainwin,
219 static void copy_to_cb (MainWindow *mainwin,
222 static void delete_cb (MainWindow *mainwin,
226 static void mark_cb (MainWindow *mainwin,
229 static void unmark_cb (MainWindow *mainwin,
233 static void mark_as_unread_cb (MainWindow *mainwin,
236 static void mark_as_read_cb (MainWindow *mainwin,
239 static void mark_all_read_cb (MainWindow *mainwin,
242 static void add_address_cb (MainWindow *mainwin,
246 static void set_charset_cb (MainWindow *mainwin,
250 static void hide_read_messages (MainWindow *mainwin,
254 static void thread_cb (MainWindow *mainwin,
257 static void expand_threads_cb (MainWindow *mainwin,
260 static void collapse_threads_cb (MainWindow *mainwin,
264 static void set_display_item_cb (MainWindow *mainwin,
267 static void sort_summary_cb (MainWindow *mainwin,
270 static void sort_summary_type_cb (MainWindow *mainwin,
273 static void attract_by_subject_cb(MainWindow *mainwin,
277 static void delete_duplicated_cb (MainWindow *mainwin,
280 static void filter_cb (MainWindow *mainwin,
283 static void execute_summary_cb (MainWindow *mainwin,
286 static void update_summary_cb (MainWindow *mainwin,
290 static void prev_cb (MainWindow *mainwin,
293 static void next_cb (MainWindow *mainwin,
297 static void prev_unread_cb (MainWindow *mainwin,
301 static void prev_new_cb (MainWindow *mainwin,
304 static void next_new_cb (MainWindow *mainwin,
307 static void prev_marked_cb (MainWindow *mainwin,
310 static void next_marked_cb (MainWindow *mainwin,
313 static void prev_labeled_cb (MainWindow *mainwin,
316 static void next_labeled_cb (MainWindow *mainwin,
320 static void goto_folder_cb (MainWindow *mainwin,
324 static void copy_cb (MainWindow *mainwin,
327 static void allsel_cb (MainWindow *mainwin,
330 static void selthread_cb (MainWindow *mainwin,
333 static void create_filter_cb (MainWindow *mainwin,
337 static void prefs_common_open_cb (MainWindow *mainwin,
340 static void prefs_filter_open_cb (MainWindow *mainwin,
343 static void prefs_template_open_cb (MainWindow *mainwin,
346 static void prefs_actions_open_cb (MainWindow *mainwin,
349 static void prefs_account_open_cb (MainWindow *mainwin,
352 static void prefs_scoring_open_cb (MainWindow *mainwin,
355 static void prefs_filtering_open_cb (MainWindow *mainwin,
359 static void new_account_cb (MainWindow *mainwin,
363 static void account_menu_cb (GtkMenuItem *menuitem,
366 static void online_switch_clicked(GtkButton *btn,
369 static void manual_open_cb (MainWindow *mainwin,
372 static void faq_open_cb (MainWindow *mainwin,
376 static void scan_tree_func (Folder *folder,
380 static void key_pressed (GtkWidget *widget,
384 static void set_toolbar_style(MainWindow *mainwin);
386 static void toggle_work_offline_cb(MainWindow *mainwin, guint action, GtkWidget *widget);
388 static void addr_harvest_cb ( MainWindow *mainwin,
392 static void addr_harvest_msg_cb ( MainWindow *mainwin,
396 #define SEPARATE_ACTION 500
398 static GtkItemFactoryEntry mainwin_entries[] =
400 {N_("/_File"), NULL, NULL, 0, "<Branch>"},
401 {N_("/_File/_Add mailbox..."), NULL, add_mailbox_cb, 0, NULL},
402 {N_("/_File/_Add mbox mailbox..."), NULL, add_mbox_cb, 0, NULL},
403 {N_("/_File/_Check for new messages in all folders"),
404 NULL, update_folderview_cb, 0, NULL},
405 {N_("/_File/_Folder"), NULL, NULL, 0, "<Branch>"},
406 {N_("/_File/_Folder/Create _new folder..."),
407 NULL, new_folder_cb, 0, NULL},
408 {N_("/_File/_Folder/_Rename folder..."),NULL, rename_folder_cb, 0, NULL},
409 {N_("/_File/_Folder/_Delete folder"), NULL, delete_folder_cb, 0, NULL},
410 {N_("/_File/_Import mbox file..."), NULL, import_mbox_cb, 0, NULL},
411 {N_("/_File/_Export to mbox file..."), NULL, export_mbox_cb, 0, NULL},
412 {N_("/_File/Empty _trash"), "<shift>D", empty_trash_cb, 0, NULL},
413 {N_("/_File/_Work offline"), "<control>W", toggle_work_offline_cb, 0, "<ToggleItem>"},
414 {N_("/_File/---"), NULL, NULL, 0, "<Separator>"},
415 {N_("/_File/_Save as..."), "<control>S", save_as_cb, 0, NULL},
416 {N_("/_File/_Print..."), NULL, print_cb, 0, NULL},
417 {N_("/_File/---"), NULL, NULL, 0, "<Separator>"},
418 /* {N_("/_File/_Close"), "<alt>W", app_exit_cb, 0, NULL}, */
419 {N_("/_File/E_xit"), "<control>Q", app_exit_cb, 0, NULL},
421 {N_("/_Edit"), NULL, NULL, 0, "<Branch>"},
422 {N_("/_Edit/_Copy"), "<control>C", copy_cb, 0, NULL},
423 {N_("/_Edit/Select _all"), "<control>A", allsel_cb, 0, NULL},
424 {N_("/_Edit/Select thread"), "<control>Z", selthread_cb, 0, NULL},
425 {N_("/_Edit/---"), NULL, NULL, 0, "<Separator>"},
426 {N_("/_Edit/_Find in current message..."),
427 "<control>F", search_cb, 0, NULL},
428 {N_("/_Edit/_Search folder..."), "<shift><control>F", search_cb, 1, NULL},
429 {N_("/_View"), NULL, NULL, 0, "<Branch>"},
430 {N_("/_View/Show or hi_de"), NULL, NULL, 0, "<Branch>"},
431 {N_("/_View/Show or hi_de/_Folder tree"),
432 NULL, toggle_folder_cb, 0, "<ToggleItem>"},
433 {N_("/_View/Show or hi_de/_Message view"),
434 "V", toggle_message_cb, 0, "<ToggleItem>"},
435 {N_("/_View/Show or hi_de/_Toolbar"),
436 NULL, NULL, 0, "<Branch>"},
437 {N_("/_View/Show or hi_de/_Toolbar/Icon _and text"),
438 NULL, toggle_toolbar_cb, TOOLBAR_BOTH, "<RadioItem>"},
439 {N_("/_View/Show or hi_de/_Toolbar/_Icon"),
440 NULL, toggle_toolbar_cb, TOOLBAR_ICON, "/View/Show or hide/Toolbar/Icon and text"},
441 {N_("/_View/Show or hi_de/_Toolbar/_Text"),
442 NULL, toggle_toolbar_cb, TOOLBAR_TEXT, "/View/Show or hide/Toolbar/Icon and text"},
443 {N_("/_View/Show or hi_de/_Toolbar/_None"),
444 NULL, toggle_toolbar_cb, TOOLBAR_NONE, "/View/Show or hide/Toolbar/Icon and text"},
445 {N_("/_View/Show or hi_de/Status _bar"),
446 NULL, toggle_statusbar_cb, 0, "<ToggleItem>"},
447 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
448 {N_("/_View/Separate f_older tree"), NULL, separate_widget_cb, SEPARATE_FOLDER, "<ToggleItem>"},
449 {N_("/_View/Separate m_essage view"), NULL, separate_widget_cb, SEPARATE_MESSAGE, "<ToggleItem>"},
450 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
451 {N_("/_View/_Sort"), NULL, NULL, 0, "<Branch>"},
452 {N_("/_View/_Sort/by _number"), NULL, sort_summary_cb, SORT_BY_NUMBER, "<RadioItem>"},
453 {N_("/_View/_Sort/by s_ize"), NULL, sort_summary_cb, SORT_BY_SIZE, "/View/Sort/by number"},
454 {N_("/_View/_Sort/by _date"), NULL, sort_summary_cb, SORT_BY_DATE, "/View/Sort/by number"},
455 {N_("/_View/_Sort/by _from"), NULL, sort_summary_cb, SORT_BY_FROM, "/View/Sort/by number"},
456 {N_("/_View/_Sort/by _subject"), NULL, sort_summary_cb, SORT_BY_SUBJECT, "/View/Sort/by number"},
457 {N_("/_View/_Sort/by _color label"),
458 NULL, sort_summary_cb, SORT_BY_LABEL, "/View/Sort/by number"},
459 {N_("/_View/_Sort/by _mark"), NULL, sort_summary_cb, SORT_BY_MARK, "/View/Sort/by number"},
460 {N_("/_View/_Sort/by _unread"), NULL, sort_summary_cb, SORT_BY_UNREAD, "/View/Sort/by number"},
461 {N_("/_View/_Sort/by a_ttachment"),
462 NULL, sort_summary_cb, SORT_BY_MIME, "/View/Sort/by number"},
463 {N_("/_View/_Sort/by score"), NULL, sort_summary_cb, SORT_BY_SCORE, "/View/Sort/by number"},
464 {N_("/_View/_Sort/by locked"), NULL, sort_summary_cb, SORT_BY_LOCKED, "/View/Sort/by number"},
465 {N_("/_View/_Sort/D_on't sort"), NULL, sort_summary_cb, SORT_BY_NONE, "/View/Sort/by number"},
466 {N_("/_View/_Sort/---"), NULL, NULL, 0, "<Separator>"},
467 {N_("/_View/_Sort/Ascending"), NULL, sort_summary_type_cb, SORT_ASCENDING, "<RadioItem>"},
468 {N_("/_View/_Sort/Descending"), NULL, sort_summary_type_cb, SORT_DESCENDING, "/View/Sort/Ascending"},
469 {N_("/_View/_Sort/---"), NULL, NULL, 0, "<Separator>"},
470 {N_("/_View/_Sort/_Attract by subject"),
471 NULL, attract_by_subject_cb, 0, NULL},
472 {N_("/_View/Th_read view"), "<control>T", thread_cb, 0, "<ToggleItem>"},
473 {N_("/_View/E_xpand all threads"), NULL, expand_threads_cb, 0, NULL},
474 {N_("/_View/Co_llapse all threads"), NULL, collapse_threads_cb, 0, NULL},
475 {N_("/_View/_Hide read messages"), NULL, hide_read_messages, 0, "<ToggleItem>"},
476 {N_("/_View/Set display _item..."), NULL, set_display_item_cb, 0, NULL},
478 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
479 {N_("/_View/_Go to"), NULL, NULL, 0, "<Branch>"},
480 {N_("/_View/_Go to/_Prev message"), "P", prev_cb, 0, NULL},
481 {N_("/_View/_Go to/_Next message"), "N", next_cb, 0, NULL},
482 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
483 {N_("/_View/_Go to/P_rev unread message"),
484 "<shift>P", prev_unread_cb, 0, NULL},
485 {N_("/_View/_Go to/N_ext unread message"),
486 "<shift>N", next_unread_cb, 0, NULL},
487 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
488 {N_("/_View/_Go to/Prev ne_w message"), NULL, prev_new_cb, 0, NULL},
489 {N_("/_View/_Go to/Ne_xt new message"), NULL, next_new_cb, 0, NULL},
490 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
491 {N_("/_View/_Go to/Prev _marked message"),
492 NULL, prev_marked_cb, 0, NULL},
493 {N_("/_View/_Go to/Next m_arked message"),
494 NULL, next_marked_cb, 0, NULL},
495 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
496 {N_("/_View/_Go to/Prev _labeled message"),
497 NULL, prev_labeled_cb, 0, NULL},
498 {N_("/_View/_Go to/Next la_beled message"),
499 NULL, next_labeled_cb, 0, NULL},
500 {N_("/_View/_Go to/---"), NULL, NULL, 0, "<Separator>"},
501 {N_("/_View/_Go to/Other _folder..."), "G", goto_folder_cb, 0, NULL},
502 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
504 #define CODESET_SEPARATOR \
505 {N_("/_View/_Code set/---"), NULL, NULL, 0, "<Separator>"}
506 #define CODESET_ACTION(action) \
507 NULL, set_charset_cb, action, "/View/Code set/Auto detect"
509 {N_("/_View/_Code set"), NULL, NULL, 0, "<Branch>"},
510 {N_("/_View/_Code set/_Auto detect"),
511 NULL, set_charset_cb, C_AUTO, "<RadioItem>"},
512 {N_("/_View/_Code set/---"), NULL, NULL, 0, "<Separator>"},
513 {N_("/_View/_Code set/7bit ascii (US-ASC_II)"),
514 CODESET_ACTION(C_US_ASCII)},
517 {N_("/_View/_Code set/Unicode (_UTF-8)"),
518 CODESET_ACTION(C_UTF_8)},
521 {N_("/_View/_Code set/Western European (ISO-8859-_1)"),
522 CODESET_ACTION(C_ISO_8859_1)},
523 {N_("/_View/_Code set/Western European (ISO-8859-15)"),
524 CODESET_ACTION(C_ISO_8859_15)},
527 {N_("/_View/_Code set/Central European (ISO-8859-_2)"),
528 CODESET_ACTION(C_ISO_8859_2)},
530 {N_("/_View/_Code set/_Baltic (ISO-8859-13)"),
531 CODESET_ACTION(C_ISO_8859_13)},
532 {N_("/_View/_Code set/Baltic (ISO-8859-_4)"),
533 CODESET_ACTION(C_ISO_8859_4)},
535 {N_("/_View/_Code set/Greek (ISO-8859-_7)"),
536 CODESET_ACTION(C_ISO_8859_7)},
538 {N_("/_View/_Code set/Turkish (ISO-8859-_9)"),
539 CODESET_ACTION(C_ISO_8859_9)},
541 {N_("/_View/_Code set/Cyrillic (ISO-8859-_5)"),
542 CODESET_ACTION(C_ISO_8859_5)},
543 {N_("/_View/_Code set/Cyrillic (KOI8-_R)"),
544 CODESET_ACTION(C_KOI8_R)},
545 {N_("/_View/_Code set/Cyrillic (Windows-1251)"),
546 CODESET_ACTION(C_WINDOWS_1251)},
549 {N_("/_View/_Code set/Japanese (ISO-2022-_JP)"),
550 CODESET_ACTION(C_ISO_2022_JP)},
552 {N_("/_View/_Code set/Japanese (ISO-2022-JP-2)"),
553 CODESET_ACTION(C_ISO_2022_JP_2)},
555 {N_("/_View/_Code set/Japanese (_EUC-JP)"),
556 CODESET_ACTION(C_EUC_JP)},
557 {N_("/_View/_Code set/Japanese (_Shift__JIS)"),
558 CODESET_ACTION(C_SHIFT_JIS)},
561 {N_("/_View/_Code set/Simplified Chinese (_GB2312)"),
562 CODESET_ACTION(C_GB2312)},
563 {N_("/_View/_Code set/Traditional Chinese (_Big5)"),
564 CODESET_ACTION(C_BIG5)},
565 {N_("/_View/_Code set/Traditional Chinese (EUC-_TW)"),
566 CODESET_ACTION(C_EUC_TW)},
567 {N_("/_View/_Code set/Chinese (ISO-2022-_CN)"),
568 CODESET_ACTION(C_ISO_2022_CN)},
570 {N_("/_View/_Code set/Korean (EUC-_KR)"),
571 CODESET_ACTION(C_EUC_KR)},
572 {N_("/_View/_Code set/Korean (ISO-2022-KR)"),
573 CODESET_ACTION(C_ISO_2022_KR)},
575 {N_("/_View/_Code set/Thai (TIS-620)"),
576 CODESET_ACTION(C_TIS_620)},
577 {N_("/_View/_Code set/Thai (Windows-874)"),
578 CODESET_ACTION(C_WINDOWS_874)},
581 #undef CODESET_SEPARATOR
582 #undef CODESET_ACTION
584 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
585 {N_("/_View/Open in new _window"), "<control><alt>N", open_msg_cb, 0, NULL},
586 {N_("/_View/Mess_age source"), "<control>U", view_source_cb, 0, NULL},
587 {N_("/_View/Show all _header"), "<control>H", show_all_header_cb, 0, "<ToggleItem>"},
588 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
589 {N_("/_View/_Update summary"), "<control><alt>U", update_summary_cb, 0, NULL},
591 {N_("/_Message"), NULL, NULL, 0, "<Branch>"},
592 {N_("/_Message/Get new ma_il"), "<control>I", inc_mail_cb, 0, NULL},
593 {N_("/_Message/Get from _all accounts"),
594 "<shift><control>I", inc_all_account_mail_cb, 0, NULL},
595 {N_("/_Message/Cancel receivin_g"), NULL, inc_cancel_cb, 0, NULL},
596 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
597 {N_("/_Message/_Send queued messages"), NULL, send_queue_cb, 0, NULL},
598 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
599 {N_("/_Message/Compose a_n email message"), "<control>M", compose_mail_cb, 0, NULL},
600 {N_("/_Message/Compose a news message"), NULL, compose_news_cb, 0, NULL},
601 {N_("/_Message/_Reply"), "<control>R", reply_cb, COMPOSE_REPLY, NULL},
602 {N_("/_Message/Repl_y to sender"), "<control><alt>R", reply_cb, COMPOSE_REPLY_TO_SENDER, NULL},
603 {N_("/_Message/Follow-up and reply to"), NULL, reply_cb, COMPOSE_FOLLOWUP_AND_REPLY_TO, NULL},
604 {N_("/_Message/Reply to a_ll"), "<shift><control>R", reply_cb, COMPOSE_REPLY_TO_ALL, NULL},
605 {N_("/_Message/_Forward"), "<control><alt>F", reply_cb, COMPOSE_FORWARD, NULL},
606 {N_("/_Message/Redirect"), NULL, reply_cb, COMPOSE_REDIRECT, NULL},
607 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
608 {N_("/_Message/Re-_edit"), NULL, reedit_cb, 0, NULL},
609 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
610 {N_("/_Message/M_ove..."), "<control>O", move_to_cb, 0, NULL},
611 {N_("/_Message/_Copy..."), "<shift><control>O", copy_to_cb, 0, NULL},
612 {N_("/_Message/_Delete"), "<control>D", delete_cb, 0, NULL},
613 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
614 {N_("/_Message/_Mark"), NULL, NULL, 0, "<Branch>"},
615 {N_("/_Message/_Mark/_Mark"), "<shift>asterisk", mark_cb, 0, NULL},
616 {N_("/_Message/_Mark/_Unmark"), "U", unmark_cb, 0, NULL},
617 {N_("/_Message/_Mark/---"), NULL, NULL, 0, "<Separator>"},
618 {N_("/_Message/_Mark/Mark as unr_ead"), "<shift>exclam", mark_as_unread_cb, 0, NULL},
619 {N_("/_Message/_Mark/Mark as rea_d"),
620 NULL, mark_as_read_cb, 0, NULL},
621 {N_("/_Message/_Mark/Mark all _read"), NULL, mark_all_read_cb, 0, NULL},
623 {N_("/_Tools"), NULL, NULL, 0, "<Branch>"},
624 {N_("/_Tools/_Selective download..."), "<alt>S", sel_download_cb, 0, NULL},
625 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
626 {N_("/_Tools/_Address book..."), "<shift><control>A", addressbook_open_cb, 0, NULL},
627 {N_("/_Tools/Add sender to address boo_k"),
628 NULL, add_address_cb, 0, NULL},
629 {N_("/_Tools/_Harvest addresses"), NULL, NULL, 0, "<Branch>"},
630 {N_("/_Tools/_Harvest addresses/from _Folder..."),
631 NULL, addr_harvest_cb, 0, NULL},
632 {N_("/_Tools/_Harvest addresses/from _Messages..."),
633 NULL, addr_harvest_msg_cb, 0, NULL},
634 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
635 {N_("/_Tools/_Filter messages"), NULL, filter_cb, 0, NULL},
636 {N_("/_Tools/_Create filter rule"), NULL, NULL, 0, "<Branch>"},
637 {N_("/_Tools/_Create filter rule/_Automatically"),
638 NULL, create_filter_cb, FILTER_BY_AUTO, NULL},
639 {N_("/_Tools/_Create filter rule/by _From"),
640 NULL, create_filter_cb, FILTER_BY_FROM, NULL},
641 {N_("/_Tools/_Create filter rule/by _To"),
642 NULL, create_filter_cb, FILTER_BY_TO, NULL},
643 {N_("/_Tools/_Create filter rule/by _Subject"),
644 NULL, create_filter_cb, FILTER_BY_SUBJECT, NULL},
645 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
646 {N_("/_Tools/Actio_ns"), NULL, NULL, 0, "<Branch>"},
647 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
648 {N_("/_Tools/Delete du_plicated messages"),
649 NULL, delete_duplicated_cb, 0, NULL},
650 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
651 {N_("/_Tools/E_xecute"), "X", execute_summary_cb, 0, NULL},
652 {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
653 {N_("/_Tools/_Log window"), "<control>L", log_window_show_cb, 0, NULL},
655 {N_("/_Configuration"), NULL, NULL, 0, "<Branch>"},
656 {N_("/_Configuration/_Common preferences..."),
657 NULL, prefs_common_open_cb, 0, NULL},
658 {N_("/_Configuration/C_ustom toolbar..."),
659 NULL, prefs_toolbar_cb, 0, NULL},
660 {N_("/_Configuration/_Filter setting..."),
661 NULL, prefs_filter_open_cb, 0, NULL},
662 {N_("/_Configuration/_Scoring..."),
663 NULL, prefs_scoring_open_cb, 0, NULL},
664 {N_("/_Configuration/_Filtering..."),
665 NULL, prefs_filtering_open_cb, 0, NULL},
666 {N_("/_Configuration/_Template..."), NULL, prefs_template_open_cb, 0, NULL},
667 {N_("/_Configuration/_Actions..."), NULL, prefs_actions_open_cb, 0, NULL},
668 {N_("/_Configuration/---"), NULL, NULL, 0, "<Separator>"},
669 {N_("/_Configuration/_Preferences for current account..."),
670 NULL, prefs_account_open_cb, 0, NULL},
671 {N_("/_Configuration/Create _new account..."),
672 NULL, new_account_cb, 0, NULL},
673 {N_("/_Configuration/_Edit accounts..."),
674 NULL, account_edit_open, 0, NULL},
675 {N_("/_Configuration/C_hange current account"),
676 NULL, NULL, 0, "<Branch>"},
678 {N_("/_Help"), NULL, NULL, 0, "<Branch>"},
679 {N_("/_Help/_Manual"), NULL, NULL, 0, "<Branch>"},
680 {N_("/_Help/_Manual/_English"), NULL, manual_open_cb, MANUAL_LANG_EN, NULL},
681 {N_("/_Help/_Manual/_German"), NULL, manual_open_cb, MANUAL_LANG_DE, NULL},
682 {N_("/_Help/_Manual/_Spanish"), NULL, manual_open_cb, MANUAL_LANG_ES, NULL},
683 {N_("/_Help/_Manual/_French"), NULL, manual_open_cb, MANUAL_LANG_FR, NULL},
684 {N_("/_Help/_Manual/_Japanese"), NULL, manual_open_cb, MANUAL_LANG_JA, NULL},
685 {N_("/_Help/_FAQ"), NULL, NULL, 0, "<Branch>"},
686 {N_("/_Help/_FAQ/_English"), NULL, faq_open_cb, MANUAL_LANG_EN, NULL},
687 {N_("/_Help/_FAQ/_German"), NULL, faq_open_cb, MANUAL_LANG_DE, NULL},
688 {N_("/_Help/_FAQ/_Spanish"), NULL, faq_open_cb, MANUAL_LANG_ES, NULL},
689 {N_("/_Help/_FAQ/_French"), NULL, faq_open_cb, MANUAL_LANG_FR, NULL},
690 {N_("/_Help/_FAQ/_Italian"), NULL, faq_open_cb, MANUAL_LANG_IT, NULL},
691 {N_("/_Help/---"), NULL, NULL, 0, "<Separator>"},
692 {N_("/_Help/_About"), NULL, about_show, 0, NULL}
695 MainWindow *main_window_create(SeparateType type)
701 GtkWidget *handlebox;
702 GtkWidget *vbox_body;
703 GtkWidget *hbox_stat;
704 GtkWidget *statusbar;
705 GtkWidget *progressbar;
706 GtkWidget *statuslabel;
707 GtkWidget *ac_button;
709 GtkWidget *online_status;
710 GtkWidget *offline_status;
711 GtkWidget *online_switch;
712 GtkWidget *offline_switch;
714 FolderView *folderview;
715 SummaryView *summaryview;
716 MessageView *messageview;
717 GdkColormap *colormap;
720 GtkItemFactory *ifactory;
724 guint n_menu_entries;
726 static GdkGeometry geometry;
728 debug_print("Creating main window...\n");
729 mainwin = g_new0(MainWindow, 1);
732 window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
733 gtk_window_set_title(GTK_WINDOW(window), PROG_VERSION);
734 gtk_window_set_policy(GTK_WINDOW(window), TRUE, TRUE, FALSE);
735 gtk_window_set_wmclass(GTK_WINDOW(window), "main_window", "Sylpheed");
737 if (!geometry.min_height) {
738 geometry.min_width = 320;
739 geometry.min_height = 200;
741 gtk_window_set_geometry_hints(GTK_WINDOW(window), NULL, &geometry,
744 gtk_signal_connect(GTK_OBJECT(window), "delete_event",
745 GTK_SIGNAL_FUNC(main_window_close_cb), mainwin);
746 MANAGE_WINDOW_SIGNALS_CONNECT(window);
747 gtk_signal_connect(GTK_OBJECT(window), "key_press_event",
748 GTK_SIGNAL_FUNC(key_pressed), mainwin);
750 gtk_widget_realize(window);
751 gtk_widget_add_events(window, GDK_KEY_PRESS_MASK|GDK_KEY_RELEASE_MASK);
754 gtkut_widget_set_app_icon(window);
756 vbox = gtk_vbox_new(FALSE, 0);
757 gtk_widget_show(vbox);
758 gtk_container_add(GTK_CONTAINER(window), vbox);
761 n_menu_entries = sizeof(mainwin_entries) / sizeof(mainwin_entries[0]);
762 menubar = menubar_create(window, mainwin_entries,
763 n_menu_entries, "<Main>", mainwin);
764 gtk_widget_show(menubar);
765 gtk_box_pack_start(GTK_BOX(vbox), menubar, FALSE, TRUE, 0);
766 ifactory = gtk_item_factory_from_widget(menubar);
768 handlebox = gtk_handle_box_new();
769 gtk_widget_show(handlebox);
770 gtk_box_pack_start(GTK_BOX(vbox), handlebox, FALSE, FALSE, 0);
772 /* link window to mainwin->window to avoid gdk warnings */
773 mainwin->window = window;
776 toolbar_create(mainwin, handlebox);
778 /* vbox that contains body */
779 vbox_body = gtk_vbox_new(FALSE, BORDER_WIDTH);
780 gtk_widget_show(vbox_body);
781 gtk_container_set_border_width(GTK_CONTAINER(vbox_body), BORDER_WIDTH);
782 gtk_box_pack_start(GTK_BOX(vbox), vbox_body, TRUE, TRUE, 0);
784 hbox_stat = gtk_hbox_new(FALSE, 2);
785 gtk_box_pack_end(GTK_BOX(vbox_body), hbox_stat, FALSE, FALSE, 0);
787 statusbar = statusbar_create();
788 gtk_box_pack_start(GTK_BOX(hbox_stat), statusbar, TRUE, TRUE, 0);
790 progressbar = gtk_progress_bar_new();
791 gtk_widget_set_usize(progressbar, 120, 1);
792 gtk_box_pack_start(GTK_BOX(hbox_stat), progressbar, FALSE, FALSE, 0);
794 online_status = stock_pixmap_widget(hbox_stat, STOCK_PIXMAP_WORK_ONLINE);
795 offline_status = stock_pixmap_widget(hbox_stat, STOCK_PIXMAP_WORK_OFFLINE);
796 online_switch = gtk_button_new ();
797 offline_switch = gtk_button_new ();
798 gtk_container_add (GTK_CONTAINER(online_switch), online_status);
799 gtk_button_set_relief (GTK_BUTTON(online_switch), GTK_RELIEF_NONE);
800 gtk_signal_connect (GTK_OBJECT(online_switch), "clicked", (GtkSignalFunc)online_switch_clicked, mainwin);
801 gtk_box_pack_start (GTK_BOX(hbox_stat), online_switch, FALSE, FALSE, 0);
802 gtk_container_add (GTK_CONTAINER(offline_switch), offline_status);
803 gtk_button_set_relief (GTK_BUTTON(offline_switch), GTK_RELIEF_NONE);
804 gtk_signal_connect (GTK_OBJECT(offline_switch), "clicked", (GtkSignalFunc)online_switch_clicked, mainwin);
805 gtk_box_pack_start (GTK_BOX(hbox_stat), offline_switch, FALSE, FALSE, 0);
807 statuslabel = gtk_label_new("");
808 gtk_box_pack_start(GTK_BOX(hbox_stat), statuslabel, FALSE, FALSE, 0);
810 ac_button = gtk_button_new();
811 gtk_button_set_relief(GTK_BUTTON(ac_button), GTK_RELIEF_NONE);
812 GTK_WIDGET_UNSET_FLAGS(ac_button, GTK_CAN_FOCUS);
813 gtk_widget_set_usize(ac_button, -1, 1);
814 gtk_box_pack_end(GTK_BOX(hbox_stat), ac_button, FALSE, FALSE, 0);
815 gtk_signal_connect(GTK_OBJECT(ac_button), "button_press_event",
816 GTK_SIGNAL_FUNC(ac_label_button_pressed), mainwin);
818 ac_label = gtk_label_new("");
819 gtk_container_add(GTK_CONTAINER(ac_button), ac_label);
821 gtk_widget_show_all(hbox_stat);
823 gtk_widget_hide(offline_switch);
825 mainwin->folderview = folderview = folderview_create();
826 mainwin->summaryview = summaryview = summary_create();
827 mainwin->messageview = messageview = messageview_create(mainwin);
828 mainwin->logwin = log_window_create();
830 folderview->mainwin = mainwin;
831 folderview->summaryview = summaryview;
833 summaryview->mainwin = mainwin;
834 summaryview->folderview = folderview;
835 summaryview->messageview = messageview;
836 summaryview->window = window;
838 messageview->mainwin = mainwin;
840 mainwin->vbox = vbox;
841 mainwin->menubar = menubar;
842 mainwin->menu_factory = ifactory;
843 mainwin->handlebox = handlebox;
844 mainwin->vbox_body = vbox_body;
845 mainwin->hbox_stat = hbox_stat;
846 mainwin->statusbar = statusbar;
847 mainwin->progressbar = progressbar;
848 mainwin->statuslabel = statuslabel;
849 mainwin->ac_button = ac_button;
850 mainwin->ac_label = ac_label;
852 mainwin->online_switch = online_switch;
853 mainwin->offline_switch = offline_switch;
855 /* set context IDs for status bar */
856 mainwin->mainwin_cid = gtk_statusbar_get_context_id
857 (GTK_STATUSBAR(statusbar), "Main Window");
858 mainwin->folderview_cid = gtk_statusbar_get_context_id
859 (GTK_STATUSBAR(statusbar), "Folder View");
860 mainwin->summaryview_cid = gtk_statusbar_get_context_id
861 (GTK_STATUSBAR(statusbar), "Summary View");
863 /* allocate colors for summary view and folder view */
864 summaryview->color_marked.red = summaryview->color_marked.green = 0;
865 summaryview->color_marked.blue = (guint16)65535;
867 summaryview->color_dim.red = summaryview->color_dim.green =
868 summaryview->color_dim.blue = COLOR_DIM;
870 folderview->color_new.red = (guint16)55000;
871 folderview->color_new.green = folderview->color_new.blue = 15000;
873 gtkut_convert_int_to_gdk_color(prefs_common.tgt_folder_col,
874 &folderview->color_op);
876 summaryview->color_important.red = 0;
877 summaryview->color_important.green = 0;
878 summaryview->color_important.blue = (guint16)65535;
880 color[0] = summaryview->color_marked;
881 color[1] = summaryview->color_dim;
882 color[2] = folderview->color_new;
883 color[3] = folderview->color_op;
885 colormap = gdk_window_get_colormap(window->window);
886 gdk_colormap_alloc_colors(colormap, color, 4, FALSE, TRUE, success);
887 for (i = 0; i < 4; i++) {
888 if (success[i] == FALSE)
889 g_warning(_("MainWindow: color allocation %d failed\n"), i);
892 debug_print("done.\n");
894 messageview->visible = TRUE;
896 main_window_set_widgets(mainwin, type);
899 menuitem = gtk_item_factory_get_item
900 (ifactory, "/View/Code set/Auto detect");
901 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
903 switch (prefs_common.toolbar_style) {
905 menuitem = gtk_item_factory_get_item
906 (ifactory, "/View/Show or hide/Toolbar/None");
909 menuitem = gtk_item_factory_get_item
910 (ifactory, "/View/Show or hide/Toolbar/Icon");
913 menuitem = gtk_item_factory_get_item
914 (ifactory, "/View/Show or hide/Toolbar/Text");
917 menuitem = gtk_item_factory_get_item
918 (ifactory, "/View/Show or hide/Toolbar/Icon and text");
920 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
922 gtk_widget_hide(mainwin->hbox_stat);
923 menuitem = gtk_item_factory_get_item
924 (ifactory, "/View/Show or hide/Status bar");
925 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
926 prefs_common.show_statusbar);
928 gtk_widget_hide(GTK_WIDGET(mainwin->summaryview->hbox_search));
930 if (prefs_common.show_searchbar)
931 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(mainwin->summaryview->toggle_search), TRUE);
934 /* set account selection menu */
935 ac_menu = gtk_item_factory_get_widget
936 (ifactory, "/Configuration/Change current account");
937 gtk_signal_connect(GTK_OBJECT(ac_menu), "selection_done",
938 GTK_SIGNAL_FUNC(ac_menu_popup_closed), mainwin);
939 mainwin->ac_menu = ac_menu;
941 toolbar_set_sensitive(mainwin);
943 /* create actions menu */
944 update_mainwin_actions_menu(ifactory, mainwin);
946 /* show main window */
947 gtk_widget_set_uposition(mainwin->window,
948 prefs_common.mainwin_x,
949 prefs_common.mainwin_y);
950 gtk_widget_set_usize(window, prefs_common.mainwin_width,
951 prefs_common.mainwin_height);
952 gtk_widget_show(mainwin->window);
954 /* initialize views */
955 folderview_init(folderview);
956 summary_init(summaryview);
957 messageview_init(messageview);
958 log_window_init(mainwin->logwin);
960 mainwin->lock_count = 0;
961 mainwin->menu_lock_count = 0;
962 mainwin->cursor_count = 0;
965 watch_cursor = gdk_cursor_new(GDK_WATCH);
967 mainwin_list = g_list_append(mainwin_list, mainwin);
969 /* init work_offline */
970 if (prefs_common.work_offline)
971 online_switch_clicked (GTK_BUTTON(online_switch), mainwin);
976 void main_window_cursor_wait(MainWindow *mainwin)
979 if (mainwin->cursor_count == 0)
980 gdk_window_set_cursor(mainwin->window->window, watch_cursor);
982 mainwin->cursor_count++;
987 void main_window_cursor_normal(MainWindow *mainwin)
989 if (mainwin->cursor_count)
990 mainwin->cursor_count--;
992 if (mainwin->cursor_count == 0)
993 gdk_window_set_cursor(mainwin->window->window, NULL);
998 /* lock / unlock the user-interface */
999 void main_window_lock(MainWindow *mainwin)
1001 if (mainwin->lock_count == 0)
1002 gtk_widget_set_sensitive(mainwin->ac_button, FALSE);
1004 mainwin->lock_count++;
1006 main_window_set_menu_sensitive(mainwin);
1007 toolbar_set_sensitive(mainwin);
1010 void main_window_unlock(MainWindow *mainwin)
1012 if (mainwin->lock_count)
1013 mainwin->lock_count--;
1015 main_window_set_menu_sensitive(mainwin);
1016 toolbar_set_sensitive(mainwin);
1018 if (mainwin->lock_count == 0)
1019 gtk_widget_set_sensitive(mainwin->ac_button, TRUE);
1022 static void main_window_menu_callback_block(MainWindow *mainwin)
1024 mainwin->menu_lock_count++;
1027 static void main_window_menu_callback_unblock(MainWindow *mainwin)
1029 if (mainwin->menu_lock_count)
1030 mainwin->menu_lock_count--;
1033 void main_window_reflect_prefs_all(void)
1035 main_window_reflect_prefs_all_real(FALSE);
1038 void main_window_reflect_prefs_all_real(gboolean pixmap_theme_changed)
1041 MainWindow *mainwin;
1043 for (cur = mainwin_list; cur != NULL; cur = cur->next) {
1044 mainwin = (MainWindow *)cur->data;
1046 main_window_show_cur_account(mainwin);
1047 main_window_set_menu_sensitive(mainwin);
1048 toolbar_set_sensitive(mainwin);
1051 if (pixmap_theme_changed) {
1053 set_toolbar_style(mainwin);
1054 folderview_reflect_prefs_pixmap_theme(mainwin->folderview);
1055 summary_reflect_prefs_pixmap_theme(mainwin->summaryview);
1058 summary_redisplay_msg(mainwin->summaryview);
1059 headerview_set_visibility(mainwin->messageview->headerview,
1060 prefs_common.display_header_pane);
1064 void main_window_set_summary_column(void)
1067 MainWindow *mainwin;
1069 for (cur = mainwin_list; cur != NULL; cur = cur->next) {
1070 mainwin = (MainWindow *)cur->data;
1071 summary_set_column_order(mainwin->summaryview);
1075 void main_window_set_account_menu(GList *account_list)
1077 GList *cur, *cur_ac, *cur_item;
1078 GtkWidget *menuitem;
1079 MainWindow *mainwin;
1080 PrefsAccount *ac_prefs;
1082 for (cur = mainwin_list; cur != NULL; cur = cur->next) {
1083 mainwin = (MainWindow *)cur->data;
1085 /* destroy all previous menu item */
1086 cur_item = GTK_MENU_SHELL(mainwin->ac_menu)->children;
1087 while (cur_item != NULL) {
1088 GList *next = cur_item->next;
1089 gtk_widget_destroy(GTK_WIDGET(cur_item->data));
1093 for (cur_ac = account_list; cur_ac != NULL;
1094 cur_ac = cur_ac->next) {
1095 ac_prefs = (PrefsAccount *)cur_ac->data;
1097 menuitem = gtk_menu_item_new_with_label
1098 (ac_prefs->account_name
1099 ? ac_prefs->account_name : _("Untitled"));
1100 gtk_widget_show(menuitem);
1101 gtk_menu_append(GTK_MENU(mainwin->ac_menu), menuitem);
1102 gtk_signal_connect(GTK_OBJECT(menuitem), "activate",
1103 GTK_SIGNAL_FUNC(account_menu_cb),
1109 static void main_window_show_cur_account(MainWindow *mainwin)
1114 ac_name = g_strdup(cur_account
1115 ? (cur_account->account_name
1116 ? cur_account->account_name : _("Untitled"))
1120 buf = g_strdup_printf("%s - %s", ac_name, PROG_VERSION);
1122 buf = g_strdup(PROG_VERSION);
1123 gtk_window_set_title(GTK_WINDOW(mainwin->window), buf);
1126 gtk_label_set_text(GTK_LABEL(mainwin->ac_label), ac_name);
1127 gtk_widget_queue_resize(mainwin->ac_button);
1132 void main_window_separation_change(MainWindow *mainwin, SeparateType type)
1134 GtkWidget *folder_wid = GTK_WIDGET_PTR(mainwin->folderview);
1135 GtkWidget *summary_wid = GTK_WIDGET_PTR(mainwin->summaryview);
1136 GtkWidget *message_wid = GTK_WIDGET_PTR(mainwin->messageview);
1138 debug_print("Changing window separation type from %d to %d\n",
1139 mainwin->type, type);
1141 if (mainwin->type == type) return;
1143 /* remove widgets from those containers */
1144 gtk_widget_ref(folder_wid);
1145 gtk_widget_ref(summary_wid);
1146 gtk_widget_ref(message_wid);
1147 gtkut_container_remove
1148 (GTK_CONTAINER(folder_wid->parent), folder_wid);
1149 gtkut_container_remove
1150 (GTK_CONTAINER(summary_wid->parent), summary_wid);
1151 gtkut_container_remove
1152 (GTK_CONTAINER(message_wid->parent), message_wid);
1154 /* clean containers */
1155 switch (mainwin->type) {
1157 gtk_widget_destroy(mainwin->win.sep_none.hpaned);
1159 case SEPARATE_FOLDER:
1160 gtk_widget_destroy(mainwin->win.sep_folder.vpaned);
1161 gtk_widget_destroy(mainwin->win.sep_folder.folderwin);
1163 case SEPARATE_MESSAGE:
1164 gtk_widget_destroy(mainwin->win.sep_message.hpaned);
1165 gtk_widget_destroy(mainwin->win.sep_message.messagewin);
1168 gtk_widget_destroy(mainwin->win.sep_both.messagewin);
1169 gtk_widget_destroy(mainwin->win.sep_both.folderwin);
1173 gtk_widget_hide(mainwin->window);
1174 main_window_set_widgets(mainwin, type);
1175 gtk_widget_show(mainwin->window);
1177 gtk_widget_unref(folder_wid);
1178 gtk_widget_unref(summary_wid);
1179 gtk_widget_unref(message_wid);
1182 void main_window_toggle_message_view(MainWindow *mainwin)
1184 SummaryView *summaryview = mainwin->summaryview;
1185 union CompositeWin *cwin = &mainwin->win;
1186 GtkWidget *vpaned = NULL;
1187 GtkWidget *container = NULL;
1188 GtkWidget *msgwin = NULL;
1190 switch (mainwin->type) {
1192 vpaned = cwin->sep_none.vpaned;
1193 container = cwin->sep_none.hpaned;
1195 case SEPARATE_FOLDER:
1196 vpaned = cwin->sep_folder.vpaned;
1197 container = mainwin->vbox_body;
1199 case SEPARATE_MESSAGE:
1200 msgwin = mainwin->win.sep_message.messagewin;
1203 msgwin = mainwin->win.sep_both.messagewin;
1208 if (GTK_WIDGET_VISIBLE(msgwin)) {
1209 gtk_widget_hide(msgwin);
1210 mainwin->messageview->visible = FALSE;
1211 summaryview->displayed = NULL;
1213 gtk_widget_show(msgwin);
1214 mainwin->messageview->visible = TRUE;
1216 } else if (vpaned->parent != NULL) {
1217 mainwin->messageview->visible = FALSE;
1218 summaryview->displayed = NULL;
1219 gtk_widget_ref(vpaned);
1220 gtkut_container_remove(GTK_CONTAINER(container), vpaned);
1221 gtk_widget_reparent(GTK_WIDGET_PTR(summaryview), container);
1222 gtk_arrow_set(GTK_ARROW(summaryview->toggle_arrow),
1223 GTK_ARROW_UP, GTK_SHADOW_OUT);
1225 mainwin->messageview->visible = TRUE;
1226 gtk_widget_reparent(GTK_WIDGET_PTR(summaryview), vpaned);
1227 gtk_container_add(GTK_CONTAINER(container), vpaned);
1228 gtk_widget_unref(vpaned);
1229 gtk_arrow_set(GTK_ARROW(summaryview->toggle_arrow),
1230 GTK_ARROW_DOWN, GTK_SHADOW_OUT);
1233 main_window_set_menu_sensitive(mainwin);
1235 gtk_widget_grab_focus(summaryview->ctree);
1238 void main_window_get_size(MainWindow *mainwin)
1240 GtkAllocation *allocation;
1242 allocation = &(GTK_WIDGET_PTR(mainwin->summaryview)->allocation);
1244 prefs_common.summaryview_width = allocation->width;
1246 if ((mainwin->type == SEPARATE_NONE ||
1247 mainwin->type == SEPARATE_FOLDER) &&
1248 messageview_is_visible(mainwin->messageview))
1249 prefs_common.summaryview_height = allocation->height;
1251 prefs_common.mainview_width = allocation->width;
1253 allocation = &mainwin->window->allocation;
1255 prefs_common.mainview_height = allocation->height;
1256 prefs_common.mainwin_width = allocation->width;
1257 prefs_common.mainwin_height = allocation->height;
1259 allocation = &(GTK_WIDGET_PTR(mainwin->folderview)->allocation);
1261 prefs_common.folderview_width = allocation->width;
1262 prefs_common.folderview_height = allocation->height;
1265 void main_window_get_position(MainWindow *mainwin)
1269 gtkut_widget_get_uposition(mainwin->window, &x, &y);
1271 prefs_common.mainview_x = x;
1272 prefs_common.mainview_y = y;
1273 prefs_common.mainwin_x = x;
1274 prefs_common.mainwin_y = y;
1276 debug_print("window position: x = %d, y = %d\n", x, y);
1279 void main_window_empty_trash(MainWindow *mainwin, gboolean confirm)
1285 for (has_trash = 0, list = folder_get_list(); list != NULL; list = list->next) {
1286 folder = FOLDER(list->data);
1287 if (folder && folder->trash && folder->trash->total > 0)
1291 if (!has_trash) return;
1294 if (alertpanel(_("Empty trash"),
1295 _("Empty all messages in trash?"),
1296 _("Yes"), _("No"), NULL) != G_ALERTDEFAULT)
1298 manage_window_focus_in(mainwin->window, NULL, NULL);
1301 procmsg_empty_trash();
1303 for (list = folder_get_list(); list != NULL; list = list->next) {
1304 folder = list->data;
1305 if (folder && folder->trash) {
1306 folderview_update_item(folder->trash, TRUE);
1310 if (mainwin->summaryview->folder_item &&
1311 mainwin->summaryview->folder_item->stype == F_TRASH)
1312 gtk_widget_grab_focus(mainwin->folderview->ctree);
1315 void main_window_add_mailbox(MainWindow *mainwin)
1320 path = input_dialog(_("Add mailbox"),
1321 _("Input the location of mailbox.\n"
1322 "If the existing mailbox is specified, it will be\n"
1323 "scanned automatically."),
1326 if (folder_find_from_path(path)) {
1327 alertpanel_error(_("The mailbox `%s' already exists."), path);
1331 if (!strcmp(path, "Mail"))
1332 folder = folder_new(F_MH, _("Mailbox"), path);
1334 folder = folder_new(F_MH, g_basename(path), path);
1337 if (folder->create_tree(folder) < 0) {
1338 alertpanel_error(_("Creation of the mailbox failed.\n"
1339 "Maybe some files already exist, or you don't have the permission to write there."));
1340 folder_destroy(folder);
1345 folder_set_ui_func(folder, scan_tree_func, mainwin);
1346 folder_scan_tree(folder);
1347 folder_set_ui_func(folder, NULL, NULL);
1349 folderview_set(mainwin->folderview);
1352 void main_window_add_mbox(MainWindow *mainwin)
1358 path = input_dialog(_("Add mbox mailbox"),
1359 _("Input the location of mailbox."),
1364 if (folder_find_from_path(path)) {
1365 alertpanel_error(_("The mailbox `%s' already exists."), path);
1371 if (!strcmp(path, "Mail"))
1372 folder = folder_new(F_MBOX, _("Mailbox"), path);
1376 folder = folder_new(F_MBOX, g_basename(path), path);
1379 if (folder->create_tree(folder) < 0) {
1380 alertpanel_error(_("Creation of the mailbox failed."));
1381 folder_destroy(folder);
1387 item = folder_item_new(folder, folder->name, NULL);
1388 item->folder = folder;
1389 folder->node = g_node_new(item);
1391 folder->create_folder(folder, item, "inbox");
1392 folder->create_folder(folder, item, "outbox");
1393 folder->create_folder(folder, item, "queue");
1394 folder->create_folder(folder, item, "draft");
1395 folder->create_folder(folder, item, "trash");
1397 folderview_set(mainwin->folderview);
1400 SensitiveCond main_window_get_current_state(MainWindow *mainwin)
1402 SensitiveCond state = 0;
1403 SummarySelection selection;
1404 FolderItem *item = mainwin->summaryview->folder_item;
1405 GList *account_list = account_get_list();
1407 selection = summary_get_selection_type(mainwin->summaryview);
1409 if (mainwin->lock_count == 0)
1410 state |= M_UNLOCKED;
1411 if (selection != SUMMARY_NONE)
1412 state |= M_MSG_EXIST;
1413 if (item && item->path && item->parent && !item->no_select) {
1415 /* if (item->folder->type != F_NEWS) */
1416 state |= M_ALLOW_DELETE;
1418 if (prefs_common.immediate_exec == 0
1419 && mainwin->lock_count == 0)
1420 state |= M_DELAY_EXEC;
1422 if ((selection == SUMMARY_NONE && item->hide_read_msgs)
1423 || selection != SUMMARY_NONE)
1424 state |= M_HIDE_READ_MSG;
1426 if (mainwin->summaryview->threaded)
1427 state |= M_THREADED;
1429 state |= M_UNTHREADED;
1430 if (selection == SUMMARY_SELECTED_SINGLE ||
1431 selection == SUMMARY_SELECTED_MULTIPLE)
1432 state |= M_TARGET_EXIST;
1433 if (selection == SUMMARY_SELECTED_SINGLE)
1434 state |= M_SINGLE_TARGET_EXIST;
1435 if (mainwin->summaryview->folder_item &&
1436 mainwin->summaryview->folder_item->folder->type == F_NEWS)
1438 if (selection == SUMMARY_SELECTED_SINGLE &&
1440 (item->stype == F_OUTBOX || item->stype == F_DRAFT ||
1441 item->stype == F_QUEUE)))
1442 state |= M_ALLOW_REEDIT;
1444 state |= M_HAVE_ACCOUNT;
1446 for ( ; account_list != NULL; account_list = account_list->next) {
1447 if (((PrefsAccount*)account_list->data)->protocol == A_NNTP) {
1448 state |= M_HAVE_NEWS_ACCOUNT;
1453 if (inc_is_active())
1454 state |= M_INC_ACTIVE;
1461 void main_window_set_menu_sensitive(MainWindow *mainwin)
1463 GtkItemFactory *ifactory = mainwin->menu_factory;
1464 SensitiveCond state;
1466 GtkWidget *menuitem;
1467 SummaryView *summaryview;
1471 static const struct {
1475 {"/File/Add mailbox..." , M_UNLOCKED},
1476 {"/File/Add mbox mailbox..." , M_UNLOCKED},
1477 {"/File/Check for new messages in all folders", M_UNLOCKED},
1478 {"/File/Folder" , M_UNLOCKED},
1479 {"/File/Import mbox file..." , M_UNLOCKED},
1480 {"/File/Export to mbox file..." , M_UNLOCKED},
1481 {"/File/Empty trash" , M_UNLOCKED},
1482 {"/File/Work offline" , M_UNLOCKED},
1484 {"/File/Save as...", M_SINGLE_TARGET_EXIST|M_UNLOCKED},
1485 {"/File/Print..." , M_TARGET_EXIST|M_UNLOCKED},
1486 /* {"/File/Close" , M_UNLOCKED}, */
1487 {"/File/Exit" , M_UNLOCKED},
1489 {"/Edit/Select thread" , M_SINGLE_TARGET_EXIST},
1490 {"/View/Sort" , M_EXEC},
1491 {"/View/Thread view" , M_EXEC},
1492 {"/View/Expand all threads" , M_MSG_EXIST},
1493 {"/View/Collapse all threads" , M_MSG_EXIST},
1494 {"/View/Hide read messages" , M_HIDE_READ_MSG},
1495 {"/View/Go to/Prev message" , M_MSG_EXIST},
1496 {"/View/Go to/Next message" , M_MSG_EXIST},
1497 {"/View/Go to/Prev unread message" , M_MSG_EXIST},
1498 {"/View/Go to/Next unread message" , M_MSG_EXIST},
1499 {"/View/Go to/Prev new message" , M_MSG_EXIST},
1500 {"/View/Go to/Next new message" , M_MSG_EXIST},
1501 {"/View/Go to/Prev marked message" , M_MSG_EXIST},
1502 {"/View/Go to/Next marked message" , M_MSG_EXIST},
1503 {"/View/Go to/Prev labeled message", M_MSG_EXIST},
1504 {"/View/Go to/Next labeled message", M_MSG_EXIST},
1505 {"/View/Open in new window" , M_SINGLE_TARGET_EXIST},
1506 {"/View/Show all header" , M_SINGLE_TARGET_EXIST},
1507 {"/View/Message source" , M_SINGLE_TARGET_EXIST},
1509 {"/Message/Get new mail" , M_HAVE_ACCOUNT|M_UNLOCKED},
1510 {"/Message/Get from all accounts" , M_HAVE_ACCOUNT|M_UNLOCKED},
1511 {"/Message/Cancel receiving" , M_INC_ACTIVE},
1512 {"/Message/Compose a news message", M_HAVE_NEWS_ACCOUNT},
1513 {"/Message/Reply" , M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST},
1514 {"/Message/Reply to sender" , M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST},
1515 {"/Message/Reply to all" , M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST},
1516 {"/Message/Follow-up and reply to", M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST|M_NEWS},
1517 {"/Message/Forward" , M_HAVE_ACCOUNT|M_TARGET_EXIST},
1518 {"/Message/Redirect" , M_HAVE_ACCOUNT|M_SINGLE_TARGET_EXIST},
1519 {"/Message/Re-edit" , M_HAVE_ACCOUNT|M_ALLOW_REEDIT},
1520 {"/Message/Move..." , M_TARGET_EXIST|M_ALLOW_DELETE|M_UNLOCKED},
1521 {"/Message/Copy..." , M_TARGET_EXIST|M_EXEC|M_UNLOCKED},
1522 {"/Message/Delete" , M_TARGET_EXIST|M_ALLOW_DELETE|M_UNLOCKED},
1523 {"/Message/Mark" , M_TARGET_EXIST},
1525 {"/Tools/Selective download..." , M_HAVE_ACCOUNT|M_UNLOCKED},
1526 {"/Tools/Add sender to address book", M_SINGLE_TARGET_EXIST},
1527 {"/Tools/Harvest addresses" , M_UNLOCKED},
1528 {"/Tools/Filter messages" , M_MSG_EXIST|M_EXEC|M_UNLOCKED},
1529 {"/Tools/Create filter rule" , M_SINGLE_TARGET_EXIST|M_UNLOCKED},
1530 {"/Tools/Actions" , M_TARGET_EXIST|M_UNLOCKED},
1531 {"/Tools/Execute" , M_DELAY_EXEC},
1532 {"/Tools/Delete duplicated messages", M_MSG_EXIST|M_ALLOW_DELETE|M_UNLOCKED},
1534 {"/Configuration", M_UNLOCKED},
1539 state = main_window_get_current_state(mainwin);
1541 for (i = 0; entry[i].entry != NULL; i++) {
1542 sensitive = ((entry[i].cond & state) == entry[i].cond);
1543 menu_set_sensitive(ifactory, entry[i].entry, sensitive);
1546 main_window_menu_callback_block(mainwin);
1548 #define SET_CHECK_MENU_ACTIVE(path, active) \
1550 menuitem = gtk_item_factory_get_widget(ifactory, path); \
1551 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), active); \
1554 SET_CHECK_MENU_ACTIVE("/View/Show or hide/Message view",
1555 messageview_is_visible(mainwin->messageview));
1557 summaryview = mainwin->summaryview;
1558 menu_path = "/View/Sort/Don't sort";
1560 switch (summaryview->sort_key) {
1561 case SORT_BY_NUMBER:
1562 menu_path = "/View/Sort/by number"; break;
1564 menu_path = "/View/Sort/by size"; break;
1566 menu_path = "/View/Sort/by date"; break;
1568 menu_path = "/View/Sort/by from"; break;
1569 case SORT_BY_SUBJECT:
1570 menu_path = "/View/Sort/by subject"; break;
1572 menu_path = "/View/Sort/by color label"; break;
1574 menu_path = "/View/Sort/by mark"; break;
1575 case SORT_BY_UNREAD:
1576 menu_path = "/View/Sort/by unread"; break;
1578 menu_path = "/View/Sort/by attachment"; break;
1580 menu_path = "/View/Sort/by score"; break;
1581 case SORT_BY_LOCKED:
1582 menu_path = "/View/Sort/by locked"; break;
1585 menu_path = "/View/Sort/Don't sort"; break;
1587 SET_CHECK_MENU_ACTIVE(menu_path, TRUE);
1589 if (summaryview->sort_type == SORT_ASCENDING) {
1590 SET_CHECK_MENU_ACTIVE("/View/Sort/Ascending", TRUE);
1592 SET_CHECK_MENU_ACTIVE("/View/Sort/Descending", TRUE);
1595 if (summaryview->sort_key != SORT_BY_NONE) {
1596 menu_set_sensitive(ifactory, "/View/Sort/Ascending", TRUE);
1597 menu_set_sensitive(ifactory, "/View/Sort/Descending", TRUE);
1599 menu_set_sensitive(ifactory, "/View/Sort/Ascending", FALSE);
1600 menu_set_sensitive(ifactory, "/View/Sort/Descending", FALSE);
1603 SET_CHECK_MENU_ACTIVE("/View/Show all header",
1604 mainwin->messageview->textview->show_all_headers);
1605 SET_CHECK_MENU_ACTIVE("/View/Thread view", (state & M_THREADED) != 0);
1607 #undef SET_CHECK_MENU_ACTIVE
1609 main_window_menu_callback_unblock(mainwin);
1612 void main_window_popup(MainWindow *mainwin)
1618 gdk_window_get_origin(mainwin->window->window, &x, &y);
1619 sx = gdk_screen_width();
1620 sy = gdk_screen_height();
1621 x %= sx; if (x < 0) x = 0;
1622 y %= sy; if (y < 0) y = 0;
1623 gdk_window_move(mainwin->window->window, x, y);
1624 gdk_window_raise(mainwin->window->window);
1625 gdk_window_show(mainwin->window->window);
1627 debug_print("window position: x = %d, y = %d\n", x, y);
1629 switch (mainwin->type) {
1630 case SEPARATE_FOLDER:
1631 widget = mainwin->win.sep_folder.folderwin;
1632 gdk_window_get_origin(widget->window, &x, &y);
1633 x %= sx; if (x < 0) x = 0;
1634 y %= sy; if (y < 0) y = 0;
1635 gdk_window_move(widget->window, x, y);
1636 gdk_window_raise(widget->window);
1638 case SEPARATE_MESSAGE:
1639 widget = mainwin->win.sep_message.messagewin;
1640 gdk_window_get_origin(widget->window, &x, &y);
1641 x %= sx; if (x < 0) x = 0;
1642 y %= sy; if (y < 0) y = 0;
1643 gdk_window_move(widget->window, x, y);
1644 gdk_window_raise(widget->window);
1647 widget = mainwin->win.sep_both.folderwin;
1648 gdk_window_get_origin(widget->window, &x, &y);
1649 x %= sx; if (x < 0) x = 0;
1650 y %= sy; if (y < 0) y = 0;
1651 gdk_window_move(widget->window, x, y);
1652 gdk_window_raise(widget->window);
1653 widget = mainwin->win.sep_both.messagewin;
1654 gdk_window_get_origin(widget->window, &x, &y);
1655 x %= sx; if (x < 0) x = 0;
1656 y %= sy; if (y < 0) y = 0;
1657 gdk_window_move(widget->window, x, y);
1658 gdk_window_raise(widget->window);
1665 static void main_window_set_widgets(MainWindow *mainwin, SeparateType type)
1667 GtkWidget *folderwin = NULL;
1668 GtkWidget *messagewin = NULL;
1671 GtkWidget *vbox_body = mainwin->vbox_body;
1672 GtkItemFactory *ifactory = mainwin->menu_factory;
1673 GtkWidget *menuitem;
1675 debug_print("Setting widgets...");
1677 /* create separated window(s) if needed */
1678 if (type & SEPARATE_FOLDER) {
1679 folderwin = gtk_window_new(GTK_WINDOW_TOPLEVEL);
1680 gtk_window_set_title(GTK_WINDOW(folderwin),
1681 _("Sylpheed - Folder View"));
1682 gtk_window_set_wmclass(GTK_WINDOW(folderwin),
1683 "folder_view", "Sylpheed");
1684 gtk_window_set_policy(GTK_WINDOW(folderwin),
1686 gtk_widget_set_usize(folderwin, -1,
1687 prefs_common.mainview_height);
1688 gtk_container_set_border_width(GTK_CONTAINER(folderwin),
1690 gtk_signal_connect(GTK_OBJECT(folderwin), "delete_event",
1691 GTK_SIGNAL_FUNC(folder_window_close_cb),
1694 if (type & SEPARATE_MESSAGE) {
1695 messagewin = gtk_window_new(GTK_WINDOW_TOPLEVEL);
1696 gtk_window_set_title(GTK_WINDOW(messagewin),
1697 _("Sylpheed - Message View"));
1698 gtk_window_set_wmclass(GTK_WINDOW(messagewin),
1699 "message_view", "Sylpheed");
1700 gtk_window_set_policy(GTK_WINDOW(messagewin),
1702 gtk_widget_set_usize
1703 (messagewin, prefs_common.mainview_width,
1704 prefs_common.mainview_height
1705 - prefs_common.summaryview_height
1706 + DEFAULT_HEADERVIEW_HEIGHT);
1707 gtk_container_set_border_width(GTK_CONTAINER(messagewin),
1709 gtk_signal_connect(GTK_OBJECT(messagewin), "delete_event",
1710 GTK_SIGNAL_FUNC(message_window_close_cb),
1716 hpaned = gtk_hpaned_new();
1717 gtk_widget_show(hpaned);
1718 gtk_box_pack_start(GTK_BOX(vbox_body), hpaned, TRUE, TRUE, 0);
1719 gtk_paned_add1(GTK_PANED(hpaned),
1720 GTK_WIDGET_PTR(mainwin->folderview));
1722 vpaned = gtk_vpaned_new();
1723 if (messageview_is_visible(mainwin->messageview)) {
1724 gtk_paned_add2(GTK_PANED(hpaned), vpaned);
1725 gtk_paned_add1(GTK_PANED(vpaned),
1726 GTK_WIDGET_PTR(mainwin->summaryview));
1728 gtk_paned_add2(GTK_PANED(hpaned),
1729 GTK_WIDGET_PTR(mainwin->summaryview));
1730 gtk_widget_ref(vpaned);
1732 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->summaryview),
1733 prefs_common.summaryview_width,
1734 prefs_common.summaryview_height);
1735 gtk_paned_add2(GTK_PANED(vpaned),
1736 GTK_WIDGET_PTR(mainwin->messageview));
1737 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->messageview),
1738 prefs_common.mainview_width, -1);
1739 gtk_widget_set_usize(mainwin->window,
1740 prefs_common.folderview_width +
1741 prefs_common.mainview_width,
1742 prefs_common.mainwin_height);
1743 gtk_widget_show_all(vpaned);
1745 /* CLAWS: previous "gtk_widget_show_all" makes noticeview
1746 * lose track of its visibility state */
1747 if (!noticeview_is_visible(mainwin->messageview->noticeview))
1748 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->messageview->noticeview));
1750 mainwin->win.sep_none.hpaned = hpaned;
1751 mainwin->win.sep_none.vpaned = vpaned;
1753 case SEPARATE_FOLDER:
1754 vpaned = gtk_vpaned_new();
1755 if (messageview_is_visible(mainwin->messageview)) {
1756 gtk_box_pack_start(GTK_BOX(vbox_body), vpaned,
1758 gtk_paned_add1(GTK_PANED(vpaned),
1759 GTK_WIDGET_PTR(mainwin->summaryview));
1761 gtk_box_pack_start(GTK_BOX(vbox_body),
1762 GTK_WIDGET_PTR(mainwin->summaryview),
1764 gtk_widget_ref(vpaned);
1766 gtk_paned_add2(GTK_PANED(vpaned),
1767 GTK_WIDGET_PTR(mainwin->messageview));
1768 gtk_widget_show_all(vpaned);
1769 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->summaryview),
1770 prefs_common.summaryview_width,
1771 prefs_common.summaryview_height);
1772 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->messageview),
1773 prefs_common.mainview_width, -1);
1774 gtk_widget_set_usize(mainwin->window,
1775 prefs_common.mainview_width,
1776 prefs_common.mainview_height);
1778 gtk_container_add(GTK_CONTAINER(folderwin),
1779 GTK_WIDGET_PTR(mainwin->folderview));
1781 mainwin->win.sep_folder.folderwin = folderwin;
1782 mainwin->win.sep_folder.vpaned = vpaned;
1784 gtk_widget_show_all(folderwin);
1786 /* CLAWS: previous "gtk_widget_show_all" makes noticeview
1787 * lose track of its visibility state */
1788 if (!noticeview_is_visible(mainwin->messageview->noticeview))
1789 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->messageview->noticeview));
1791 case SEPARATE_MESSAGE:
1792 hpaned = gtk_hpaned_new();
1793 gtk_box_pack_start(GTK_BOX(vbox_body), hpaned, TRUE, TRUE, 0);
1795 gtk_paned_add1(GTK_PANED(hpaned),
1796 GTK_WIDGET_PTR(mainwin->folderview));
1797 gtk_paned_add2(GTK_PANED(hpaned),
1798 GTK_WIDGET_PTR(mainwin->summaryview));
1799 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->summaryview),
1800 prefs_common.summaryview_width,
1801 prefs_common.summaryview_height);
1802 gtk_widget_set_usize(mainwin->window,
1803 prefs_common.folderview_width +
1804 prefs_common.mainview_width,
1805 prefs_common.mainwin_height);
1806 gtk_widget_show_all(hpaned);
1807 gtk_container_add(GTK_CONTAINER(messagewin),
1808 GTK_WIDGET_PTR(mainwin->messageview));
1810 mainwin->win.sep_message.messagewin = messagewin;
1811 mainwin->win.sep_message.hpaned = hpaned;
1813 gtk_widget_show_all(messagewin);
1815 /* CLAWS: previous "gtk_widget_show_all" makes noticeview
1816 * lose track of its visibility state */
1817 if (!noticeview_is_visible(mainwin->messageview->noticeview))
1818 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->messageview->noticeview));
1821 gtk_box_pack_start(GTK_BOX(vbox_body),
1822 GTK_WIDGET_PTR(mainwin->summaryview),
1824 gtk_widget_set_usize(GTK_WIDGET_PTR(mainwin->summaryview),
1825 prefs_common.summaryview_width,
1826 prefs_common.summaryview_height);
1827 gtk_widget_set_usize(mainwin->window,
1828 prefs_common.mainview_width,
1829 prefs_common.mainwin_height);
1830 gtk_container_add(GTK_CONTAINER(folderwin),
1831 GTK_WIDGET_PTR(mainwin->folderview));
1832 gtk_container_add(GTK_CONTAINER(messagewin),
1833 GTK_WIDGET_PTR(mainwin->messageview));
1835 mainwin->win.sep_both.folderwin = folderwin;
1836 mainwin->win.sep_both.messagewin = messagewin;
1838 gtk_widget_show_all(folderwin);
1839 gtk_widget_show_all(messagewin);
1841 /* CLAWS: previous "gtk_widget_show_all" makes noticeview
1842 * lose track of its visibility state */
1843 if (!noticeview_is_visible(mainwin->messageview->noticeview))
1844 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->messageview->noticeview));
1848 mainwin->type = type;
1850 mainwin->messageview->visible = TRUE;
1852 /* toggle menu state */
1853 menuitem = gtk_item_factory_get_item
1854 (ifactory, "/View/Show or hide/Folder tree");
1855 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
1856 menuitem = gtk_item_factory_get_item
1857 (ifactory, "/View/Show or hide/Message view");
1858 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
1860 menuitem = gtk_item_factory_get_item
1861 (ifactory, "/View/Separate folder tree");
1862 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
1863 ((type & SEPARATE_FOLDER) != 0));
1864 menuitem = gtk_item_factory_get_item
1865 (ifactory, "/View/Separate message view");
1866 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
1867 ((type & SEPARATE_MESSAGE) != 0));
1869 debug_print("done.\n");
1873 static void toolbar_account_button_pressed(GtkWidget *widget,
1874 GdkEventButton *event,
1877 MainWindow *mainwin = (MainWindow *)data;
1880 if (event->button != 3) return;
1882 gtk_button_set_relief(GTK_BUTTON(widget), GTK_RELIEF_NORMAL);
1883 gtk_object_set_data(GTK_OBJECT(mainwin->ac_menu), "menu_button",
1886 gtk_menu_popup(GTK_MENU(mainwin->ac_menu), NULL, NULL,
1887 menu_button_position, widget,
1888 event->button, event->time);
1892 static void ac_label_button_pressed(GtkWidget *widget, GdkEventButton *event,
1895 MainWindow *mainwin = (MainWindow *)data;
1899 gtk_button_set_relief(GTK_BUTTON(widget), GTK_RELIEF_NORMAL);
1900 gtk_object_set_data(GTK_OBJECT(mainwin->ac_menu), "menu_button",
1903 gtk_menu_popup(GTK_MENU(mainwin->ac_menu), NULL, NULL,
1904 menu_button_position, widget,
1905 event->button, event->time);
1908 static void ac_menu_popup_closed(GtkMenuShell *menu_shell, gpointer data)
1910 MainWindow *mainwin = (MainWindow *)data;
1913 button = gtk_object_get_data(GTK_OBJECT(menu_shell), "menu_button");
1914 if (!button) return;
1915 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
1916 gtk_object_remove_data(GTK_OBJECT(mainwin->ac_menu), "menu_button");
1917 manage_window_focus_in(mainwin->window, NULL, NULL);
1920 static gint main_window_close_cb(GtkWidget *widget, GdkEventAny *event,
1923 MainWindow *mainwin = (MainWindow *)data;
1925 if (mainwin->lock_count == 0)
1926 app_exit_cb(data, 0, widget);
1931 static gint folder_window_close_cb(GtkWidget *widget, GdkEventAny *event,
1934 MainWindow *mainwin = (MainWindow *)data;
1935 GtkWidget *menuitem;
1937 menuitem = gtk_item_factory_get_item
1938 (mainwin->menu_factory, "/View/Show or hide/Folder tree");
1939 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), FALSE);
1944 static gint message_window_close_cb(GtkWidget *widget, GdkEventAny *event,
1947 MainWindow *mainwin = (MainWindow *)data;
1948 GtkWidget *menuitem;
1950 menuitem = gtk_item_factory_get_item
1951 (mainwin->menu_factory, "/View/Show or hide/Message view");
1952 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), FALSE);
1957 static void add_mailbox_cb(MainWindow *mainwin, guint action,
1960 main_window_add_mailbox(mainwin);
1963 static void add_mbox_cb(MainWindow *mainwin, guint action,
1966 main_window_add_mbox(mainwin);
1969 static void update_folderview_cb(MainWindow *mainwin, guint action,
1972 summary_show(mainwin->summaryview, NULL);
1973 folderview_check_new_all();
1976 static void new_folder_cb(MainWindow *mainwin, guint action,
1979 folderview_new_folder(mainwin->folderview);
1982 static void rename_folder_cb(MainWindow *mainwin, guint action,
1985 folderview_rename_folder(mainwin->folderview);
1988 static void delete_folder_cb(MainWindow *mainwin, guint action,
1991 folderview_delete_folder(mainwin->folderview);
1994 static void import_mbox_cb(MainWindow *mainwin, guint action,
1997 import_mbox(mainwin->summaryview->folder_item);
2000 static void export_mbox_cb(MainWindow *mainwin, guint action,
2003 export_mbox(mainwin->summaryview->folder_item);
2006 static void empty_trash_cb(MainWindow *mainwin, guint action,
2009 main_window_empty_trash(mainwin, TRUE);
2012 static void save_as_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2014 summary_save_as(mainwin->summaryview);
2017 static void print_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2019 summary_print(mainwin->summaryview);
2022 static void app_exit_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2024 if (prefs_common.confirm_on_exit) {
2025 if (alertpanel(_("Exit"), _("Exit this program?"),
2026 _("OK"), _("Cancel"), NULL) != G_ALERTDEFAULT)
2028 manage_window_focus_in(mainwin->window, NULL, NULL);
2031 app_will_exit(widget, mainwin);
2034 static void search_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2037 summary_search(mainwin->summaryview);
2039 message_search(mainwin->messageview);
2042 static void toggle_folder_cb(MainWindow *mainwin, guint action,
2047 active = GTK_CHECK_MENU_ITEM(widget)->active;
2049 switch (mainwin->type) {
2051 case SEPARATE_MESSAGE:
2054 gtk_widget_show(GTK_WIDGET_PTR(mainwin->folderview));
2056 gtk_widget_hide(GTK_WIDGET_PTR(mainwin->folderview));
2059 case SEPARATE_FOLDER:
2060 debug_print("separate folder\n");
2062 gtk_widget_show(mainwin->win.sep_folder.folderwin);
2064 gtk_widget_hide(mainwin->win.sep_folder.folderwin);
2068 gtk_widget_show(mainwin->win.sep_both.folderwin);
2070 gtk_widget_hide(mainwin->win.sep_both.folderwin);
2075 static void toggle_message_cb(MainWindow *mainwin, guint action,
2080 active = GTK_CHECK_MENU_ITEM(widget)->active;
2082 if (active != messageview_is_visible(mainwin->messageview))
2083 summary_toggle_view(mainwin->summaryview);
2086 static void toggle_toolbar_cb(MainWindow *mainwin, guint action,
2089 switch ((ToolbarStyle)action) {
2091 gtk_widget_hide(mainwin->handlebox);
2093 gtk_toolbar_set_style(GTK_TOOLBAR(mainwin->toolbar->toolbar),
2097 gtk_toolbar_set_style(GTK_TOOLBAR(mainwin->toolbar->toolbar),
2101 gtk_toolbar_set_style(GTK_TOOLBAR(mainwin->toolbar->toolbar),
2106 if (action != TOOLBAR_NONE) {
2107 gtk_widget_show(mainwin->handlebox);
2108 gtk_widget_queue_resize(mainwin->handlebox);
2111 mainwin->toolbar_style = (ToolbarStyle)action;
2112 prefs_common.toolbar_style = (ToolbarStyle)action;
2115 static void toggle_statusbar_cb(MainWindow *mainwin, guint action,
2118 if (GTK_CHECK_MENU_ITEM(widget)->active) {
2119 gtk_widget_show(mainwin->hbox_stat);
2120 prefs_common.show_statusbar = TRUE;
2122 gtk_widget_hide(mainwin->hbox_stat);
2123 prefs_common.show_statusbar = FALSE;
2127 static void separate_widget_cb(MainWindow *mainwin, guint action,
2132 if (GTK_CHECK_MENU_ITEM(widget)->active)
2133 type = mainwin->type | action;
2135 type = mainwin->type & ~action;
2137 main_window_separation_change(mainwin, type);
2139 prefs_common.sep_folder = (type & SEPARATE_FOLDER) != 0;
2140 prefs_common.sep_msg = (type & SEPARATE_MESSAGE) != 0;
2143 static void toggle_work_offline_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2145 if (GTK_CHECK_MENU_ITEM(widget)->active) {
2146 online_switch_clicked (GTK_BUTTON(mainwin->online_switch), mainwin);
2148 online_switch_clicked (GTK_BUTTON(mainwin->offline_switch), mainwin);
2152 static void online_switch_clicked (GtkButton *btn, gpointer data)
2154 MainWindow *mainwin;
2155 GtkItemFactory *ifactory;
2156 GtkCheckMenuItem *menuitem;
2158 mainwin = (MainWindow *) data;
2160 ifactory = gtk_item_factory_from_widget(mainwin->menubar);
2161 menuitem = GTK_CHECK_MENU_ITEM (gtk_item_factory_get_widget(ifactory, "/File/Work offline"));
2163 g_return_if_fail(mainwin != NULL);
2164 g_return_if_fail(menuitem != NULL);
2166 if (btn == GTK_BUTTON(mainwin->online_switch)) {
2168 gtk_widget_hide (mainwin->online_switch);
2169 gtk_widget_show (mainwin->offline_switch);
2170 menuitem->active = TRUE;
2171 prefs_common.work_offline = TRUE;
2172 inc_autocheck_timer_remove();
2175 gtk_widget_hide (mainwin->offline_switch);
2176 gtk_widget_show (mainwin->online_switch);
2177 menuitem->active = FALSE;
2178 prefs_common.work_offline = FALSE;
2179 inc_autocheck_timer_set();
2183 static void addressbook_open_cb(MainWindow *mainwin, guint action,
2186 addressbook_open(NULL);
2189 static void log_window_show_cb(MainWindow *mainwin, guint action,
2192 log_window_show(mainwin->logwin);
2195 static void sel_download_cb(MainWindow *mainwin, guint action,
2198 selective_download(mainwin);
2201 static void prefs_toolbar_cb(MainWindow *mainwin, guint action,
2208 void inc_mail_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2210 inc_mail(mainwin, prefs_common.newmail_notify_manu);
2213 void inc_all_account_mail_cb(MainWindow *mainwin, guint action,
2216 inc_all_account_mail(mainwin, prefs_common.newmail_notify_manu);
2219 static void inc_cancel_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2224 void send_queue_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2228 if (prefs_common.work_offline)
2229 if (alertpanel(_("Offline warning"),
2230 _("You're working offline. Override?"),
2231 _("Yes"), _("No"), NULL) != G_ALERTDEFAULT)
2234 for (list = folder_get_list(); list != NULL; list = list->next) {
2235 Folder *folder = list->data;
2237 if (folder->queue) {
2238 if (procmsg_send_queue
2239 (folder->queue, prefs_common.savemsg) < 0)
2240 alertpanel_error(_("Some errors occurred while sending queued messages."));
2241 statusbar_pop_all();
2242 folder_item_scan(folder->queue);
2243 folderview_update_item(folder->queue, TRUE);
2248 void compose_mail_cb(MainWindow *mainwin, guint action,
2255 if (mainwin->summaryview->folder_item) {
2256 ac = mainwin->summaryview->folder_item->folder->account;
2257 if (ac && ac->protocol != A_NNTP) {
2258 compose_new_with_folderitem(ac, mainwin->summaryview->folder_item);
2263 if(cur_account && (cur_account->protocol != A_NNTP)) {
2264 compose_new_with_folderitem(cur_account, mainwin->summaryview->folder_item);
2268 list = account_get_list();
2269 for(cur = list ; cur != NULL ; cur = g_list_next(cur)) {
2270 ac = (PrefsAccount *) cur->data;
2271 if (ac->protocol != A_NNTP) {
2272 compose_new_with_folderitem(ac, mainwin->summaryview->folder_item);
2278 void compose_news_cb(MainWindow *mainwin, guint action,
2281 PrefsAccount * ac = NULL;
2285 if (mainwin->summaryview->folder_item) {
2286 ac = mainwin->summaryview->folder_item->folder->account;
2287 if (ac && ac->protocol == A_NNTP) {
2289 mainwin->summaryview->folder_item->path,
2295 list = account_get_list();
2296 for(cur = list ; cur != NULL ; cur = g_list_next(cur)) {
2297 ac = (PrefsAccount *) cur->data;
2298 if (ac->protocol == A_NNTP) {
2299 compose_new(ac, NULL, NULL);
2305 void reply_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2307 summary_reply(mainwin->summaryview, (ComposeMode)action);
2310 static void move_to_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2312 summary_move_to(mainwin->summaryview);
2315 static void copy_to_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2317 summary_copy_to(mainwin->summaryview);
2320 static void delete_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2322 summary_delete(mainwin->summaryview);
2325 static void open_msg_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2327 summary_open_msg(mainwin->summaryview);
2330 static void view_source_cb(MainWindow *mainwin, guint action,
2333 summary_view_source(mainwin->summaryview);
2336 static void show_all_header_cb(MainWindow *mainwin, guint action,
2339 if (mainwin->menu_lock_count) return;
2340 summary_display_msg_selected(mainwin->summaryview,
2341 GTK_CHECK_MENU_ITEM(widget)->active);
2344 static void reedit_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2346 summary_reedit(mainwin->summaryview);
2349 static void mark_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2351 summary_mark(mainwin->summaryview);
2354 static void unmark_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2356 summary_unmark(mainwin->summaryview);
2359 static void mark_as_unread_cb(MainWindow *mainwin, guint action,
2362 summary_mark_as_unread(mainwin->summaryview);
2365 static void mark_as_read_cb(MainWindow *mainwin, guint action,
2368 summary_mark_as_read(mainwin->summaryview);
2371 static void mark_all_read_cb(MainWindow *mainwin, guint action,
2374 summary_mark_all_read(mainwin->summaryview);
2377 static void add_address_cb(MainWindow *mainwin, guint action,
2380 summary_add_address(mainwin->summaryview);
2383 static void set_charset_cb(MainWindow *mainwin, guint action,
2388 str = conv_get_charset_str((CharSet)action);
2389 g_free(prefs_common.force_charset);
2390 prefs_common.force_charset = str ? g_strdup(str) : NULL;
2392 summary_redisplay_msg(mainwin->summaryview);
2394 debug_print("forced charset: %s\n", str ? str : "Auto-Detect");
2397 static void hide_read_messages (MainWindow *mainwin, guint action,
2400 if (!mainwin->summaryview->folder_item
2401 || gtk_object_get_data(GTK_OBJECT(widget), "dont_toggle"))
2403 summary_toggle_show_read_messages(mainwin->summaryview);
2406 static void thread_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2408 if (mainwin->menu_lock_count) return;
2409 if (!mainwin->summaryview->folder_item) return;
2411 if (GTK_CHECK_MENU_ITEM(widget)->active) {
2412 summary_thread_build(mainwin->summaryview);
2413 /* mainwin->summaryview->folder_item->threaded = TRUE; */
2415 summary_unthread(mainwin->summaryview);
2416 /* mainwin->summaryview->folder_item->threaded = FALSE; */
2420 static void expand_threads_cb(MainWindow *mainwin, guint action,
2423 summary_expand_threads(mainwin->summaryview);
2426 static void collapse_threads_cb(MainWindow *mainwin, guint action,
2429 summary_collapse_threads(mainwin->summaryview);
2432 static void set_display_item_cb(MainWindow *mainwin, guint action,
2435 prefs_summary_column_open();
2438 static void sort_summary_cb(MainWindow *mainwin, guint action,
2441 FolderItem *item = mainwin->summaryview->folder_item;
2442 GtkWidget *menuitem;
2444 if (mainwin->menu_lock_count) return;
2446 menuitem = gtk_item_factory_get_item
2447 (mainwin->menu_factory, "/View/Sort/Ascending");
2448 summary_sort(mainwin->summaryview, (FolderSortKey)action,
2449 GTK_CHECK_MENU_ITEM(menuitem)->active
2450 ? SORT_ASCENDING : SORT_DESCENDING);
2454 static void sort_summary_type_cb(MainWindow *mainwin, guint action,
2457 FolderItem *item = mainwin->summaryview->folder_item;
2459 if (mainwin->menu_lock_count) return;
2461 summary_sort(mainwin->summaryview,
2462 item->sort_key, (FolderSortType)action);
2465 static void attract_by_subject_cb(MainWindow *mainwin, guint action,
2468 summary_attract_by_subject(mainwin->summaryview);
2471 static void delete_duplicated_cb(MainWindow *mainwin, guint action,
2474 summary_delete_duplicated(mainwin->summaryview);
2477 static void filter_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2479 summary_filter(mainwin->summaryview);
2482 static void execute_summary_cb(MainWindow *mainwin, guint action,
2485 summary_execute(mainwin->summaryview);
2488 static void update_summary_cb(MainWindow *mainwin, guint action,
2492 FolderView *folderview = mainwin->folderview;
2494 if (!mainwin->summaryview->folder_item) return;
2495 if (!folderview->opened) return;
2497 folder_update_op_count();
2499 fitem = gtk_ctree_node_get_row_data(GTK_CTREE(folderview->ctree),
2500 folderview->opened);
2503 folder_item_scan(fitem);
2504 summary_show(mainwin->summaryview, fitem);
2507 static void prev_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2509 summary_step(mainwin->summaryview, GTK_SCROLL_STEP_BACKWARD);
2512 static void next_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2514 summary_step(mainwin->summaryview, GTK_SCROLL_STEP_FORWARD);
2517 static void prev_unread_cb(MainWindow *mainwin, guint action,
2520 summary_select_prev_unread(mainwin->summaryview);
2523 void next_unread_cb(MainWindow *mainwin, guint action,
2526 summary_select_next_unread(mainwin->summaryview);
2529 static void prev_new_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2531 summary_select_prev_new(mainwin->summaryview);
2534 static void next_new_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2536 summary_select_next_new(mainwin->summaryview);
2539 static void prev_marked_cb(MainWindow *mainwin, guint action,
2542 summary_select_prev_marked(mainwin->summaryview);
2545 static void next_marked_cb(MainWindow *mainwin, guint action,
2548 summary_select_next_marked(mainwin->summaryview);
2551 static void prev_labeled_cb(MainWindow *mainwin, guint action,
2554 summary_select_prev_labeled(mainwin->summaryview);
2557 static void next_labeled_cb(MainWindow *mainwin, guint action,
2560 summary_select_next_labeled(mainwin->summaryview);
2563 static void goto_folder_cb(MainWindow *mainwin, guint action,
2566 FolderItem *to_folder;
2568 to_folder = foldersel_folder_sel(NULL, FOLDER_SEL_ALL, NULL);
2571 folderview_select(mainwin->folderview, to_folder);
2574 static void copy_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2576 messageview_copy_clipboard(mainwin->messageview);
2579 static void allsel_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2581 MessageView *msgview = mainwin->messageview;
2583 if (GTK_WIDGET_HAS_FOCUS(mainwin->summaryview->ctree))
2584 summary_select_all(mainwin->summaryview);
2585 else if (messageview_is_visible(msgview) &&
2586 (GTK_WIDGET_HAS_FOCUS(msgview->textview->text) ||
2587 GTK_WIDGET_HAS_FOCUS(msgview->mimeview->textview->text)))
2588 messageview_select_all(mainwin->messageview);
2591 static void selthread_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2593 if (messageview_is_visible(mainwin->summaryview->messageview))
2594 summary_select_thread(mainwin->summaryview);
2597 static void create_filter_cb(MainWindow *mainwin, guint action,
2600 summary_filter_open(mainwin->summaryview, (PrefsFilterType)action);
2603 static void prefs_common_open_cb(MainWindow *mainwin, guint action,
2606 prefs_common_open();
2609 static void prefs_filter_open_cb(MainWindow *mainwin, guint action,
2612 prefs_filter_open(NULL, NULL);
2615 static void prefs_scoring_open_cb(MainWindow *mainwin, guint action,
2618 prefs_scoring_open(NULL);
2621 static void prefs_filtering_open_cb(MainWindow *mainwin, guint action,
2624 prefs_filtering_open(NULL, NULL, NULL);
2627 static void prefs_template_open_cb(MainWindow *mainwin, guint action,
2630 prefs_template_open();
2633 static void prefs_actions_open_cb(MainWindow *mainwin, guint action,
2636 prefs_actions_open(mainwin);
2639 static void prefs_account_open_cb(MainWindow *mainwin, guint action,
2643 new_account_cb(mainwin, 0, widget);
2645 gboolean prev_default = cur_account->is_default;
2647 prefs_account_open(cur_account);
2648 if (!prev_default && cur_account->is_default)
2649 account_set_as_default(cur_account);
2650 account_save_config_all();
2652 main_window_reflect_prefs_all();
2656 static void new_account_cb(MainWindow *mainwin, guint action,
2659 account_edit_open();
2660 if (!compose_get_compose_list()) account_add();
2663 static void account_menu_cb(GtkMenuItem *menuitem, gpointer data)
2665 cur_account = (PrefsAccount *)data;
2666 main_window_reflect_prefs_all();
2669 static void manual_open_cb(MainWindow *mainwin, guint action,
2672 manual_open((ManualLang)action);
2675 static void faq_open_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
2677 faq_open((ManualLang)action);
2680 static void scan_tree_func(Folder *folder, FolderItem *item, gpointer data)
2682 MainWindow *mainwin = (MainWindow *)data;
2686 str = g_strdup_printf(_("Scanning folder %s%c%s ..."),
2687 LOCAL_FOLDER(folder)->rootpath,
2691 str = g_strdup_printf(_("Scanning folder %s ..."),
2692 LOCAL_FOLDER(folder)->rootpath);
2694 STATUSBAR_PUSH(mainwin, str);
2695 STATUSBAR_POP(mainwin);
2699 #define BREAK_ON_MODIFIER_KEY() \
2700 if ((event->state & (GDK_MOD1_MASK|GDK_CONTROL_MASK)) != 0) break
2702 static void key_pressed (GtkWidget *widget, GdkEventKey *event, gpointer data)
2704 MainWindow *mainwin = (MainWindow*) data;
2706 if (!mainwin || !event) return;
2708 switch (event->keyval) {
2709 case GDK_Q: /* Quit */
2710 BREAK_ON_MODIFIER_KEY();
2712 app_exit_cb(mainwin, 0, NULL);
2719 #undef BREAK_ON_MODIFIER_KEY
2721 static void set_toolbar_style(MainWindow *mainwin)
2723 switch (prefs_common.toolbar_style) {
2725 gtk_widget_hide(mainwin->handlebox);
2728 gtk_toolbar_set_style(GTK_TOOLBAR(mainwin->toolbar->toolbar),
2732 gtk_toolbar_set_style(GTK_TOOLBAR(mainwin->toolbar->toolbar),
2736 gtk_toolbar_set_style(GTK_TOOLBAR(mainwin->toolbar->toolbar),
2741 if (prefs_common.toolbar_style != TOOLBAR_NONE) {
2742 gtk_widget_show(mainwin->handlebox);
2743 gtk_widget_queue_resize(mainwin->handlebox);
2748 * Harvest addresses for selected folder.
2750 static void addr_harvest_cb( MainWindow *mainwin,
2754 addressbook_harvest( mainwin->summaryview->folder_item, FALSE, NULL );
2758 * Harvest addresses for selected messages in summary view.
2760 static void addr_harvest_msg_cb( MainWindow *mainwin,
2764 summary_harvest_address( mainwin->summaryview );