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.
27 #include <gdk/gdkkeysyms.h>
28 #include <gtk/gtkmain.h>
29 #include <gtk/gtkmenu.h>
30 #include <gtk/gtkmenuitem.h>
31 #include <gtk/gtkitemfactory.h>
32 #include <gtk/gtkcheckmenuitem.h>
33 #include <gtk/gtkoptionmenu.h>
34 #include <gtk/gtkwidget.h>
35 #include <gtk/gtkclist.h>
36 #include <gtk/gtkctree.h>
37 #include <gtk/gtkvpaned.h>
38 #include <gtk/gtkentry.h>
39 #include <gtk/gtkeditable.h>
40 #include <gtk/gtkwindow.h>
41 #include <gtk/gtksignal.h>
42 #include <gtk/gtkvbox.h>
43 #include <gtk/gtkcontainer.h>
44 #include <gtk/gtkhandlebox.h>
45 #include <gtk/gtktoolbar.h>
46 #include <gtk/gtktable.h>
47 #include <gtk/gtkhbox.h>
48 #include <gtk/gtklabel.h>
49 #include <gtk/gtkscrolledwindow.h>
50 #include <gtk/gtkthemes.h>
51 #include <gtk/gtkdnd.h>
56 #include <sys/types.h>
60 /* #include <sys/utsname.h> */
66 #if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
73 #include "mainwindow.h"
76 #include "addressbook.h"
77 #include "folderview.h"
80 #include "stock_pixmap.h"
84 #include "customheader.h"
85 #include "prefs_common.h"
86 #include "prefs_account.h"
87 #include "prefs_actions.h"
90 #include "procheader.h"
92 #include "statusbar.h"
99 #include "alertpanel.h"
100 #include "manage_window.h"
101 #include "gtkshruler.h"
103 #include "addr_compl.h"
104 #include "quote_fmt.h"
105 #include "template.h"
107 #include "foldersel.h"
110 # include "rfc2015.h"
120 #define N_ATTACH_COLS 3
124 COMPOSE_CALL_GTK_STEXT_MOVE_BEGINNING_OF_LINE,
125 COMPOSE_CALL_GTK_STEXT_MOVE_FORWARD_CHARACTER,
126 COMPOSE_CALL_GTK_STEXT_MOVE_BACKWARD_CHARACTER,
127 COMPOSE_CALL_GTK_STEXT_MOVE_FORWARD_WORD,
128 COMPOSE_CALL_GTK_STEXT_MOVE_BACKWARD_WORD,
129 COMPOSE_CALL_GTK_STEXT_MOVE_END_OF_LINE,
130 COMPOSE_CALL_GTK_STEXT_MOVE_NEXT_LINE,
131 COMPOSE_CALL_GTK_STEXT_MOVE_PREVIOUS_LINE,
132 COMPOSE_CALL_GTK_STEXT_DELETE_FORWARD_CHARACTER,
133 COMPOSE_CALL_GTK_STEXT_DELETE_BACKWARD_CHARACTER,
134 COMPOSE_CALL_GTK_STEXT_DELETE_FORWARD_WORD,
135 COMPOSE_CALL_GTK_STEXT_DELETE_BACKWARD_WORD,
136 COMPOSE_CALL_GTK_STEXT_DELETE_LINE,
137 COMPOSE_CALL_GTK_STEXT_DELETE_LINE_N,
138 COMPOSE_CALL_GTK_STEXT_DELETE_TO_LINE_END
139 } ComposeCallGtkSTextAction;
143 PRIORITY_HIGHEST = 1,
150 #define B64_LINE_SIZE 57
151 #define B64_BUFFSIZE 77
153 #define MAX_REFERENCES_LEN 999
155 static GdkColor quote_color = {0, 0, 0, 0xbfff};
157 static GList *compose_list = NULL;
159 Compose *compose_generic_new (PrefsAccount *account,
162 GPtrArray *attach_files);
164 static Compose *compose_create (PrefsAccount *account,
166 static void compose_toolbar_create (Compose *compose,
167 GtkWidget *container);
168 static GtkWidget *compose_account_option_menu_create
170 static void compose_set_template_menu (Compose *compose);
171 static void compose_template_apply (Compose *compose,
174 static void compose_destroy (Compose *compose);
176 static void compose_entries_set (Compose *compose,
177 const gchar *mailto);
178 static gint compose_parse_header (Compose *compose,
180 static gchar *compose_parse_references (const gchar *ref,
183 static gchar *compose_quote_fmt (Compose *compose,
189 static void compose_reply_set_entry (Compose *compose,
194 followup_and_reply_to);
195 static void compose_reedit_set_entry (Compose *compose,
197 static void compose_insert_sig (Compose *compose);
198 static void compose_insert_file (Compose *compose,
200 static void compose_attach_append (Compose *compose,
203 const gchar *content_type);
204 static void compose_attach_parts (Compose *compose,
206 static void compose_wrap_line (Compose *compose);
207 static void compose_wrap_line_all (Compose *compose);
208 static void compose_set_title (Compose *compose);
210 static PrefsAccount *compose_current_mail_account(void);
211 /* static gint compose_send (Compose *compose); */
212 static gboolean compose_check_for_valid_recipient
214 static gboolean compose_check_entries (Compose *compose,
215 gboolean check_subject);
216 static gint compose_write_to_file (Compose *compose,
219 static gint compose_write_body_to_file (Compose *compose,
221 static gint compose_remove_reedit_target (Compose *compose);
222 static gint compose_queue (Compose *compose,
225 static gint compose_queue_sub (Compose *compose,
228 gboolean check_subject);
229 static void compose_write_attach (Compose *compose,
231 static gint compose_write_headers (Compose *compose,
233 const gchar *charset,
234 EncodingType encoding,
237 static void compose_convert_header (gchar *dest,
241 static void compose_generate_msgid (Compose *compose,
245 static void compose_attach_info_free (AttachInfo *ainfo);
246 static void compose_attach_remove_selected (Compose *compose);
248 static void compose_attach_property (Compose *compose);
249 static void compose_attach_property_create (gboolean *cancelled);
250 static void attach_property_ok (GtkWidget *widget,
251 gboolean *cancelled);
252 static void attach_property_cancel (GtkWidget *widget,
253 gboolean *cancelled);
254 static gint attach_property_delete_event (GtkWidget *widget,
256 gboolean *cancelled);
257 static void attach_property_key_pressed (GtkWidget *widget,
259 gboolean *cancelled);
261 static void compose_exec_ext_editor (Compose *compose);
262 static gint compose_exec_ext_editor_real (const gchar *file);
263 static gboolean compose_ext_editor_kill (Compose *compose);
264 static void compose_input_cb (gpointer data,
266 GdkInputCondition condition);
267 static void compose_set_ext_editor_sensitive (Compose *compose,
270 static void compose_undo_state_changed (UndoMain *undostruct,
275 static gint calc_cursor_xpos (GtkSText *text,
279 static void compose_create_header_entry (Compose *compose);
280 static void compose_add_header_entry (Compose *compose, gchar *header, gchar *text);
281 static void compose_update_priority_menu_item(Compose * compose);
283 /* callback functions */
285 static gboolean compose_edit_size_alloc (GtkEditable *widget,
286 GtkAllocation *allocation,
287 GtkSHRuler *shruler);
289 static void toolbar_send_cb (GtkWidget *widget,
291 static void toolbar_send_later_cb (GtkWidget *widget,
293 static void toolbar_draft_cb (GtkWidget *widget,
295 static void toolbar_insert_cb (GtkWidget *widget,
297 static void toolbar_attach_cb (GtkWidget *widget,
299 static void toolbar_sig_cb (GtkWidget *widget,
301 static void toolbar_ext_editor_cb (GtkWidget *widget,
303 static void toolbar_linewrap_cb (GtkWidget *widget,
305 static void toolbar_address_cb (GtkWidget *widget,
308 static void select_account (Compose *compose,
311 static void account_activated (GtkMenuItem *menuitem,
314 static void attach_selected (GtkCList *clist,
319 static void attach_button_pressed (GtkWidget *widget,
320 GdkEventButton *event,
322 static void attach_key_pressed (GtkWidget *widget,
326 static void compose_send_cb (gpointer data,
329 static void compose_send_later_cb (gpointer data,
333 static void compose_draft_cb (gpointer data,
337 static void compose_attach_cb (gpointer data,
340 static void compose_insert_file_cb (gpointer data,
344 static void compose_close_cb (gpointer data,
348 static void compose_address_cb (gpointer data,
351 static void compose_template_activate_cb(GtkWidget *widget,
354 static void compose_ext_editor_cb (gpointer data,
358 static gint compose_delete_cb (GtkWidget *widget,
361 static void compose_destroy_cb (GtkWidget *widget,
364 static void compose_undo_cb (Compose *compose);
365 static void compose_redo_cb (Compose *compose);
366 static void compose_cut_cb (Compose *compose);
367 static void compose_copy_cb (Compose *compose);
368 static void compose_paste_cb (Compose *compose);
369 static void compose_paste_as_quote_cb (Compose *compose);
370 static void compose_allsel_cb (Compose *compose);
372 static void compose_gtk_stext_action_cb (Compose *compose,
373 ComposeCallGtkSTextAction action);
375 static void compose_grab_focus_cb (GtkWidget *widget,
378 static void compose_changed_cb (GtkEditable *editable,
380 static void compose_button_press_cb (GtkWidget *widget,
381 GdkEventButton *event,
384 static void compose_key_press_cb (GtkWidget *widget,
390 static void compose_toggle_to_cb (gpointer data,
393 static void compose_toggle_cc_cb (gpointer data,
396 static void compose_toggle_bcc_cb (gpointer data,
399 static void compose_toggle_replyto_cb (gpointer data,
402 static void compose_toggle_followupto_cb(gpointer data,
405 static void compose_toggle_attach_cb (gpointer data,
409 static void compose_toggle_ruler_cb (gpointer data,
413 static void compose_toggle_sign_cb (gpointer data,
416 static void compose_toggle_encrypt_cb (gpointer data,
420 static void compose_toggle_return_receipt_cb(gpointer data, guint action,
422 static void compose_set_priority_cb (gpointer data,
426 static void compose_attach_drag_received_cb (GtkWidget *widget,
427 GdkDragContext *drag_context,
430 GtkSelectionData *data,
434 static void compose_insert_drag_received_cb (GtkWidget *widget,
435 GdkDragContext *drag_context,
438 GtkSelectionData *data,
444 static void to_activated (GtkWidget *widget,
446 static void newsgroups_activated (GtkWidget *widget,
448 static void cc_activated (GtkWidget *widget,
450 static void bcc_activated (GtkWidget *widget,
452 static void replyto_activated (GtkWidget *widget,
454 static void followupto_activated (GtkWidget *widget,
456 static void subject_activated (GtkWidget *widget,
460 static void text_activated (GtkWidget *widget,
462 static void text_inserted (GtkWidget *widget,
467 static void compose_generic_reply(MsgInfo *msginfo, gboolean quote,
469 gboolean ignore_replyto,
470 gboolean followup_and_reply_to,
473 void compose_headerentry_changed_cb (GtkWidget *entry,
474 ComposeHeaderEntry *headerentry);
475 void compose_headerentry_key_press_event_cb(GtkWidget *entry,
477 ComposeHeaderEntry *headerentry);
479 static void compose_show_first_last_header (Compose *compose, gboolean show_first);
482 static void compose_check_all (Compose *compose);
483 static void compose_highlight_all (Compose *compose);
484 static void compose_check_backwards (Compose *compose);
485 static void compose_check_forwards_go (Compose *compose);
488 static gboolean compose_send_control_enter (Compose *compose);
490 static GtkItemFactoryEntry compose_popup_entries[] =
492 {N_("/_Add..."), NULL, compose_attach_cb, 0, NULL},
493 {N_("/_Remove"), NULL, compose_attach_remove_selected, 0, NULL},
494 {N_("/---"), NULL, NULL, 0, "<Separator>"},
495 {N_("/_Property..."), NULL, compose_attach_property, 0, NULL}
498 static GtkItemFactoryEntry compose_entries[] =
500 {N_("/_File"), NULL, NULL, 0, "<Branch>"},
501 {N_("/_File/_Attach file"), "<control>M", compose_attach_cb, 0, NULL},
502 {N_("/_File/_Insert file"), "<control>I", compose_insert_file_cb, 0, NULL},
503 {N_("/_File/Insert si_gnature"), "<control>G", compose_insert_sig, 0, NULL},
504 {N_("/_File/---"), NULL, NULL, 0, "<Separator>"},
505 {N_("/_File/_Close"), "<control>W", compose_close_cb, 0, NULL},
507 {N_("/_Edit"), NULL, NULL, 0, "<Branch>"},
508 {N_("/_Edit/_Undo"), "<control>Z", compose_undo_cb, 0, NULL},
509 {N_("/_Edit/_Redo"), "<control>Y", compose_redo_cb, 0, NULL},
510 {N_("/_Edit/---"), NULL, NULL, 0, "<Separator>"},
511 {N_("/_Edit/Cu_t"), "<control>X", compose_cut_cb, 0, NULL},
512 {N_("/_Edit/_Copy"), "<control>C", compose_copy_cb, 0, NULL},
513 {N_("/_Edit/_Paste"), "<control>V", compose_paste_cb, 0, NULL},
514 {N_("/_Edit/Paste as _quotation"),
515 NULL, compose_paste_as_quote_cb, 0, NULL},
516 {N_("/_Edit/Select _all"), "<control>A", compose_allsel_cb, 0, NULL},
517 {N_("/_Edit/A_dvanced"), NULL, NULL, 0, "<Branch>"},
518 {N_("/_Edit/A_dvanced/Move a character backward"),
520 compose_gtk_stext_action_cb,
521 COMPOSE_CALL_GTK_STEXT_MOVE_BACKWARD_CHARACTER,
523 {N_("/_Edit/A_dvanced/Move a character forward"),
525 compose_gtk_stext_action_cb,
526 COMPOSE_CALL_GTK_STEXT_MOVE_FORWARD_CHARACTER,
528 {N_("/_Edit/A_dvanced/Move a word backward"),
530 compose_gtk_stext_action_cb,
531 COMPOSE_CALL_GTK_STEXT_MOVE_BACKWARD_WORD,
533 {N_("/_Edit/A_dvanced/Move a word forward"),
535 compose_gtk_stext_action_cb,
536 COMPOSE_CALL_GTK_STEXT_MOVE_FORWARD_WORD,
538 {N_("/_Edit/A_dvanced/Move to beginning of line"),
539 NULL, /* "<control>A" */
540 compose_gtk_stext_action_cb,
541 COMPOSE_CALL_GTK_STEXT_MOVE_BEGINNING_OF_LINE,
543 {N_("/_Edit/A_dvanced/Move to end of line"),
545 compose_gtk_stext_action_cb,
546 COMPOSE_CALL_GTK_STEXT_MOVE_END_OF_LINE,
548 {N_("/_Edit/A_dvanced/Move to previous line"),
550 compose_gtk_stext_action_cb,
551 COMPOSE_CALL_GTK_STEXT_MOVE_PREVIOUS_LINE,
553 {N_("/_Edit/A_dvanced/Move to next line"),
555 compose_gtk_stext_action_cb,
556 COMPOSE_CALL_GTK_STEXT_MOVE_NEXT_LINE,
558 {N_("/_Edit/A_dvanced/Delete a character backward"),
560 compose_gtk_stext_action_cb,
561 COMPOSE_CALL_GTK_STEXT_DELETE_BACKWARD_CHARACTER,
563 {N_("/_Edit/A_dvanced/Delete a character forward"),
565 compose_gtk_stext_action_cb,
566 COMPOSE_CALL_GTK_STEXT_DELETE_FORWARD_CHARACTER,
568 {N_("/_Edit/A_dvanced/Delete a word backward"),
569 NULL, /* "<control>W" */
570 compose_gtk_stext_action_cb,
571 COMPOSE_CALL_GTK_STEXT_DELETE_BACKWARD_WORD,
573 {N_("/_Edit/A_dvanced/Delete a word forward"),
574 NULL, /* "<alt>D", */
575 compose_gtk_stext_action_cb,
576 COMPOSE_CALL_GTK_STEXT_DELETE_FORWARD_WORD,
578 {N_("/_Edit/A_dvanced/Delete line"),
580 compose_gtk_stext_action_cb,
581 COMPOSE_CALL_GTK_STEXT_DELETE_LINE,
583 {N_("/_Edit/A_dvanced/Delete entire line"),
585 compose_gtk_stext_action_cb,
586 COMPOSE_CALL_GTK_STEXT_DELETE_LINE_N,
588 {N_("/_Edit/A_dvanced/Delete to end of line"),
590 compose_gtk_stext_action_cb,
591 COMPOSE_CALL_GTK_STEXT_DELETE_TO_LINE_END,
593 {N_("/_Edit/---"), NULL, NULL, 0, "<Separator>"},
594 {N_("/_Edit/_Wrap current paragraph"),
595 "<control>L", compose_wrap_line, 0, NULL},
596 {N_("/_Edit/Wrap all long _lines"),
597 "<control><alt>L", compose_wrap_line_all, 0, NULL},
598 {N_("/_Edit/Edit with e_xternal editor"),
599 "<shift><control>X", compose_ext_editor_cb, 0, NULL},
601 {N_("/_Spelling"), NULL, NULL, 0, "<Branch>"},
602 {N_("/_Spelling/_Check all or check selection"),
603 NULL, compose_check_all, 0, NULL},
604 {N_("/_Spelling/_Highlight all misspelled words"),
605 NULL, compose_highlight_all, 0, NULL},
606 {N_("/_Spelling/Check _backwards misspelled word"),
607 NULL, compose_check_backwards , 0, NULL},
608 {N_("/_Spelling/_Forward to next misspelled word"),
609 NULL, compose_check_forwards_go, 0, NULL},
610 {N_("/_Spelling/---"), NULL, NULL, 0, "<Separator>"},
611 {N_("/_Spelling/_Spelling Configuration"),
612 NULL, NULL, 0, "<Branch>"},
614 #if 0 /* NEW COMPOSE GUI */
615 {N_("/_View"), NULL, NULL, 0, "<Branch>"},
616 {N_("/_View/_To"), NULL, compose_toggle_to_cb , 0, "<ToggleItem>"},
617 {N_("/_View/_Cc"), NULL, compose_toggle_cc_cb , 0, "<ToggleItem>"},
618 {N_("/_View/_Bcc"), NULL, compose_toggle_bcc_cb , 0, "<ToggleItem>"},
619 {N_("/_View/_Reply to"), NULL, compose_toggle_replyto_cb, 0, "<ToggleItem>"},
620 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
621 {N_("/_View/_Followup to"), NULL, compose_toggle_followupto_cb, 0, "<ToggleItem>"},
622 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
623 {N_("/_View/R_uler"), NULL, compose_toggle_ruler_cb, 0, "<ToggleItem>"},
624 {N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
625 {N_("/_View/_Attachment"), NULL, compose_toggle_attach_cb, 0, "<ToggleItem>"},
627 {N_("/_Message"), NULL, NULL, 0, "<Branch>"},
628 {N_("/_Message/_Send"), "<control>Return",
629 compose_send_cb, 0, NULL},
630 {N_("/_Message/Send _later"), "<shift><control>S",
631 compose_send_later_cb, 0, NULL},
632 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
633 {N_("/_Message/Save to _draft folder"),
634 "<shift><control>D", compose_draft_cb, 0, NULL},
635 {N_("/_Message/Save and _keep editing"),
636 "<control>S", compose_draft_cb, 1, NULL},
637 #if 0 /* NEW COMPOSE GUI */
638 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
639 {N_("/_Message/_To"), NULL, compose_toggle_to_cb , 0, "<ToggleItem>"},
640 {N_("/_Message/_Cc"), NULL, compose_toggle_cc_cb , 0, "<ToggleItem>"},
641 {N_("/_Message/_Bcc"), NULL, compose_toggle_bcc_cb , 0, "<ToggleItem>"},
642 {N_("/_Message/_Reply to"), NULL, compose_toggle_replyto_cb, 0, "<ToggleItem>"},
643 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
644 {N_("/_Message/_Followup to"), NULL, compose_toggle_followupto_cb, 0, "<ToggleItem>"},
645 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
646 {N_("/_Message/_Attach"), NULL, compose_toggle_attach_cb, 0, "<ToggleItem>"},
649 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
650 {N_("/_Message/Si_gn"), NULL, compose_toggle_sign_cb , 0, "<ToggleItem>"},
651 {N_("/_Message/_Encrypt"), NULL, compose_toggle_encrypt_cb, 0, "<ToggleItem>"},
652 #endif /* USE_GPGME */
653 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
654 {N_("/_Message/_Priority"), NULL, NULL, 0, "<Branch>"},
655 {N_("/_Message/Priority/_Highest"), NULL, compose_set_priority_cb, PRIORITY_HIGHEST, "<RadioItem>"},
656 {N_("/_Message/Priority/Hi_gh"), NULL, compose_set_priority_cb, PRIORITY_HIGH, "/Message/Priority/Highest"},
657 {N_("/_Message/Priority/_Normal"), NULL, compose_set_priority_cb, PRIORITY_NORMAL, "/Message/Priority/Highest"},
658 {N_("/_Message/Priority/Lo_w"), NULL, compose_set_priority_cb, PRIORITY_LOW, "/Message/Priority/Highest"},
659 {N_("/_Message/Priority/_Lowest"), NULL, compose_set_priority_cb, PRIORITY_LOWEST, "/Message/Priority/Highest"},
660 {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
661 {N_("/_Message/_Request Return Receipt"), NULL, compose_toggle_return_receipt_cb, 0, "<ToggleItem>"},
662 {N_("/_Tools"), NULL, NULL, 0, "<Branch>"},
663 {N_("/_Tools/Show _ruler"), NULL, compose_toggle_ruler_cb, 0, "<ToggleItem>"},
664 {N_("/_Tools/_Address book"), "<shift><control>A", compose_address_cb , 0, NULL},
665 {N_("/_Tools/_Template"), NULL, NULL, 0, "<Branch>"},
666 {N_("/_Tools/Actio_ns"), NULL, NULL, 0, "<Branch>"},
667 {N_("/_Help"), NULL, NULL, 0, "<Branch>"},
668 {N_("/_Help/_About"), NULL, about_show, 0, NULL}
671 static GtkTargetEntry compose_mime_types[] =
673 {"text/uri-list", 0, 0}
676 Compose *compose_redirect(PrefsAccount *account, MsgInfo *msginfo)
680 GtkItemFactory *ifactory;
682 c = compose_generic_new(account, NULL, NULL, NULL);
684 filename = procmsg_get_message_file(msginfo);
685 if (filename == NULL)
688 c->redirect_filename = filename;
690 if (msginfo->subject)
691 gtk_entry_set_text(GTK_ENTRY(c->subject_entry),
693 gtk_editable_set_editable(GTK_EDITABLE(c->subject_entry), FALSE);
695 compose_quote_fmt(c, msginfo, "%M", NULL, NULL);
696 gtk_editable_set_editable(GTK_EDITABLE(c->text), FALSE);
698 ifactory = gtk_item_factory_from_widget(c->popupmenu);
699 menu_set_sensitive(ifactory, "/Add...", FALSE);
700 menu_set_sensitive(ifactory, "/Remove", FALSE);
701 menu_set_sensitive(ifactory, "/Property...", FALSE);
703 ifactory = gtk_item_factory_from_widget(c->menubar);
704 menu_set_sensitive(ifactory, "/File/Insert file", FALSE);
705 menu_set_sensitive(ifactory, "/File/Attach file", FALSE);
706 menu_set_sensitive(ifactory, "/File/Insert signature", FALSE);
707 menu_set_sensitive(ifactory, "/Edit/Paste", FALSE);
708 menu_set_sensitive(ifactory, "/Edit/Wrap current paragraph", FALSE);
709 menu_set_sensitive(ifactory, "/Edit/Wrap all long lines", FALSE);
710 menu_set_sensitive(ifactory, "/Edit/Edit with external editor", FALSE);
711 menu_set_sensitive(ifactory, "/Message/Attach", FALSE);
713 menu_set_sensitive(ifactory, "/Message/Sign", FALSE);
714 menu_set_sensitive(ifactory, "/Message/Encrypt", FALSE);
716 menu_set_sensitive(ifactory, "/Message/Request Return Receipt", FALSE);
717 menu_set_sensitive(ifactory, "/Tools/Template", FALSE);
719 gtk_widget_set_sensitive(c->insert_btn, FALSE);
720 gtk_widget_set_sensitive(c->attach_btn, FALSE);
721 gtk_widget_set_sensitive(c->sig_btn, FALSE);
722 gtk_widget_set_sensitive(c->exteditor_btn, FALSE);
723 gtk_widget_set_sensitive(c->linewrap_btn, FALSE);
728 Compose *compose_new(PrefsAccount *account, const gchar *mailto,
729 GPtrArray *attach_files)
731 return compose_generic_new(account, mailto, NULL, attach_files);
734 Compose *compose_new_with_folderitem(PrefsAccount *account, FolderItem *item)
736 return compose_generic_new(account, NULL, item, NULL);
739 Compose *compose_generic_new(PrefsAccount *account, const gchar *mailto, FolderItem *item,
740 GPtrArray *attach_files)
744 GtkItemFactory *ifactory;
745 gboolean grab_focus_on_last = TRUE;
747 if (item && item->prefs && item->prefs->enable_default_account)
748 account = account_find_from_id(item->prefs->default_account);
750 if (!account) account = cur_account;
751 g_return_val_if_fail(account != NULL, NULL);
753 compose = compose_create(account, COMPOSE_NEW);
754 ifactory = gtk_item_factory_from_widget(compose->menubar);
756 compose->replyinfo = NULL;
758 text = GTK_STEXT(compose->text);
759 gtk_stext_freeze(text);
761 if (prefs_common.auto_sig)
762 compose_insert_sig(compose);
763 gtk_editable_set_position(GTK_EDITABLE(text), 0);
764 gtk_stext_set_point(text, 0);
766 gtk_stext_thaw(text);
768 /* workaround for initial XIM problem */
769 gtk_widget_grab_focus(compose->text);
770 gtkut_widget_wait_for_draw(compose->text);
772 if (account->protocol != A_NNTP) {
773 if (mailto && *mailto != '\0') {
774 compose_entries_set(compose, mailto);
776 } else if(item && item->prefs->enable_default_to) {
777 compose_entry_append(compose, item->prefs->default_to, COMPOSE_TO);
778 compose_entry_select(compose, item->prefs->default_to);
779 grab_focus_on_last = FALSE;
781 if (item && item->ret_rcpt) {
782 menu_set_toggle(ifactory, "/Message/Request Return Receipt", TRUE);
786 compose_entry_append(compose, mailto, COMPOSE_NEWSGROUPS);
789 * CLAWS: just don't allow return receipt request, even if the user
790 * may want to send an email. simple but foolproof.
792 menu_set_sensitive(ifactory, "/Message/Request Return Receipt", FALSE);
799 for (i = 0; i < attach_files->len; i++) {
800 file = g_ptr_array_index(attach_files, i);
801 compose_attach_append(compose, file, file, NULL);
805 compose_show_first_last_header(compose, TRUE);
807 /* Set save folder */
808 if(item && item->prefs && item->prefs->save_copy_to_folder) {
809 gchar *folderidentifier;
811 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(compose->savemsg_checkbtn), prefs_common.savemsg);
812 folderidentifier = folder_item_get_identifier(item);
813 gtk_entry_set_text(GTK_ENTRY(compose->savemsg_entry), folderidentifier);
814 g_free(folderidentifier);
817 /* Grab focus on last header only if no default_to was set */
818 if(grab_focus_on_last)
819 gtk_widget_grab_focus(compose->header_last->entry);
821 if (prefs_common.auto_exteditor)
822 compose_exec_ext_editor(compose);
827 #define CHANGE_FLAGS(msginfo) \
829 if (msginfo->folder->folder->change_flags != NULL) \
830 msginfo->folder->folder->change_flags(msginfo->folder->folder, \
836 Compose *compose_new_followup_and_replyto(PrefsAccount *account,
837 const gchar *followupto, gchar * to)
841 if (!account) account = cur_account;
842 g_return_val_if_fail(account != NULL, NULL);
843 g_return_val_if_fail(account->protocol != A_NNTP, NULL);
845 compose = compose_create(account, COMPOSE_NEW);
847 if (prefs_common.auto_sig)
848 compose_insert_sig(compose);
849 gtk_editable_set_position(GTK_EDITABLE(compose->text), 0);
850 gtk_stext_set_point(GTK_STEXT(compose->text), 0);
852 compose_entry_append(compose, to, COMPOSE_TO);
853 compose_entry_append(compose, followupto, COMPOSE_NEWSGROUPS);
854 gtk_widget_grab_focus(compose->subject_entry);
860 void compose_reply(MsgInfo *msginfo, gboolean quote, gboolean to_all,
861 gboolean ignore_replyto, const gchar *body)
863 compose_generic_reply(msginfo, quote, to_all, ignore_replyto, FALSE,
867 void compose_followup_and_reply_to(MsgInfo *msginfo, gboolean quote,
869 gboolean ignore_replyto,
872 compose_generic_reply(msginfo, quote, to_all, ignore_replyto, TRUE,
876 static void compose_generic_reply(MsgInfo *msginfo, gboolean quote,
878 gboolean ignore_replyto,
879 gboolean followup_and_reply_to,
883 PrefsAccount *account;
884 PrefsAccount *reply_account;
887 g_return_if_fail(msginfo != NULL);
888 g_return_if_fail(msginfo->folder != NULL);
891 /* select the account set in folderitem's property (if enabled) */
892 if (msginfo->folder->prefs && msginfo->folder->prefs->enable_default_account)
893 account = account_find_from_id(msginfo->folder->prefs->default_account);
895 /* select the account for the whole folder (IMAP / NNTP) */
897 /* FIXME: this is not right, because folder may be nested. we should
898 * ascend the tree until we find a parent with proper account
900 account = msginfo->folder->folder->account;
902 /* select account by to: and cc: header if enabled */
903 if (prefs_common.reply_account_autosel) {
904 if (!account && msginfo->to) {
906 Xstrdup_a(to, msginfo->to, return);
908 account = account_find_from_address(to);
912 if(!get_header_from_msginfo(msginfo, cc, sizeof(cc), "CC:")) { /* Found a CC header */
914 account = account_find_from_address(cc);
919 /* select current account */
920 if (!account) account = cur_account;
921 g_return_if_fail(account != NULL);
923 if (ignore_replyto && account->protocol == A_NNTP &&
924 !followup_and_reply_to) {
926 account_find_from_address(account->address);
928 reply_account = compose_current_mail_account();
932 reply_account = account;
934 compose = compose_create(account, COMPOSE_REPLY);
935 compose->replyinfo = procmsg_msginfo_new_ref(msginfo);
937 #if 0 /* NEW COMPOSE GUI */
938 if (followup_and_reply_to) {
939 gtk_widget_show(compose->to_hbox);
940 gtk_widget_show(compose->to_entry);
941 gtk_table_set_row_spacing(GTK_TABLE(compose->table), 1, 4);
942 compose->use_to = TRUE;
945 if (msginfo->folder && msginfo->folder->ret_rcpt) {
946 GtkItemFactory *ifactory;
948 ifactory = gtk_item_factory_from_widget(compose->menubar);
949 menu_set_toggle(ifactory, "/Message/Request Return Receipt", TRUE);
952 /* Set save folder */
953 if(msginfo->folder && msginfo->folder->prefs && msginfo->folder->prefs->save_copy_to_folder) {
954 gchar *folderidentifier;
956 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(compose->savemsg_checkbtn), TRUE);
957 folderidentifier = folder_item_get_identifier(msginfo->folder);
958 gtk_entry_set_text(GTK_ENTRY(compose->savemsg_entry), folderidentifier);
959 g_free(folderidentifier);
962 if (compose_parse_header(compose, msginfo) < 0) return;
963 compose_reply_set_entry(compose, msginfo, to_all, ignore_replyto,
964 followup_and_reply_to);
965 compose_show_first_last_header(compose, TRUE);
967 text = GTK_STEXT(compose->text);
968 gtk_stext_freeze(text);
974 if (prefs_common.quotemark && *prefs_common.quotemark)
975 qmark = prefs_common.quotemark;
979 quote_str = compose_quote_fmt(compose, msginfo,
980 prefs_common.quotefmt,
984 if (prefs_common.auto_sig)
985 compose_insert_sig(compose);
987 if (quote && prefs_common.linewrap_quote)
988 compose_wrap_line_all(compose);
990 gtk_editable_set_position(GTK_EDITABLE(text), 0);
991 gtk_stext_set_point(text, 0);
993 gtk_stext_thaw(text);
994 gtk_widget_grab_focus(compose->text);
996 if (prefs_common.auto_exteditor)
997 compose_exec_ext_editor(compose);
1000 static void set_toolbar_style(Compose *compose);
1002 #define INSERT_FW_HEADER(var, hdr) \
1003 if (msginfo->var && *msginfo->var) { \
1004 gtk_stext_insert(text, NULL, NULL, NULL, hdr, -1); \
1005 gtk_stext_insert(text, NULL, NULL, NULL, msginfo->var, -1); \
1006 gtk_stext_insert(text, NULL, NULL, NULL, "\n", 1); \
1009 Compose *compose_forward(PrefsAccount *account, MsgInfo *msginfo,
1010 gboolean as_attach, const gchar *body)
1013 /* PrefsAccount *account; */
1016 g_return_val_if_fail(msginfo != NULL, NULL);
1017 g_return_val_if_fail(msginfo->folder != NULL, NULL);
1019 account = msginfo->folder->folder->account;
1020 if (!account && msginfo->to && prefs_common.forward_account_autosel) {
1022 Xstrdup_a(to, msginfo->to, return NULL);
1023 extract_address(to);
1024 account = account_find_from_address(to);
1027 if(!account && prefs_common.forward_account_autosel) {
1029 if(!get_header_from_msginfo(msginfo,cc,sizeof(cc),"CC:")){ /* Found a CC header */
1030 extract_address(cc);
1031 account = account_find_from_address(cc);
1035 if (account == NULL) {
1036 account = cur_account;
1038 account = msginfo->folder->folder->account;
1039 if (!account) account = cur_account;
1042 g_return_val_if_fail(account != NULL, NULL);
1044 MSG_UNSET_PERM_FLAGS(msginfo->flags, MSG_REPLIED);
1045 MSG_SET_PERM_FLAGS(msginfo->flags, MSG_FORWARDED);
1046 if (MSG_IS_IMAP(msginfo->flags))
1047 imap_msg_unset_perm_flags(msginfo, MSG_REPLIED);
1048 CHANGE_FLAGS(msginfo);
1050 compose = compose_create(account, COMPOSE_FORWARD);
1052 if (msginfo->subject && *msginfo->subject) {
1053 gtk_entry_set_text(GTK_ENTRY(compose->subject_entry), "Fw: ");
1054 gtk_entry_append_text(GTK_ENTRY(compose->subject_entry),
1058 text = GTK_STEXT(compose->text);
1059 gtk_stext_freeze(text);
1065 msgfile = procmsg_get_message_file_path(msginfo);
1066 if (!is_file_exist(msgfile))
1067 g_warning(_("%s: file not exist\n"), msgfile);
1069 compose_attach_append(compose, msgfile, msgfile,
1077 if (prefs_common.fw_quotemark &&
1078 *prefs_common.fw_quotemark)
1079 qmark = prefs_common.fw_quotemark;
1083 quote_str = compose_quote_fmt(compose, msginfo,
1084 prefs_common.fw_quotefmt,
1086 compose_attach_parts(compose, msginfo);
1089 if (prefs_common.auto_sig)
1090 compose_insert_sig(compose);
1092 if (prefs_common.linewrap_quote)
1093 compose_wrap_line_all(compose);
1095 gtk_editable_set_position(GTK_EDITABLE(compose->text), 0);
1096 gtk_stext_set_point(GTK_STEXT(compose->text), 0);
1098 gtk_stext_thaw(text);
1099 #if 0 /* NEW COMPOSE GUI */
1100 if (account->protocol != A_NNTP)
1101 gtk_widget_grab_focus(compose->to_entry);
1103 gtk_widget_grab_focus(compose->newsgroups_entry);
1105 gtk_widget_grab_focus(compose->header_last->entry);
1107 if (prefs_common.auto_exteditor)
1108 compose_exec_ext_editor(compose);
1113 #undef INSERT_FW_HEADER
1115 Compose *compose_forward_multiple(PrefsAccount *account, GSList *msginfo_list)
1122 g_return_val_if_fail(msginfo_list != NULL, NULL);
1124 for (msginfo = msginfo_list; msginfo != NULL; msginfo = msginfo->next) {
1125 if ( ((MsgInfo *)msginfo->data)->folder == NULL )
1129 if (account == NULL) {
1130 account = cur_account;
1132 account = msginfo->folder->folder->account;
1133 if (!account) account = cur_account;
1136 g_return_val_if_fail(account != NULL, NULL);
1138 for (msginfo = msginfo_list; msginfo != NULL; msginfo = msginfo->next) {
1139 MSG_UNSET_PERM_FLAGS(((MsgInfo *)msginfo->data)->flags, MSG_REPLIED);
1140 MSG_SET_PERM_FLAGS(((MsgInfo *)msginfo->data)->flags, MSG_FORWARDED);
1141 CHANGE_FLAGS(((MsgInfo *)msginfo->data));
1144 compose = compose_create(account, COMPOSE_FORWARD);
1146 text = GTK_STEXT(compose->text);
1147 gtk_stext_freeze(text);
1149 for (msginfo = msginfo_list; msginfo != NULL; msginfo = msginfo->next) {
1150 msgfile = procmsg_get_message_file_path((MsgInfo *)msginfo->data);
1151 if (!is_file_exist(msgfile))
1152 g_warning(_("%s: file not exist\n"), msgfile);
1154 compose_attach_append(compose, msgfile, msgfile,
1159 if (prefs_common.auto_sig)
1160 compose_insert_sig(compose);
1162 if (prefs_common.linewrap_quote)
1163 compose_wrap_line_all(compose);
1165 gtk_editable_set_position(GTK_EDITABLE(compose->text), 0);
1166 gtk_stext_set_point(GTK_STEXT(compose->text), 0);
1168 gtk_stext_thaw(text);
1169 #if 0 /* NEW COMPOSE GUI */
1170 if (account->protocol != A_NNTP)
1171 gtk_widget_grab_focus(compose->to_entry);
1173 gtk_widget_grab_focus(compose->newsgroups_entry);
1179 void compose_reedit(MsgInfo *msginfo)
1182 PrefsAccount *account = NULL;
1185 gchar buf[BUFFSIZE];
1187 g_return_if_fail(msginfo != NULL);
1188 g_return_if_fail(msginfo->folder != NULL);
1190 if (msginfo->folder->stype == F_QUEUE) {
1191 gchar queueheader_buf[BUFFSIZE];
1194 /* Select Account from queue headers */
1195 if (!get_header_from_msginfo(msginfo, queueheader_buf,
1196 sizeof(queueheader_buf), "NAID:")) {
1197 id = atoi(&queueheader_buf[5]);
1198 account = account_find_from_id(id);
1200 if (!account && !get_header_from_msginfo(msginfo, queueheader_buf,
1201 sizeof(queueheader_buf), "MAID:")) {
1202 id = atoi(&queueheader_buf[5]);
1203 account = account_find_from_id(id);
1205 if (!account && !get_header_from_msginfo(msginfo, queueheader_buf,
1206 sizeof(queueheader_buf), "S:")) {
1207 account = account_find_from_address(queueheader_buf);
1210 account = msginfo->folder->folder->account;
1212 if (!account && prefs_common.reedit_account_autosel) {
1213 gchar from[BUFFSIZE];
1214 if (!get_header_from_msginfo(msginfo, from, sizeof(from), "FROM:")){
1215 extract_address(from);
1216 account = account_find_from_address(from);
1219 if (!account) account = cur_account;
1220 g_return_if_fail(account != NULL);
1222 compose = compose_create(account, COMPOSE_REEDIT);
1223 compose->targetinfo = procmsg_msginfo_copy(msginfo);
1225 if (msginfo->folder->stype == F_QUEUE) {
1226 gchar queueheader_buf[BUFFSIZE];
1228 /* Set message save folder */
1229 if (!get_header_from_msginfo(msginfo, queueheader_buf, sizeof(queueheader_buf), "SCF:")) {
1232 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(compose->savemsg_checkbtn), TRUE);
1233 gtk_editable_delete_text(GTK_EDITABLE(compose->savemsg_entry), 0, -1);
1234 gtk_editable_insert_text(GTK_EDITABLE(compose->savemsg_entry), &queueheader_buf[4], strlen(&queueheader_buf[4]), &startpos);
1238 if (compose_parse_header(compose, msginfo) < 0) return;
1239 compose_reedit_set_entry(compose, msginfo);
1241 text = GTK_STEXT(compose->text);
1242 gtk_stext_freeze(text);
1244 if ((fp = procmime_get_first_text_content(msginfo)) == NULL)
1245 g_warning(_("Can't get text part\n"));
1247 while (fgets(buf, sizeof(buf), fp) != NULL)
1248 gtk_stext_insert(text, NULL, NULL, NULL, buf, -1);
1251 compose_attach_parts(compose, msginfo);
1253 gtk_stext_thaw(text);
1254 gtk_widget_grab_focus(compose->text);
1256 if (prefs_common.auto_exteditor)
1257 compose_exec_ext_editor(compose);
1260 GList *compose_get_compose_list(void)
1262 return compose_list;
1265 void compose_entry_append(Compose *compose, const gchar *address,
1266 ComposeEntryType type)
1270 if (!address || *address == '\0') return;
1272 #if 0 /* NEW COMPOSE GUI */
1275 entry = GTK_ENTRY(compose->cc_entry);
1278 entry = GTK_ENTRY(compose->bcc_entry);
1280 case COMPOSE_NEWSGROUPS:
1281 entry = GTK_ENTRY(compose->newsgroups_entry);
1285 entry = GTK_ENTRY(compose->to_entry);
1289 text = gtk_entry_get_text(entry);
1291 gtk_entry_append_text(entry, ", ");
1292 gtk_entry_append_text(entry, address);
1300 header = N_("Bcc:");
1302 case COMPOSE_REPLYTO:
1303 header = N_("Reply-To:");
1305 case COMPOSE_NEWSGROUPS:
1306 header = N_("Newsgroups:");
1308 case COMPOSE_FOLLOWUPTO:
1309 header = N_( "Followup-To:");
1316 header = prefs_common.trans_hdr ? gettext(header) : header;
1318 compose_add_header_entry(compose, header, (gchar *)address);
1321 void compose_entry_select (Compose *compose, const gchar *mailto)
1323 GSList *header_list;
1325 for (header_list = compose->header_list; header_list != NULL; header_list = header_list->next) {
1326 GtkEntry * entry = GTK_ENTRY(((ComposeHeaderEntry *)header_list->data)->entry);
1328 if (gtk_entry_get_text(entry) && !g_strcasecmp(gtk_entry_get_text(entry), mailto)) {
1329 gtk_entry_select_region(entry, 0, -1);
1330 gtk_widget_grab_focus(GTK_WIDGET(entry));
1335 static void compose_entries_set(Compose *compose, const gchar *mailto)
1337 gchar *subject = NULL;
1345 Xstrdup_a(tmp_mailto, mailto, return);
1349 p = strchr(tmp_mailto, '?');
1356 gchar *field, *value;
1373 if (*value == '\0') continue;
1375 if (!g_strcasecmp(field, "subject")) {
1376 Xalloca(subject, strlen(value) + 1, return);
1377 decode_uri(subject, value);
1378 } else if (!g_strcasecmp(field, "cc")) {
1380 } else if (!g_strcasecmp(field, "bcc")) {
1382 } else if (!g_strcasecmp(field, "body")) {
1383 Xalloca(body, strlen(value) + 1, return);
1384 decode_uri(body, value);
1389 compose_entry_append(compose, to, COMPOSE_TO);
1391 gtk_entry_set_text(GTK_ENTRY(compose->subject_entry), subject);
1393 compose_entry_append(compose, cc, COMPOSE_CC);
1395 compose_entry_append(compose, bcc, COMPOSE_BCC);
1397 gtk_stext_insert(GTK_STEXT(compose->text),
1398 NULL, NULL, NULL, body, -1);
1399 gtk_stext_insert(GTK_STEXT(compose->text),
1400 NULL, NULL, NULL, "\n", 1);
1404 static gint compose_parse_header(Compose *compose, MsgInfo *msginfo)
1406 static HeaderEntry hentry[] = {{"Reply-To:", NULL, TRUE},
1407 {"Cc:", NULL, FALSE},
1408 {"References:", NULL, FALSE},
1409 {"Bcc:", NULL, FALSE},
1410 {"Newsgroups:", NULL, FALSE},
1411 {"Followup-To:", NULL, FALSE},
1412 {"X-Mailing-List:", NULL, FALSE},
1413 {"X-BeenThere:", NULL, FALSE},
1414 {"X-Priority:", NULL, FALSE},
1415 {NULL, NULL, FALSE}};
1425 H_X_MAILING_LIST = 6,
1432 g_return_val_if_fail(msginfo != NULL, -1);
1434 if ((fp = procmsg_open_message(msginfo)) == NULL) return -1;
1435 procheader_get_header_fields(fp, hentry);
1438 if (hentry[H_REPLY_TO].body != NULL) {
1439 conv_unmime_header_overwrite(hentry[H_REPLY_TO].body);
1440 compose->replyto = hentry[H_REPLY_TO].body;
1441 hentry[H_REPLY_TO].body = NULL;
1443 if (hentry[H_CC].body != NULL) {
1444 conv_unmime_header_overwrite(hentry[H_CC].body);
1445 compose->cc = hentry[H_CC].body;
1446 hentry[H_CC].body = NULL;
1448 if (hentry[H_X_MAILING_LIST].body != NULL) {
1449 /* this is good enough to parse debian-devel */
1450 gchar *buf = g_malloc(strlen(hentry[H_X_MAILING_LIST].body) + 1);
1451 g_return_val_if_fail(buf != NULL, -1 );
1452 if (1 == sscanf(hentry[H_X_MAILING_LIST].body, "<%[^>]>", buf))
1453 compose->mailinglist = g_strdup(buf);
1455 g_free(hentry[H_X_MAILING_LIST].body);
1456 hentry[H_X_MAILING_LIST].body = NULL ;
1458 if (hentry[H_X_BEENTHERE].body != NULL) {
1459 /* this is good enough to parse the sylpheed-claws lists */
1460 gchar *buf = g_malloc(strlen(hentry[H_X_BEENTHERE].body) + 1);
1461 g_return_val_if_fail(buf != NULL, -1 );
1462 if (1 == sscanf(hentry[H_X_BEENTHERE].body, "%[^>]", buf))
1463 compose->mailinglist = g_strdup(buf);
1465 g_free(hentry[H_X_BEENTHERE].body);
1466 hentry[H_X_BEENTHERE].body = NULL ;
1468 if (hentry[H_REFERENCES].body != NULL) {
1469 if (compose->mode == COMPOSE_REEDIT)
1470 compose->references = hentry[H_REFERENCES].body;
1472 compose->references = compose_parse_references
1473 (hentry[H_REFERENCES].body, msginfo->msgid);
1474 g_free(hentry[H_REFERENCES].body);
1476 hentry[H_REFERENCES].body = NULL;
1478 if (hentry[H_BCC].body != NULL) {
1479 if (compose->mode == COMPOSE_REEDIT) {
1480 conv_unmime_header_overwrite(hentry[H_BCC].body);
1481 compose->bcc = hentry[H_BCC].body;
1483 g_free(hentry[H_BCC].body);
1484 hentry[H_BCC].body = NULL;
1486 if (hentry[H_NEWSGROUPS].body != NULL) {
1487 compose->newsgroups = hentry[H_NEWSGROUPS].body;
1488 hentry[H_NEWSGROUPS].body = NULL;
1490 if (hentry[H_FOLLOWUP_TO].body != NULL) {
1491 conv_unmime_header_overwrite(hentry[H_FOLLOWUP_TO].body);
1492 compose->followup_to = hentry[H_FOLLOWUP_TO].body;
1493 hentry[H_FOLLOWUP_TO].body = NULL;
1496 if (compose->mode == COMPOSE_REEDIT)
1497 if (hentry[H_X_PRIORITY].body != NULL) {
1500 priority = atoi(hentry[H_X_PRIORITY].body);
1501 g_free(hentry[H_X_PRIORITY].body);
1503 hentry[H_X_PRIORITY].body = NULL;
1505 if (priority < PRIORITY_HIGHEST ||
1506 priority > PRIORITY_LOWEST)
1507 priority = PRIORITY_NORMAL;
1509 compose->priority = priority;
1512 if (compose->mode == COMPOSE_REEDIT && msginfo->inreplyto)
1513 compose->inreplyto = g_strdup(msginfo->inreplyto);
1514 else if (compose->mode != COMPOSE_REEDIT &&
1515 msginfo->msgid && *msginfo->msgid) {
1516 compose->inreplyto = g_strdup(msginfo->msgid);
1518 if (!compose->references) {
1519 if (msginfo->inreplyto && *msginfo->inreplyto)
1520 compose->references =
1521 g_strdup_printf("<%s>\n\t<%s>",
1525 compose->references =
1526 g_strconcat("<", msginfo->msgid, ">",
1534 static gchar *compose_parse_references(const gchar *ref, const gchar *msgid)
1536 GSList *ref_id_list, *cur;
1540 ref_id_list = references_list_append(NULL, ref);
1541 if (!ref_id_list) return NULL;
1542 if (msgid && *msgid)
1543 ref_id_list = g_slist_append(ref_id_list, g_strdup(msgid));
1548 for (cur = ref_id_list; cur != NULL; cur = cur->next)
1549 /* "<" + Message-ID + ">" + CR+LF+TAB */
1550 len += strlen((gchar *)cur->data) + 5;
1552 if (len > MAX_REFERENCES_LEN) {
1553 /* remove second message-ID */
1554 if (ref_id_list && ref_id_list->next &&
1555 ref_id_list->next->next) {
1556 g_free(ref_id_list->next->data);
1557 ref_id_list = g_slist_remove
1558 (ref_id_list, ref_id_list->next->data);
1560 slist_free_strings(ref_id_list);
1561 g_slist_free(ref_id_list);
1568 new_ref = g_string_new("");
1569 for (cur = ref_id_list; cur != NULL; cur = cur->next) {
1570 if (new_ref->len > 0)
1571 g_string_append(new_ref, "\n\t");
1572 g_string_sprintfa(new_ref, "<%s>", (gchar *)cur->data);
1575 slist_free_strings(ref_id_list);
1576 g_slist_free(ref_id_list);
1578 new_ref_str = new_ref->str;
1579 g_string_free(new_ref, FALSE);
1584 static gchar *compose_quote_fmt(Compose *compose, MsgInfo *msginfo,
1585 const gchar *fmt, const gchar *qmark,
1588 GtkSText *text = GTK_STEXT(compose->text);
1589 static MsgInfo dummyinfo;
1590 gchar *quote_str = NULL;
1596 msginfo = &dummyinfo;
1598 if (qmark != NULL) {
1599 quote_fmt_init(msginfo, NULL, NULL);
1600 quote_fmt_scan_string(qmark);
1603 buf = quote_fmt_get_buffer();
1605 alertpanel_error(_("Quote mark format error."));
1607 Xstrdup_a(quote_str, buf, return NULL)
1610 if (fmt && *fmt != '\0') {
1611 quote_fmt_init(msginfo, quote_str, body);
1612 quote_fmt_scan_string(fmt);
1615 buf = quote_fmt_get_buffer();
1617 alertpanel_error(_("Message reply/forward format error."));
1623 gtk_stext_freeze(text);
1625 for (p = buf; *p != '\0'; ) {
1626 lastp = strchr(p, '\n');
1627 len = lastp ? lastp - p + 1 : -1;
1628 gtk_stext_insert(text, NULL, NULL, NULL, p, len);
1635 gtk_stext_thaw(text);
1640 static void compose_reply_set_entry(Compose *compose, MsgInfo *msginfo,
1641 gboolean to_all, gboolean ignore_replyto,
1642 gboolean followup_and_reply_to)
1644 GSList *cc_list = NULL;
1647 gchar *replyto = NULL;
1648 GHashTable *to_table;
1650 g_return_if_fail(compose->account != NULL);
1651 g_return_if_fail(msginfo != NULL);
1653 if ((compose->account->protocol != A_NNTP) || followup_and_reply_to)
1654 compose_entry_append(compose,
1655 ((compose->replyto && !ignore_replyto)
1657 : (compose->mailinglist && !ignore_replyto)
1658 ? compose->mailinglist
1659 : msginfo->from ? msginfo->from : ""),
1662 if (compose->account->protocol == A_NNTP) {
1664 compose_entry_append
1665 (compose, msginfo->from ? msginfo->from : "",
1668 compose_entry_append
1670 compose->followup_to ? compose->followup_to
1671 : compose->newsgroups ? compose->newsgroups
1673 COMPOSE_NEWSGROUPS);
1676 if (msginfo->subject && *msginfo->subject) {
1677 gchar *buf, *buf2, *p;
1679 buf = g_strdup(msginfo->subject);
1680 while (!strncasecmp(buf, "Re:", 3)) {
1682 while (isspace(*p)) p++;
1683 memmove(buf, p, strlen(p) + 1);
1686 buf2 = g_strdup_printf("Re: %s", buf);
1687 gtk_entry_set_text(GTK_ENTRY(compose->subject_entry), buf2);
1691 gtk_entry_set_text(GTK_ENTRY(compose->subject_entry), "Re: ");
1693 if (!to_all || compose->account->protocol == A_NNTP) return;
1695 if (compose->replyto) {
1696 Xstrdup_a(replyto, compose->replyto, return);
1697 extract_address(replyto);
1699 if (msginfo->from) {
1700 Xstrdup_a(from, msginfo->from, return);
1701 extract_address(from);
1704 if (compose->mailinglist && from) {
1705 cc_list = address_list_append(cc_list, from);
1708 if (replyto && from)
1709 cc_list = address_list_append(cc_list, from);
1711 if (!compose->mailinglist)
1712 cc_list = address_list_append(cc_list, msginfo->to);
1714 cc_list = address_list_append(cc_list, compose->cc);
1716 to_table = g_hash_table_new(g_str_hash, g_str_equal);
1718 g_hash_table_insert(to_table, replyto, GINT_TO_POINTER(1));
1719 if (compose->account)
1720 g_hash_table_insert(to_table, compose->account->address,
1721 GINT_TO_POINTER(1));
1723 /* remove address on To: and that of current account */
1724 for (cur = cc_list; cur != NULL; ) {
1725 GSList *next = cur->next;
1727 if (g_hash_table_lookup(to_table, cur->data) != NULL)
1728 cc_list = g_slist_remove(cc_list, cur->data);
1730 g_hash_table_insert(to_table, cur->data, cur);
1734 g_hash_table_destroy(to_table);
1737 for (cur = cc_list; cur != NULL; cur = cur->next)
1738 compose_entry_append(compose, (gchar *)cur->data,
1740 slist_free_strings(cc_list);
1741 g_slist_free(cc_list);
1745 #define SET_ENTRY(entry, str) \
1748 gtk_entry_set_text(GTK_ENTRY(compose->entry), str); \
1751 #define SET_ADDRESS(type, str) \
1754 compose_entry_append(compose, str, type); \
1757 static void compose_reedit_set_entry(Compose *compose, MsgInfo *msginfo)
1759 g_return_if_fail(msginfo != NULL);
1761 SET_ENTRY(subject_entry, msginfo->subject);
1762 SET_ADDRESS(COMPOSE_TO, msginfo->to);
1763 SET_ADDRESS(COMPOSE_CC, compose->cc);
1764 SET_ADDRESS(COMPOSE_BCC, compose->bcc);
1765 SET_ADDRESS(COMPOSE_REPLYTO, compose->replyto);
1767 compose_update_priority_menu_item(compose);
1769 compose_show_first_last_header(compose, TRUE);
1771 #if 0 /* NEW COMPOSE GUI */
1773 GtkItemFactory *ifactory;
1774 GtkWidget *menuitem;
1776 ifactory = gtk_item_factory_from_widget(compose->menubar);
1777 menuitem = gtk_item_factory_get_item(ifactory, "/View/Bcc");
1778 gtk_check_menu_item_set_active
1779 (GTK_CHECK_MENU_ITEM(menuitem), TRUE);
1781 if (compose->replyto) {
1782 GtkItemFactory *ifactory;
1783 GtkWidget *menuitem;
1785 ifactory = gtk_item_factory_from_widget(compose->menubar);
1786 menuitem = gtk_item_factory_get_item
1787 (ifactory, "/View/Reply to");
1788 gtk_check_menu_item_set_active
1789 (GTK_CHECK_MENU_ITEM(menuitem), TRUE);
1797 static void compose_exec_sig(Compose *compose, gchar *sigfile)
1801 size_t buf_len = 128;
1803 if (strlen(sigfile) < 2)
1806 sigprg = popen(sigfile+1, "r");
1809 buf = g_malloc(buf_len);
1812 gtk_stext_insert(GTK_STEXT(compose->text), NULL, NULL, NULL, \
1813 "Unable to insert signature (malloc failed)\n", -1);
1819 while (!feof(sigprg)) {
1820 bzero(buf, buf_len);
1821 fread(buf, buf_len-1, 1, sigprg);
1822 gtk_stext_insert(GTK_STEXT(compose->text), NULL, NULL, NULL, buf, -1);
1830 gtk_stext_insert(GTK_STEXT(compose->text), NULL, NULL, NULL, \
1831 "Can't exec file: ", -1);
1832 gtk_stext_insert(GTK_STEXT(compose->text), NULL, NULL, NULL, \
1837 static void compose_insert_sig(Compose *compose)
1841 if (compose->account && compose->account->sig_path)
1842 sigfile = g_strdup(compose->account->sig_path);
1844 sigfile = g_strconcat(get_home_dir(), G_DIR_SEPARATOR_S,
1845 DEFAULT_SIGNATURE, NULL);
1847 if (!is_file_or_fifo_exist(sigfile) && sigfile[0] != '|') {
1852 gtk_stext_insert(GTK_STEXT(compose->text), NULL, NULL, NULL, "\n\n", 2);
1853 if (prefs_common.sig_sep) {
1854 gtk_stext_insert(GTK_STEXT(compose->text), NULL, NULL, NULL,
1855 prefs_common.sig_sep, -1);
1856 gtk_stext_insert(GTK_STEXT(compose->text), NULL, NULL, NULL,
1860 if (sigfile[0] == '|')
1861 compose_exec_sig(compose, sigfile);
1863 compose_insert_file(compose, sigfile);
1867 static void compose_insert_file(Compose *compose, const gchar *file)
1869 GtkSText *text = GTK_STEXT(compose->text);
1870 gchar buf[BUFFSIZE];
1874 g_return_if_fail(file != NULL);
1876 if ((fp = fopen(file, "rb")) == NULL) {
1877 FILE_OP_ERROR(file, "fopen");
1881 gtk_stext_freeze(text);
1883 while (fgets(buf, sizeof(buf), fp) != NULL) {
1884 /* strip <CR> if DOS/Windows file,
1885 replace <CR> with <LF> if Macintosh file. */
1888 if (len > 0 && buf[len - 1] != '\n') {
1890 if (buf[len] == '\r') buf[len] = '\n';
1892 gtk_stext_insert(text, NULL, NULL, NULL, buf, -1);
1895 gtk_stext_thaw(text);
1900 static void compose_attach_append(Compose *compose, const gchar *file,
1901 const gchar *filename,
1902 const gchar *content_type)
1905 gchar *text[N_ATTACH_COLS];
1910 if (!is_file_exist(file)) {
1911 g_warning(_("File %s doesn't exist\n"), file);
1914 if ((size = get_file_size(file)) < 0) {
1915 g_warning(_("Can't get file size of %s\n"), file);
1919 alertpanel_notice(_("File %s is empty."), file);
1922 if ((fp = fopen(file, "rb")) == NULL) {
1923 alertpanel_error(_("Can't read %s."), file);
1928 #if 0 /* NEW COMPOSE GUI */
1929 if (!compose->use_attach) {
1930 GtkItemFactory *ifactory;
1931 GtkWidget *menuitem;
1933 ifactory = gtk_item_factory_from_widget(compose->menubar);
1934 menuitem = gtk_item_factory_get_item(ifactory,
1935 "/View/Attachment");
1936 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
1940 ainfo = g_new0(AttachInfo, 1);
1941 ainfo->file = g_strdup(file);
1944 ainfo->content_type = g_strdup(content_type);
1945 if (!strcasecmp(content_type, "message/rfc822")) {
1946 ainfo->encoding = ENC_7BIT;
1947 ainfo->name = g_strdup_printf
1949 g_basename(filename ? filename : file));
1951 if (!g_strncasecmp(content_type, "text", 4))
1953 procmime_get_encoding_for_file(file);
1955 ainfo->encoding = ENC_BASE64;
1956 ainfo->name = g_strdup
1957 (g_basename(filename ? filename : file));
1960 ainfo->content_type = procmime_get_mime_type(file);
1961 if (!ainfo->content_type) {
1962 ainfo->content_type =
1963 g_strdup("application/octet-stream");
1964 ainfo->encoding = ENC_BASE64;
1965 } else if (!g_strncasecmp(ainfo->content_type, "text", 4))
1966 ainfo->encoding = procmime_get_encoding_for_file(file);
1968 ainfo->encoding = ENC_BASE64;
1969 ainfo->name = g_strdup(g_basename(filename ? filename : file));
1973 text[COL_MIMETYPE] = ainfo->content_type;
1974 text[COL_SIZE] = to_human_readable(size);
1975 text[COL_NAME] = ainfo->name;
1977 row = gtk_clist_append(GTK_CLIST(compose->attach_clist), text);
1978 gtk_clist_set_row_data(GTK_CLIST(compose->attach_clist), row, ainfo);
1981 #define IS_FIRST_PART_TEXT(info) \
1982 ((info->mime_type == MIME_TEXT || info->mime_type == MIME_TEXT_HTML || \
1983 info->mime_type == MIME_TEXT_ENRICHED) || \
1984 (info->mime_type == MIME_MULTIPART && info->content_type && \
1985 !strcasecmp(info->content_type, "multipart/alternative") && \
1986 (info->children && \
1987 (info->children->mime_type == MIME_TEXT || \
1988 info->children->mime_type == MIME_TEXT_HTML || \
1989 info->children->mime_type == MIME_TEXT_ENRICHED))))
1991 static void compose_attach_parts(Compose *compose, MsgInfo *msginfo)
1998 mimeinfo = procmime_scan_message(msginfo);
1999 if (!mimeinfo) return;
2001 /* skip first text (presumably message body) */
2002 child = mimeinfo->children;
2003 if (!child || IS_FIRST_PART_TEXT(mimeinfo)) {
2004 procmime_mimeinfo_free_all(mimeinfo);
2007 if (IS_FIRST_PART_TEXT(child))
2008 child = child->next;
2010 infile = procmsg_get_message_file_path(msginfo);
2012 while (child != NULL) {
2013 if (child->children || child->mime_type == MIME_MULTIPART) {
2014 child = procmime_mimeinfo_next(child);
2018 outfile = procmime_get_tmp_file_name(child);
2019 if (procmime_get_part(outfile, infile, child) < 0)
2020 g_warning(_("Can't get the part of multipart message."));
2022 compose_attach_append
2024 child->filename ? child->filename : child->name,
2025 child->content_type);
2027 child = child->next;
2031 procmime_mimeinfo_free_all(mimeinfo);
2034 #undef IS_FIRST_PART_TEXT
2036 #define GET_CHAR(pos, buf, len) \
2038 if (text->use_wchar) \
2039 len = wctomb(buf, (wchar_t)GTK_STEXT_INDEX(text, (pos))); \
2041 buf[0] = GTK_STEXT_INDEX(text, (pos)); \
2046 #define INDENT_CHARS ">|#"
2047 #define SPACE_CHARS " \t"
2049 static void compose_wrap_line(Compose *compose)
2051 GtkSText *text = GTK_STEXT(compose->text);
2052 gint ch_len, last_ch_len;
2053 gchar cbuf[MB_LEN_MAX], last_ch;
2057 gint p_start, p_end;
2058 gint line_pos, cur_pos;
2059 gint line_len, cur_len;
2061 gtk_stext_freeze(text);
2063 text_len = gtk_stext_get_length(text);
2065 /* check to see if the point is on the paragraph mark (empty line). */
2066 cur_pos = gtk_stext_get_point(text);
2067 GET_CHAR(cur_pos, cbuf, ch_len);
2068 if ((ch_len == 1 && *cbuf == '\n') || cur_pos == text_len) {
2070 goto compose_end; /* on the paragraph mark */
2071 GET_CHAR(cur_pos - 1, cbuf, ch_len);
2072 if (ch_len == 1 && *cbuf == '\n')
2073 goto compose_end; /* on the paragraph mark */
2076 /* find paragraph start. */
2077 line_end = quoted = 0;
2078 for (p_start = cur_pos; p_start >= 0; --p_start) {
2079 GET_CHAR(p_start, cbuf, ch_len);
2080 if (ch_len == 1 && *cbuf == '\n') {
2082 goto compose_end; /* quoted part */
2090 && strchr(prefs_common.quote_chars, *cbuf))
2092 else if (ch_len != 1 || !isspace(*cbuf))
2101 /* find paragraph end. */
2103 for (p_end = cur_pos; p_end < text_len; p_end++) {
2104 GET_CHAR(p_end, cbuf, ch_len);
2105 if (ch_len == 1 && *cbuf == '\n') {
2112 if (line_end && ch_len == 1 &&
2113 strchr(prefs_common.quote_chars, *cbuf))
2114 goto compose_end; /* quoted part */
2119 if (p_end >= text_len)
2122 if (p_start >= p_end)
2125 line_len = cur_len = 0;
2129 for (cur_pos = p_start; cur_pos < p_end; cur_pos++) {
2132 GET_CHAR(cur_pos, cbuf, ch_len);
2139 if (ch_len == 1 && isspace(*cbuf))
2142 if (ch_len == 1 && *cbuf == '\n') {
2144 if (last_ch_len == 1 && !isspace(last_ch)) {
2145 if (cur_pos + 1 < p_end) {
2146 GET_CHAR(cur_pos + 1, cbuf, ch_len);
2147 if (ch_len == 1 && !isspace(*cbuf))
2151 gtk_stext_set_point(text, cur_pos + 1);
2152 gtk_stext_backward_delete(text, 1);
2154 gtk_stext_set_point(text, cur_pos);
2155 gtk_stext_insert(text, NULL, NULL, NULL, " ", 1);
2165 last_ch_len = ch_len;
2169 line_pos = cur_pos + 1;
2170 line_len = cur_len + ch_len;
2173 if (cur_len + ch_len > prefs_common.linewrap_len &&
2177 GET_CHAR(line_pos - 1, cbuf, ch_len);
2178 if (ch_len == 1 && isspace(*cbuf)) {
2179 gtk_stext_set_point(text, line_pos);
2180 gtk_stext_backward_delete(text, 1);
2189 gtk_stext_set_point(text, line_pos);
2190 gtk_stext_insert(text, NULL, NULL, NULL, "\n", 1);
2194 cur_len = cur_len - line_len + ch_len;
2200 line_pos = cur_pos + 1;
2201 line_len = cur_len + ch_len;
2207 gtk_stext_thaw(text);
2212 /* Darko: used when I debug wrapping */
2213 void dump_text(GtkSText *text, int pos, int tlen, int breakoncr)
2218 printf("%d [", pos);
2219 for (i = pos; i < tlen; i++) {
2220 ch = GTK_STEXT_INDEX(text, i);
2221 if (breakoncr && ch == '\n')
2231 WAIT_FOR_INDENT_CHAR,
2232 WAIT_FOR_INDENT_CHAR_OR_SPACE
2235 /* return indent length, we allow:
2236 > followed by spaces/tabs
2237 | followed by spaces/tabs
2238 uppercase characters immediately followed by >,
2239 and the repeating sequences of the above */
2240 /* return indent length */
2241 static guint get_indent_length(GtkSText *text, guint start_pos, guint text_len)
2244 guint i, ch_len, alnum_cnt = 0;
2245 IndentState state = WAIT_FOR_INDENT_CHAR;
2246 gchar cbuf[MB_LEN_MAX];
2250 for (i = start_pos; i < text_len; i++) {
2251 GET_CHAR(i, cbuf, ch_len);
2255 if (cbuf[0] == '\n')
2258 is_indent = strchr(prefs_common.quote_chars, cbuf[0]) ? TRUE : FALSE;
2259 is_space = strchr(SPACE_CHARS, cbuf[0]) ? TRUE : FALSE;
2262 case WAIT_FOR_SPACE:
2263 if (is_space == FALSE)
2265 state = WAIT_FOR_INDENT_CHAR_OR_SPACE;
2267 case WAIT_FOR_INDENT_CHAR_OR_SPACE:
2268 if (is_indent == FALSE && is_space == FALSE &&
2271 if (is_space == TRUE) {
2273 state = WAIT_FOR_INDENT_CHAR_OR_SPACE;
2274 } else if (is_indent == TRUE) {
2276 state = WAIT_FOR_SPACE;
2279 state = WAIT_FOR_INDENT_CHAR;
2282 case WAIT_FOR_INDENT_CHAR:
2283 if (is_indent == FALSE && !isupper(cbuf[0]))
2285 if (is_indent == TRUE) {
2287 && !strchr(prefs_common.quote_chars, cbuf[0]))
2290 state = WAIT_FOR_SPACE;
2301 if ((i_len > 0) && (state == WAIT_FOR_INDENT_CHAR))
2307 /* insert quotation string when line was wrapped */
2308 static guint ins_quote(GtkSText *text, guint indent_len,
2309 guint prev_line_pos, guint text_len,
2312 guint i, ins_len = 0;
2316 for (i = 0; i < indent_len; i++) {
2317 ch = GTK_STEXT_INDEX(text, prev_line_pos + i);
2318 gtk_stext_insert(text, NULL, NULL, NULL, &ch, 1);
2320 ins_len = indent_len;
2326 /* check if we should join the next line */
2327 static gboolean join_next_line(GtkSText *text, guint start_pos, guint tlen,
2330 guint indent_len, ch_len;
2331 gboolean do_join = FALSE;
2332 gchar cbuf[MB_LEN_MAX];
2334 indent_len = get_indent_length(text, start_pos, tlen);
2336 if ((indent_len > 0) && (indent_len == prev_ilen)) {
2337 GET_CHAR(start_pos + indent_len, cbuf, ch_len);
2338 if (ch_len > 0 && (cbuf[0] != '\n'))
2345 static void compose_wrap_line_all(Compose *compose)
2347 GtkSText *text = GTK_STEXT(compose->text);
2349 guint line_pos = 0, cur_pos = 0, p_pos = 0;
2350 gint line_len = 0, cur_len = 0;
2352 gboolean is_new_line = TRUE, do_delete = FALSE;
2354 gboolean linewrap_quote = TRUE;
2355 gboolean set_editable_pos = FALSE;
2356 gint editable_pos = 0;
2357 guint linewrap_len = prefs_common.linewrap_len;
2358 gchar *qfmt = prefs_common.quotemark;
2359 gchar cbuf[MB_LEN_MAX];
2361 gtk_stext_freeze(text);
2363 tlen = gtk_stext_get_length(text);
2365 for (; cur_pos < tlen; cur_pos++) {
2366 /* mark position of new line - needed for quotation wrap */
2369 i_len = get_indent_length(text, cur_pos, tlen);
2371 is_new_line = FALSE;
2374 g_print("new line i_len=%d p_pos=", i_len);
2375 dump_text(text, p_pos, tlen, 1);
2379 GET_CHAR(cur_pos, cbuf, ch_len);
2381 /* fix line length for tabs */
2382 if (ch_len == 1 && *cbuf == '\t') {
2383 guint tab_width = text->default_tab_width;
2384 guint tab_offset = line_len % tab_width;
2387 g_print("found tab at pos=%d line_len=%d ", cur_pos,
2391 line_len += tab_width - tab_offset - 1;
2395 printf("new_len=%d\n", line_len);
2399 /* we have encountered line break */
2400 if (ch_len == 1 && *cbuf == '\n') {
2402 gchar cb[MB_LEN_MAX];
2404 /* should we join the next line */
2405 if ((i_len != cur_len) && do_delete &&
2406 join_next_line(text, cur_pos + 1, tlen, i_len))
2412 g_print("found CR at %d do_del is %d next line is ",
2413 cur_pos, do_delete);
2414 dump_text(text, cur_pos + 1, tlen, 1);
2417 /* skip delete if it is continuous URL */
2418 if (do_delete && (line_pos - p_pos <= i_len) &&
2419 gtkut_stext_is_uri_string(text, line_pos, tlen))
2423 g_print("l_len=%d wrap_len=%d do_del=%d\n",
2424 line_len, linewrap_len, do_delete);
2426 /* should we delete to perform smart wrapping */
2427 if (line_len < linewrap_len && do_delete) {
2428 /* get rid of newline */
2429 gtk_stext_set_point(text, cur_pos);
2430 gtk_stext_forward_delete(text, 1);
2433 /* if text starts with quote fmt or with
2434 indent string, delete them */
2437 ilen = gtkut_stext_str_compare_n
2438 (text, cur_pos, p_pos, i_len,
2441 gtk_stext_forward_delete
2447 GET_CHAR(cur_pos, cb, clen);
2449 /* insert space if it's alphanumeric */
2450 if ((cur_pos != line_pos) &&
2451 ((clen > 1) || isalnum(cb[0]))) {
2452 gtk_stext_insert(text, NULL, NULL,
2457 /* and start over with current line */
2458 cur_pos = p_pos - 1;
2460 line_len = cur_len = 0;
2464 g_print("after delete l_pos=");
2465 dump_text(text, line_pos, tlen, 1);
2470 /* mark new line beginning */
2471 line_pos = cur_pos + 1;
2472 line_len = cur_len = 0;
2483 /* possible line break */
2484 if (ch_len == 1 && isspace(*cbuf)) {
2485 line_pos = cur_pos + 1;
2486 line_len = cur_len + ch_len;
2489 /* are we over wrapping length set in preferences ? */
2490 if (cur_len + ch_len > linewrap_len) {
2494 g_print("should wrap cur_pos=%d ", cur_pos);
2495 dump_text(text, p_pos, tlen, 1);
2496 dump_text(text, line_pos, tlen, 1);
2498 /* force wrapping if it is one long word but not URL */
2499 if (line_pos - p_pos <= i_len)
2500 if (!gtkut_stext_is_uri_string
2501 (text, line_pos, tlen))
2502 line_pos = cur_pos - 1;
2504 g_print("new line_pos=%d\n", line_pos);
2507 GET_CHAR(line_pos - 1, cbuf, clen);
2509 /* if next character is space delete it */
2510 if (clen == 1 && isspace(*cbuf)) {
2511 if (p_pos + i_len != line_pos ||
2512 !gtkut_stext_is_uri_string
2513 (text, line_pos, tlen)) {
2514 /* workaround for correct cursor
2516 if (set_editable_pos == FALSE) {
2517 editable_pos = gtk_editable_get_position(GTK_EDITABLE(text));
2518 if (editable_pos == line_pos)
2519 set_editable_pos = TRUE;
2521 gtk_stext_set_point(text, line_pos);
2522 gtk_stext_backward_delete(text, 1);
2531 /* if it is URL at beginning of line don't wrap */
2532 if (p_pos + i_len == line_pos &&
2533 gtkut_stext_is_uri_string(text, line_pos, tlen)) {
2535 g_print("found URL at ");
2536 dump_text(text, line_pos, tlen, 1);
2542 gtk_stext_set_point(text, line_pos);
2543 gtk_stext_insert(text, NULL, NULL, NULL, "\n", 1);
2544 /* gtk_stext_compact_buffer(text); */
2547 /* for loop will increase it */
2548 cur_pos = line_pos - 1;
2549 /* start over with current line */
2558 g_print("after CR insert ");
2559 dump_text(text, line_pos, tlen, 1);
2560 dump_text(text, cur_pos, tlen, 1);
2563 /* should we insert quotation ? */
2564 if (linewrap_quote && i_len) {
2565 /* only if line is not already quoted */
2566 if (!gtkut_stext_str_compare
2567 (text, line_pos, tlen, qfmt)) {
2570 if (line_pos - p_pos > i_len) {
2572 (text, i_len, p_pos,
2575 /* gtk_stext_compact_buffer(text); */
2579 g_print("after quote insert ");
2580 dump_text(text, line_pos, tlen, 1);
2588 line_pos = cur_pos + 1;
2589 line_len = cur_len + ch_len;
2591 /* advance to next character in buffer */
2595 gtk_stext_thaw(text);
2597 if (set_editable_pos && editable_pos <= tlen)
2598 gtk_editable_set_position(GTK_EDITABLE(text), editable_pos);
2603 static void compose_set_title(Compose *compose)
2608 edited = compose->modified ? _(" [Edited]") : "";
2609 if (compose->account && compose->account->address)
2610 str = g_strdup_printf(_("%s - Compose message%s"),
2611 compose->account->address, edited);
2613 str = g_strdup_printf(_("Compose message%s"), edited);
2614 gtk_window_set_title(GTK_WINDOW(compose->window), str);
2619 * compose_current_mail_account:
2621 * Find a current mail account (the currently selected account, or the
2622 * default account, if a news account is currently selected). If a
2623 * mail account cannot be found, display an error message.
2625 * Return value: Mail account, or NULL if not found.
2627 static PrefsAccount *
2628 compose_current_mail_account(void)
2632 if (cur_account && cur_account->protocol != A_NNTP)
2635 ac = account_get_default();
2636 if (!ac || ac->protocol == A_NNTP) {
2637 alertpanel_error(_("Account for sending mail is not specified.\n"
2638 "Please select a mail account before sending."));
2645 gboolean compose_check_for_valid_recipient(Compose *compose) {
2646 gchar *recipient_headers_mail[] = {"To:", "Cc:", "Bcc:", NULL};
2647 gchar *recipient_headers_news[] = {"Newsgroups:", NULL};
2648 gboolean recipient_found = FALSE;
2652 /* free to and newsgroup list */
2653 slist_free_strings(compose->to_list);
2654 g_slist_free(compose->to_list);
2655 compose->to_list = NULL;
2657 slist_free_strings(compose->newsgroup_list);
2658 g_slist_free(compose->newsgroup_list);
2659 compose->newsgroup_list = NULL;
2661 /* search header entries for to and newsgroup entries */
2662 for(list = compose->header_list; list; list = list->next) {
2665 header = gtk_editable_get_chars(GTK_EDITABLE(GTK_COMBO(((ComposeHeaderEntry *)list->data)->combo)->entry), 0, -1);
2666 entry = gtk_editable_get_chars(GTK_EDITABLE(((ComposeHeaderEntry *)list->data)->entry), 0, -1);
2668 if(entry[0] != '\0') {
2669 for(strptr = recipient_headers_mail; *strptr != NULL; strptr++) {
2670 if(!strcmp(header, (prefs_common.trans_hdr ? gettext(*strptr) : *strptr))) {
2671 compose->to_list = address_list_append(compose->to_list, entry);
2672 recipient_found = TRUE;
2675 for(strptr = recipient_headers_news; *strptr != NULL; strptr++) {
2676 if(!strcmp(header, (prefs_common.trans_hdr ? gettext(*strptr) : *strptr))) {
2677 compose->newsgroup_list = newsgroup_list_append(compose->newsgroup_list, entry);
2678 recipient_found = TRUE;
2685 return recipient_found;
2688 static gboolean compose_check_entries(Compose *compose, gboolean check_subject)
2692 if (compose_check_for_valid_recipient(compose) == FALSE) {
2693 alertpanel_error(_("Recipient is not specified."));
2697 str = gtk_entry_get_text(GTK_ENTRY(compose->subject_entry));
2698 if (*str == '\0' && check_subject == TRUE) {
2701 aval = alertpanel(_("Send"),
2702 _("Subject is empty. Send it anyway?"),
2703 _("Yes"), _("No"), NULL);
2704 if (aval != G_ALERTDEFAULT)
2711 gint compose_send(Compose *compose)
2717 if (compose_check_entries(compose, TRUE) == FALSE)
2720 val = compose_queue(compose, &msgnum, &folder);
2722 alertpanel_error(_("Could not queue message for sending"));
2726 val = procmsg_send_message_queue(folder_item_fetch_msg(folder, msgnum));
2728 folder_item_remove_msg(folder, msgnum);
2729 folderview_update_item(folder, TRUE);
2734 #if 0 /* compose restructure */
2735 gint compose_send(Compose *compose)
2737 gchar tmp[MAXPATHLEN + 1];
2739 static gboolean lock = FALSE;
2743 g_return_val_if_fail(compose->account != NULL, -1);
2744 g_return_val_if_fail(compose->orig_account != NULL, -1);
2748 if (compose_check_entries(compose, TRUE) == FALSE) {
2753 /* write to temporary file */
2754 g_snprintf(tmp, sizeof(tmp), "%s%ctmpmsg.%08x",
2755 get_tmp_dir(), G_DIR_SEPARATOR, (gint)compose);
2757 if (prefs_common.linewrap_at_send)
2758 compose_wrap_line_all(compose);
2760 if (compose_write_to_file(compose, tmp, FALSE) < 0) {
2765 if (!compose->to_list && !compose->newsgroup_list) {
2766 g_warning(_("can't get recipient list."));
2772 if (compose->to_list) {
2775 #if 0 /* NEW COMPOSE GUI */
2776 if (compose->account->protocol != A_NNTP)
2777 ac = compose->account;
2778 else if (compose->orig_account->protocol != A_NNTP)
2779 ac = compose->orig_account;
2780 else if (cur_account && cur_account->protocol != A_NNTP)
2783 ac = compose_current_mail_account();
2791 ac = compose->account;
2793 ok = send_message(tmp, ac, compose->to_list);
2794 statusbar_pop_all();
2797 if (ok == 0 && compose->newsgroup_list) {
2800 if (compose->account->protocol == A_NNTP)
2801 folder = FOLDER(compose->account->folder);
2803 folder = FOLDER(compose->orig_account->folder);
2805 ok = news_post(folder, tmp);
2807 alertpanel_error(_("Error occurred while posting the message to %s ."),
2808 compose->account->nntp_server);
2815 /* queue message if failed to send */
2817 if (prefs_common.queue_msg) {
2822 _("Error occurred while sending the message.\n"
2823 "Put this message into queue folder?"),
2824 _("OK"), _("Cancel"), NULL);
2825 if (G_ALERTDEFAULT == val) {
2826 ok = compose_queue(compose, tmp);
2828 alertpanel_error(_("Can't queue the message."));
2831 alertpanel_error(_("Error occurred while sending the message."));
2833 if (compose->mode == COMPOSE_REEDIT) {
2834 compose_remove_reedit_target(compose);
2835 if (compose->targetinfo)
2836 folderview_update_item
2837 (compose->targetinfo->folder, TRUE);
2839 /* save message to outbox */
2840 if (prefs_common.savemsg) {
2843 outbox = account_get_special_folder
2844 (compose->account, F_OUTBOX);
2845 if (procmsg_save_to_outbox(outbox, tmp, FALSE) < 0)
2847 (_("Can't save the message to Sent."));
2849 folderview_update_item(outbox, TRUE);
2859 static gboolean compose_use_attach(Compose *compose) {
2860 return(gtk_clist_get_row_data(GTK_CLIST(compose->attach_clist), 0) != NULL);
2863 static gint compose_redirect_write_headers_from_headerlist(Compose *compose,
2866 gchar buf[BUFFSIZE];
2868 gboolean first_address;
2870 ComposeHeaderEntry *headerentry;
2871 gchar *headerentryname;
2875 debug_print("Writing redirect header\n");
2877 cc_hdr = prefs_common.trans_hdr ? _("Cc:") : "Cc:";
2878 to_hdr = prefs_common.trans_hdr ? _("To:") : "To:";
2880 first_address = TRUE;
2881 for(list = compose->header_list; list; list = list->next) {
2882 headerentry = ((ComposeHeaderEntry *)list->data);
2883 headerentryname = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(headerentry->combo)->entry));
2885 if(g_strcasecmp(headerentryname, cc_hdr) == 0
2886 || g_strcasecmp(headerentryname, to_hdr) == 0) {
2887 str = gtk_entry_get_text(GTK_ENTRY(headerentry->entry));
2888 Xstrdup_a(str, str, return -1);
2890 if(str[0] != '\0') {
2891 compose_convert_header
2892 (buf, sizeof(buf), str,
2893 strlen("Resent-To") + 2);
2895 fprintf(fp, "Resent-To: ");
2896 first_address = FALSE;
2900 fprintf(fp, "%s", buf);
2904 /* if(!first_address) { */
2911 static gint compose_redirect_write_headers(Compose *compose, FILE *fp)
2913 gchar buf[BUFFSIZE];
2915 /* struct utsname utsbuf; */
2917 g_return_val_if_fail(fp != NULL, -1);
2918 g_return_val_if_fail(compose->account != NULL, -1);
2919 g_return_val_if_fail(compose->account->address != NULL, -1);
2922 get_rfc822_date(buf, sizeof(buf));
2923 fprintf(fp, "Resent-Date: %s\n", buf);
2926 if (compose->account->name && *compose->account->name) {
2927 compose_convert_header
2928 (buf, sizeof(buf), compose->account->name,
2930 fprintf(fp, "Resent-From: %s <%s>\n",
2931 buf, compose->account->address);
2933 fprintf(fp, "Resent-From: %s\n", compose->account->address);
2936 str = gtk_entry_get_text(GTK_ENTRY(compose->subject_entry));
2938 Xstrdup_a(str, str, return -1);
2941 compose_convert_header(buf, sizeof(buf), str,
2942 strlen("Subject: "));
2943 fprintf(fp, "Subject: %s\n", buf);
2947 /* Resent-Message-ID */
2948 if (compose->account->gen_msgid) {
2949 compose_generate_msgid(compose, buf, sizeof(buf));
2950 fprintf(fp, "Resent-Message-Id: <%s>\n", buf);
2951 compose->msgid = g_strdup(buf);
2954 compose_redirect_write_headers_from_headerlist(compose, fp);
2956 /* separator between header and body */
2962 static gint compose_redirect_write_to_file(Compose *compose, const gchar *file)
2967 gchar buf[BUFFSIZE];
2969 if ((fp = fopen(compose->redirect_filename, "rb")) == NULL) {
2970 FILE_OP_ERROR(file, "fopen");
2974 if ((fdest = fopen(file, "wb")) == NULL) {
2975 FILE_OP_ERROR(file, "fopen");
2980 /* chmod for security */
2981 if (change_file_mode_rw(fdest, file) < 0) {
2982 FILE_OP_ERROR(file, "chmod");
2983 g_warning(_("can't change file mode\n"));
2986 while (procheader_get_unfolded_line(buf, sizeof(buf), fp)) {
2987 /* should filter returnpath, delivered-to */
2988 if (g_strncasecmp(buf, "Return-Path:",
2989 strlen("Return-Path:")) == 0 ||
2990 g_strncasecmp(buf, "Delivered-To:",
2991 strlen("Delivered-To:")) == 0 ||
2992 g_strncasecmp(buf, "Received:",
2993 strlen("Received:")) == 0 ||
2994 g_strncasecmp(buf, "Subject:",
2995 strlen("Subject:")) == 0 ||
2996 g_strncasecmp(buf, "X-UIDL:",
2997 strlen("X-UIDL:")) == 0)
3000 if (fputs(buf, fdest) == -1)
3003 if (!prefs_common.redirect_keep_from) {
3004 if (g_strncasecmp(buf, "From:",
3005 strlen("From:")) == 0) {
3006 fputs(" (by way of ", fdest);
3007 if (compose->account->name
3008 && *compose->account->name) {
3009 compose_convert_header
3011 compose->account->name,
3013 fprintf(fdest, "%s <%s>",
3015 compose->account->address);
3017 fprintf(fdest, "%s",
3018 compose->account->address);
3023 if (fputs("\n", fdest) == -1)
3027 compose_redirect_write_headers(compose, fdest);
3029 while ((len = fread(buf, sizeof(gchar), sizeof(buf), fp)) > 0) {
3030 if (fwrite(buf, sizeof(gchar), len, fdest) != len) {
3031 FILE_OP_ERROR(file, "fwrite");
3037 if (fclose(fdest) == EOF) {
3038 FILE_OP_ERROR(file, "fclose");
3054 /* interfaces to rfc2015 to keep out the prefs stuff there.
3055 * returns 0 on success and -1 on error. */
3056 static gint compose_create_signers_list(Compose *compose, GSList **pkey_list)
3058 const gchar *key_id = NULL;
3061 switch (compose->account->sign_key) {
3062 case SIGN_KEY_DEFAULT:
3065 case SIGN_KEY_BY_FROM:
3066 key_id = compose->account->address;
3068 case SIGN_KEY_CUSTOM:
3069 key_id = compose->account->sign_key_id;
3075 key_list = rfc2015_create_signers_list(key_id);
3078 alertpanel_error(_("Could not find any key associated with "
3079 "currently selected key id `%s'."), key_id);
3083 *pkey_list = key_list;
3087 /* clearsign message body text */
3088 static gint compose_clearsign_text(Compose *compose, gchar **text)
3093 tmp_file = get_tmp_file();
3094 if (str_write_to_file(*text, tmp_file) < 0) {
3099 if (canonicalize_file_replace(tmp_file) < 0 ||
3100 compose_create_signers_list(compose, &key_list) < 0 ||
3101 rfc2015_clearsign(tmp_file, key_list) < 0) {
3108 *text = file_read_to_str(tmp_file);
3116 #endif /* USE_GPGME */
3118 static gint compose_write_to_file(Compose *compose, const gchar *file,
3125 const gchar *out_codeset;
3126 EncodingType encoding;
3128 if ((fp = fopen(file, "wb")) == NULL) {
3129 FILE_OP_ERROR(file, "fopen");
3133 /* chmod for security */
3134 if (change_file_mode_rw(fp, file) < 0) {
3135 FILE_OP_ERROR(file, "chmod");
3136 g_warning(_("can't change file mode\n"));
3139 /* get all composed text */
3140 chars = gtk_editable_get_chars(GTK_EDITABLE(compose->text), 0, -1);
3141 len = strlen(chars);
3142 if (is_ascii_str(chars)) {
3145 out_codeset = CS_US_ASCII;
3146 encoding = ENC_7BIT;
3148 const gchar *src_codeset;
3150 out_codeset = conv_get_outgoing_charset_str();
3151 if (!strcasecmp(out_codeset, CS_US_ASCII))
3152 out_codeset = CS_ISO_8859_1;
3153 encoding = procmime_get_encoding_for_charset(out_codeset);
3155 src_codeset = conv_get_current_charset_str();
3156 /* if current encoding is US-ASCII, set it the same as
3157 outgoing one to prevent code conversion failure */
3158 if (!strcasecmp(src_codeset, CS_US_ASCII))
3159 src_codeset = out_codeset;
3161 debug_print("src encoding = %s, out encoding = %s, transfer encoding = %s\n",
3162 src_codeset, out_codeset, procmime_get_encoding_str(encoding));
3164 buf = conv_codeset_strdup(chars, src_codeset, out_codeset);
3170 _("Can't convert the character encoding of the message.\n"
3171 "Send it anyway?"), _("Yes"), _("+No"), NULL);
3172 if (aval != G_ALERTDEFAULT) {
3186 if (!is_draft && compose->use_signing && compose->account->clearsign) {
3187 if (compose_clearsign_text(compose, &buf) < 0) {
3188 g_warning("clearsign failed\n");
3198 if (compose_write_headers
3199 (compose, fp, out_codeset, encoding, is_draft) < 0) {
3200 g_warning(_("can't write headers\n"));
3207 if (compose_use_attach(compose)) {
3209 /* This prolog message is ignored by mime software and
3210 * because it would make our signing/encryption task
3211 * tougher, we don't emit it in that case */
3212 if (!compose->use_signing && !compose->use_encryption)
3214 fputs("This is a multi-part message in MIME format.\n", fp);