Commit graph

889 commits

Author SHA1 Message Date
Darko Koruga
49415bfc30 Code cleanup. 2003-03-10 17:38:40 +00:00
Paul Mangan
046d14ca0e sync with 0.8.11cvs2 2003-03-10 09:54:40 +00:00
Darko Koruga
9eb8968555 Fix infinite loop in wrapping. 2003-03-08 17:47:57 +00:00
Paul Mangan
dea90985f8 revert commit 0.8.10claws92 2003-03-06 19:40:19 +00:00
Paul Mangan
5490672a99 freeze text before autosave and thaw afterwards 2003-03-06 10:46:00 +00:00
Christoph Hohmann
daa42231d3 0.8.10claws91
* src/compose.c
        ignore address comment in dupe check for Cc-list

(closes reopened bug 47 Replying to message strips name part of
 e-mail addresses of Cc: lines)
2003-03-06 10:36:37 +00:00
Christoph Hohmann
8ccd31cf1b 0.8.10claws85
* src/compose.c
* src/common/utils.[ch]
        don't strip address comments when building Cc lists

(closes Bug 47 Replying to message strips name part of e-mail addresses
 of Cc: lines)

* src/folder.c
        fix return value of copy function
2003-03-05 19:46:21 +00:00
Oliver Haertel
eb3f37cef7 remove nasty comments 2003-03-03 19:52:26 +00:00
Oliver Haertel
2003e8ce9d toolbar reply refactoring: part 2 2003-03-03 19:07:28 +00:00
Christoph Hohmann
5e8ae32426 0.8.10claws64
* src/account.c
* src/addressadd.c
* src/compose.c
* src/gtkaspell.c
* src/gtkxtext.h                ** REMOVE **
* src/imap.c
* src/matcher.[ch]
* src/mh.c
* src/news.c
* src/pine.c
* src/prefs_common.c
* src/prefs_matcher.c
* src/procheader.[ch]
* src/procmsg.[ch]
* src/toolbar.c
* src/common/ssl_certificate.c
* src/gtk/colorlabel.c
* src/gtk/menu.c
        o fix warnings
        o remove code obsoleted by new cache and folder system rework
2003-02-28 23:11:56 +00:00
Paul Mangan
f5a0719ca9 sync with 0.8.10cvs20 2003-02-28 16:05:49 +00:00
Paul Mangan
67ae490e4c revert commit 0.8.10claws26 2003-02-21 09:53:25 +00:00
Colin Leroy
99faadb674 * src/prefs_account.c
Better wording
2003-02-20 09:21:36 +00:00
Paul Mangan
5b5dc06e9a fix bug [688596] Reply-to header in news 2003-02-19 10:50:16 +00:00
Alfons Hoogervorst
de99de4968 * src/compose.c
fix breakage because of uninitialized account pointer.
	please verify.
2003-02-14 20:57:02 +00:00
Paul Mangan
ce8d16d877 move signature settings to Account Prefs 2003-02-14 16:45:54 +00:00
Paul Mangan
1addfbde57 make replies behave correctly, re: RFC 1036, Section 2.2.3, paragraph 1 2003-02-13 14:39:27 +00:00
Paul Mangan
73e2c09783 fix 'Follow-up and Reply-to' 2003-02-13 13:25:31 +00:00
Melvin Hadasht
04dbd65f2d src/compose.c: corrected and modified an alert message 2003-02-08 18:32:08 +00:00
Paul Mangan
4b29462baf sync with 0.8.10cvs2 2003-02-05 09:23:13 +00:00
Christoph Hohmann
53d7204eb7 0.8.9claws2
* po/POTFILES.in
        add pluginwindow and prefswindow
* src/compose.c
        make send respond correctly to messages that could be added
        to the queue folder, but the UID of the message is unknown
* src/folder.c
* src/imap.c
        don't return guessed UIDs in imap_add_msg anymore. We return
        0 to tell the folder system it was appened but the UID is
        unknown. Folder system now get's the UID by scaning the folder
        and searching the cache for the Message-ID
2003-01-25 01:09:14 +00:00
Colin Leroy
981ac1d0f0 Fix drafted and queued news articles re-edition 2003-01-23 13:11:12 +00:00
Christoph Hohmann
ace7244007 0.8.8claws112
* src/compose.c
        fix applying templates to forwarded messages

Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2003-01-18 13:31:31 +00:00
Paul Mangan
99a7382d8f sycn with 0.8.8cvs11 2003-01-17 09:59:47 +00:00
Paul Mangan
b956293c1e sync with 0.8.8cvs9 2003-01-16 11:02:43 +00:00
Colin Leroy
64b3554c53 fix bugzilla bug #20 2003-01-15 23:56:31 +00:00
Paul Mangan
f86d265300 store folder and message-id of message forwarding to in queue header and set forward flag after sending 2003-01-15 13:19:59 +00:00
Paul Mangan
a29fc3c981 sync with 0.8.8cvs8 2003-01-15 11:31:35 +00:00
Christoph Hohmann
4289a33ed4 0.8.8claws84
* src/compose.c
        fix 2 warnings

* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        changed the call of the widget create function
        for PrefsPages, because sometimes the widget
        create function needs a widget that already has
        been attached to a window (to create GDK pixmaps
        for exmaple). So we simply pass the GtkWindow as
        the second parameter now.

* src/main.c
* src/mainwindow.c
* src/prefs_toolbar.[ch]
        rewrite Toolbar Preferences using the new
        prefs window
2003-01-12 01:01:26 +00:00
Colin Leroy
a7ce8b1a70 * src/mainwindow.c
src/mainwindow.h
	Add mainwindow_get_mainwindow()
* src/alertpanel.c
  src/alertpanel.h
	Add alertpanel_error_log()
  src/compose.c
  src/inc.c
  src/messageview.c
  src/toolbar.c
  src/main.c
  src/procmsg.c
	Network errors get a View Log button
2003-01-11 10:50:29 +00:00
Paul Mangan
f933c6d3e9 sync with 0.8.8cvs4 2003-01-10 09:53:37 +00:00
Christoph Hohmann
e5c38a05bf 0.8.8claws71
* src/compose.c
* src/gtk/menu.[ch]
        fix wrong selecting of mime encoding type, when
        opening property dialog of attachments in the
        compose window. 7bit was always selected and that
        destoryed files with 8bit data.
        (closes bug #9 Sylpheed-claws destroys attachments when
         changing MIME-types)
2003-01-09 20:38:38 +00:00
Christoph Hohmann
475d578702 0.8.8claws63
* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
        o remove all folder update triggering from the UI code. The folder
          system should know much better when a folder needs an update.
        o to prevent multiple updates in a row the folder updates can be
          frozen for some time.

	Note: - Please verify that no updates are missing
	      - Check where freeze/thaws should be added
2003-01-07 21:49:44 +00:00
Paul Mangan
68d70cda85 sync with 0.8.8cvs1 2003-01-06 20:39:06 +00:00
Colin Leroy
7ab4951b32 basic reply-finder 2003-01-05 17:33:08 +00:00
Christoph Hohmann
f030276189 0.8.8claws11
* src/compose.c
        MENUITEM_ADD casts the 4th argument from integer to pointer
        so it probably should not be a pointer, this means we
        should use account id for it and not the account's pointer
2002-12-27 13:21:29 +00:00
Oliver Haertel
fda5525dc3 use generic toolbar handling 2002-12-24 14:38:23 +00:00
Paul Mangan
d93dc82c81 sync with 0.8.6cvs27 2002-12-20 08:40:18 +00:00
Paul Mangan
0e62663c21 sync with 0.8.6cvs26 2002-12-20 07:33:23 +00:00
Paul Mangan
b4ef55a6b8 fix menubar sensitivity on send 2002-12-14 09:03:03 +00:00
Christoph Hohmann
b07ad749aa 0.8.6claws107
* src/Makefile.am
* src/compose.c
* src/gtkstext.[ch]             ** REMOVE **
* src/gtkutils.[ch]
* src/textview.c
* src/gtk/gtkstext.[ch]         ** NEW **
* src/gtk/Makefile.am
        o move stext functions to gtkstext.c to remove
          dependency of gtkutils
        o move gtkstext files to common

* src/gtk/Makefile.am
* src/gtk/sslcertwindow.[ch]
        UI stuff can always depend on common code so
        it's ok to add ../common to include path
2002-12-13 17:43:59 +00:00
Christoph Hohmann
b7e4917caf 0.8.6claws96
* src/compose.c
* src/folder.c
* src/imap.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/send.c
* src/statusbar.[ch]
* src/common/hooks.c
* src/common/log.[ch]
        o handle verbose logging in statusbar directly in statusbar code
          and common code does not need any knowledge about a statusbar
        o remove direct calls to statusbar_(puts|pop)_all functions
2002-12-10 23:03:59 +00:00
Jens Oberender
0d4e1c8499 - removed gettext from g_warnings
- po/POTFILES.in cleaned and updated
- po/de.po updated
2002-12-10 18:42:29 +00:00
Christoph Hohmann
6aa3d40bc0 0.8.6claws49
* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/
2002-12-02 17:41:39 +00:00
Christoph Hohmann
2883f69ead 0.8.6claws42
* src/Makefile.am
* src/base64.[ch]
* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
* src/common/Makefile.am
* src/common/base64.[ch]
        move base64 en/decoder to common directory
2002-11-30 19:28:53 +00:00
Paul Mangan
b1090a3038 fix bug [642731] 'Wrong selected account with drafted mail' 2002-11-30 15:26:18 +00:00
Oliver Haertel
3cc731eb9b messageview toolbar patch 2 by Ivan Francolin Martinez (ivanfm@sourceforge.net) 2002-11-28 22:50:47 +00:00
Thorsten Maerz
0f3d603b35 fix default-reply-to (closes Feture Request #643656) 2002-11-26 21:00:58 +00:00
Paul Mangan
ece2069ac4 commit correct version of compose.c 2002-11-26 11:38:50 +00:00
Paul Mangan
be8bed3882 sync with 0.8.6cvs11 2002-11-26 11:19:34 +00:00
Christoph Hohmann
3b8c899878 0.8.5claws179
* src/compose.c
* src/inc.c
* src/prefs_filtering.c
* src/summaryview.c
        more warning fixes
2002-11-22 23:26:53 +00:00
Christoph Hohmann
2d405d9416 * src/compose.c
fix segfault, when draft saving does not get
        the MsgInfo of the new message
        (closes bug [ 640699 ] Claws170: crash drafting
         mail ( IMAP ))
2002-11-19 21:10:31 +00:00
Paul Mangan
50edd6dcf9 more sensitivity fixes to redirect mode 2002-11-18 14:28:06 +00:00
Paul Mangan
c6ddbfd269 fix sensitivity of menu items in compose_redirect() 2002-11-18 13:01:50 +00:00
Paul Mangan
ea43446614 fix bug [ 603259 ] 'attachment got lost on bounce' 2002-11-18 11:20:13 +00:00
Christoph Hohmann
b0d60ee105 * src/compose.c
* src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/procmsg.c
* src/summaryview.c
        replace claws' fetch_msginfo with main's get_msginfo
        (use main's implementation where possible)
2002-11-16 19:53:47 +00:00
Colin Leroy
3e1c76edf1 fix default account selection when forwarding 2002-11-14 16:45:07 +00:00
Colin Leroy
adc3d61d68 fix forward and save to special folder 2002-11-14 16:35:48 +00:00
Melvin Hadasht
12a498dc5e Added a check for NULL prefs_common.dictionary 2002-11-12 12:43:56 +00:00
Christoph Hohmann
042de6ca14 * src/compose.c
* src/folder.[ch]
* src/folderview.[ch]
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
        implement a callback system for folder item updates
2002-11-09 16:35:13 +00:00
Paul Mangan
8111699ad6 prevent mixed-mode Privacy settings 2002-11-08 15:12:54 +00:00
Paul Mangan
0a8661971a re-implement GnuPG 'on-the-fly' mode selection 2002-11-08 11:51:15 +00:00
Paul Mangan
c498970333 revert last commit 2002-11-07 12:03:41 +00:00
Paul Mangan
6fca5f4909 fix reply-to-list bug. closes bug report [633382] 2002-11-07 11:54:51 +00:00
Paul Mangan
d9dfe6f8f8 add a forgotten '#if USE_GPGME ... #endif' 2002-11-07 10:25:47 +00:00
Paul Mangan
7e293319fb allow 'on-the-fly' changing of the type of encryption and/or signing used (mime/ascii) via the compose window 2002-11-06 10:30:41 +00:00
Thorsten Maerz
564f532490 reenabled default_reply_to folder option 2002-11-05 18:56:17 +00:00
Colin Leroy
8e9458ad22 * src/compose.[ch]
add compose_draft()
        * src/crash.c
                add SIGTERM handler
        * src/main.[ch]
                add clean_quit() for the SIGTERM handler
2002-11-05 15:55:32 +00:00
Paul Mangan
3cfe5f39f8 sync with 0.8.5cvs17 2002-11-05 09:24:27 +00:00
Alfons Hoogervorst
8746bcfdc4 * src/filtering.c
make filtering's forward message action forward from the
	correct account
	(closes bug [628089 ] Filter -> Forward from address problem
	reported by Oktay)
2002-10-24 19:19:55 +00:00
Alfons Hoogervorst
a2fa696d02 * src/compose.c
make automagic reply work correctly for email accounts
	(whether it's viable to do a full sync with Hiro's
	compose.c is still under discussion)
2002-10-18 20:49:03 +00:00
Christoph Hohmann
080292f7bf * src/compose.c
* src/filtering.c
* src/summaryview.c
        remove calls to folder->change_flags that are now
        done by procmsg flag functions (seems it is not
        used by any foldertype anyway)
* src/folder.c
	init folder->change_flags with NULL
2002-10-14 22:13:40 +00:00
Melvin Hadasht
633f0acf0b Added a test to not run the spell checker without a default dictionary 2002-10-14 14:54:58 +00:00
Colin Leroy
c6444df637 save account address when saving as draft 2002-10-12 11:39:35 +00:00
Paul Mangan
8700521971 add Cc and Bcc to template 2002-10-12 10:34:49 +00:00
Melvin Hadasht
5d73ebd4bc Removed buggy macro from bug #622040 2002-10-11 21:40:19 +00:00
Melvin Hadasht
609b777b81 Fixed memory leak from bug #622040 2002-10-11 21:33:47 +00:00
Alfons Hoogervorst
64d1c12142 * src/compose.c
allow dropping files by "moving" files from a file manager,
	not only by the more cumbersome "copying". the latter
	mostly implies holding down the Control button
2002-10-10 20:03:04 +00:00
Sergey Vlasov
1dca062fba * src/compose.c
Strip CRs whel loading the text into editor in reedit mode.
2002-10-09 16:33:36 +00:00
Paul Mangan
84dc77779d fix quote reply format for newsgroups reply bug 2002-10-08 09:43:55 +00:00
Christoph Hohmann
113b9bc758 * src/compose.c
fix news posting problem
2002-10-07 21:08:25 +00:00
Paul Mangan
d2cc3bc339 sync with 0.8.5 2002-10-04 15:35:49 +00:00
Sergey Vlasov
16083dce24 Convert newlines in the message text to the canonical form
before base64 encoding (RFC2045 compliance, fixes some
interoperability issues with Evolution 1.0.3)
2002-10-01 14:47:37 +00:00
Thorsten Maerz
6eec321af6 add default_reply_to folder option (closes patch 581044) 2002-09-29 16:08:20 +00:00
Christoph Hohmann
2df0a75cdb * major code cleanup (part 2)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment
	  when suggested by gcc
2002-09-29 13:43:33 +00:00
Paul Mangan
54f502253d sync with 0.8.3cvs8 2002-09-27 06:48:50 +00:00
Paul Mangan
1490406429 sync with 0.8.3cvs7 2002-09-26 10:26:16 +00:00
Colin Leroy
84109d4a12 * src/compose.[ch]
Disable user actions when sending
2002-09-24 12:10:26 +00:00
Colin Leroy
f9b94ea088 drop pgp-signature when reediting queued signed messages 2002-09-23 21:28:42 +00:00
Oliver Haertel
e1a38c228e custom toolbar: compose win 1 2002-09-22 14:31:45 +00:00
Alfons Hoogervorst
7115d223a6 * src/compose.c
compose_send(): plug unnoticed memleak
2002-09-20 22:11:00 +00:00
Paul Mangan
f9a9168099 force BASE64 encoding for 8-bit text when signing 2002-09-19 11:06:07 +00:00
Alfons Hoogervorst
c330510ce3 * src/compose.c
:%sno/if(/if (/gc
	:%sno/for(/for (/gc
	(beautify a little bit)
2002-09-18 20:21:20 +00:00
Alfons Hoogervorst
75c8e2936e beautify a little bit 2002-09-17 19:59:21 +00:00
Colin Leroy
b5a891ebbc fix leak, rename vars 2002-09-16 20:43:54 +00:00
Colin Leroy
bbc859c526 fix problem with custom headers when trans_hdr is on 2002-09-16 08:15:43 +00:00
Colin Leroy
2e8b192ae9 dynamically-added custom headers 2002-09-15 23:43:12 +00:00
Paul Mangan
5648077813 [sync with 0.8.2cvs15] 2002-09-13 07:57:51 +00:00
Colin Leroy
d2e81f3c6c Fix bug #590825 (obey Follow-up: poster) 2002-09-12 20:51:10 +00:00
Colin Leroy
62fcc53c95 * src/compose.c
Put SCF: pseudo-header on top of message
                Set draft tmp_flag when saved as draft

        * src/procmsg.c
          src/procheader.c
                Skip after first \n\n for beginning of real message
                for drafts too
2002-09-12 00:10:06 +00:00
Colin Leroy
ef365afbb8 fix bug 550175 - wrong save folder when reediting drafts 2002-09-11 17:12:43 +00:00
Christoph Hohmann
253b4032b4 * src/compose.c
compose_redirect should not use compose_generic_new
        because that does more stuff than expected including
        opening the external editor
        (closes bug "[ 526608 ] bounced messages appear blank
         in editor")
2002-09-10 15:33:55 +00:00
Colin Leroy
826b764ce5 can't believe i left debug once more. 2002-09-03 16:34:34 +00:00
Colin Leroy
2b27e5b818 added autosave 2002-09-03 16:15:17 +00:00
Melvin Hadasht
1535fa78e6 merged GNU_aspell_branch 2002-08-28 13:04:15 +00:00
Paul Mangan
ea048c0b47 sync with 0.8.2cvs4 2002-08-28 11:54:45 +00:00
Paul Mangan
53979dba50 sync with 0.8.1cvs31 2002-08-26 08:41:11 +00:00
Alfons Hoogervorst
a7f9c38154 move cursor to "To" entry when forwarding as attachment
(reported and solved by Steve Lamb, closes bug report
"[ 592880 ] Forward as attachment; cursor not in to")
2002-08-23 13:42:18 +00:00
Paul Mangan
b6d2bae7c4 sync with 0.8.1cvs28 2002-08-22 08:17:06 +00:00
Paul Mangan
28102a3402 sync with 0.8.1cvs27 2002-08-21 08:45:20 +00:00
Paul Mangan
28498f7364 sync with 0.8.1cvs26 2002-08-21 06:43:46 +00:00
Paul Mangan
0dccfe910c add check for '.' to QUOTE_IF_REQUIRED 2002-08-19 06:56:26 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
3c4153a88f sync with 0.8.1cvs22 2002-08-10 09:19:15 +00:00
Paul Mangan
93d70aaf96 sync with 0.8.1cvs19 2002-08-08 05:56:32 +00:00
Paul Mangan
bf7cace4e6 sync with 0.8.1cvs13 2002-08-06 09:34:13 +00:00
Paul Mangan
abbd7a7a3c sync with 0.8.1cvs12 2002-08-06 08:38:29 +00:00
Paul Mangan
2b32abdf1c sync with 0.8.1cvs7 2002-08-01 08:37:12 +00:00
Paul Mangan
ee8f2be0c4 sync with 0.8.1cvs4 2002-07-30 09:49:51 +00:00
Melvin Hadasht
481bfef8a0 Fix some memory leaks 2002-07-23 17:17:28 +00:00
Paul Mangan
fa657fda6b sync with 0.8.0 2002-07-14 07:57:58 +00:00
Melvin Hadasht
2fd9699ebf * src/addrbook.c
* src/addressbook.c
* src/addrindex.c
	Replaced sprintf by g_snprintf to prevent possible buffer
	overflow.
* src/news.c
	Corrected a log message output format.
	Added a missing "done" debug output.
* src/compose.c
	Added keyboard accelerator for Priority menu items
	Added missing \n in debug output
* src/logwindow.c
* src/gtkspell.c
* src/rfc2015.c
	Added missing \n in debug output
2002-07-13 11:20:49 +00:00
Paul Mangan
9b3955ff50 sync with 0.7.8cvs26 2002-07-12 08:07:08 +00:00
Christoph Hohmann
68c1996a2e * src/compose.c
* src/procmsg.c
        first use the message number to find the message
        to mark with a reply flag but check the
        message-id if we got the correct message, if not
        try to find it by message-id.
        use new string seperator that is not allowed
        in message-ids.
2002-07-11 20:55:37 +00:00
Christoph Hohmann
beab0e0aa6 * src/folder.[ch]
* src/msgcache.[ch]
        Added message-id table to the cache in memory
        and functions to msgcache.c and folder.c to
        fetch MsgInfos by message id
* src/compose.c
* src/procmsg.c
        store folder and message-id of message replying
        to in queue header and set reply flag after sending
        (Closes bug #469498)
2002-07-10 13:11:25 +00:00
Christoph Hohmann
8da5cfd6ba * major code cleanup (part 1)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment and
          && in || when suggested by gcc

* src/mh.c
* src/folder.c
        replaced direct calls to folder->scan_tree
        with folder_scan_tree and restore folder
        prefs in this function. The folder should
        not have to deal with them.
        ( Should now work for all folder types )
2002-07-02 19:49:11 +00:00
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Paul Mangan
7facbc937a sync with 0.7.8cvs10 2002-06-28 08:08:36 +00:00
Paul Mangan
19ddf31c2e sync with 0.7.8cvs7 2002-06-26 06:48:01 +00:00
Alfons Hoogervorst
969d9671b6 don't allow return receipts when composing a news article 2002-06-25 19:47:08 +00:00
Colin Leroy
d5d9a36837 add compose_entry_select(), used to select the default_to
email address - hopefully avoiding people sending mails to
wrong recipients.
2002-06-22 23:37:14 +00:00
Paul Mangan
c1f142c05f sync with 0.7.8cvs5 2002-06-22 17:49:39 +00:00
Paul Mangan
d640619adf sync with 0.7.8cvs3 2002-06-19 08:04:32 +00:00
Paul Mangan
7257db18e4 sync with 0.7.6cvs24 2002-06-05 06:25:18 +00:00
Paul Mangan
11a0d8c803 sync with 0.7.6cvs16 2002-05-28 06:42:48 +00:00
Paul Mangan
bae410baa6 fix memory leak in
compose_redirect_write_headers_from_headerlist()
add Subject and Resent-Message-ID to
compose_redirect_write_headers()
Received, Subject, and X-UIDL are filtered out in
compose_redirect_write_to_file()
2002-05-24 10:52:05 +00:00
Paul Mangan
95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Paul Mangan
8a4ba453f9 more sync with 0.7.6cvs13 2002-05-23 07:08:55 +00:00
Paul Mangan
9dd844c909 fix default folder for sent/draft/deleted msgs bug 2002-05-17 14:25:23 +00:00
Paul Mangan
d9201f352e sync with 0.7.6cvs1 2002-05-14 06:52:15 +00:00
Melvin Hadasht
76c372b058 src/compose.[ch]
Added possibility to set message's priority.
src/procmsg.[ch]
	Added possibility to set message's priority.
	Added missing headers.
2002-05-12 15:47:48 +00:00
Colin Leroy
023bf1622d Fixed cosmetics bugs due to Outbox renamed to Sent. 2002-05-02 10:28:07 +00:00
Paul Mangan
ca911d56da more sync with 0.7.5cvs7 2002-05-02 06:42:48 +00:00
Hiroyuki Yamamoto
b3e37c095a fixed crash on reply and IMAP queue folder malfunction. 2002-05-02 01:53:39 +00:00
Colin Leroy
29d914c21b Added user-definable quotation characters recognition. 2002-04-28 20:43:24 +00:00
Colin Leroy
0fd0e38981 Fixed double "subject is empty" question. 2002-04-24 08:44:27 +00:00
Darko Koruga
046cdade9f Fix my previous patch which did not compile after latest merge from main. 2002-04-22 09:48:26 +00:00
Darko Koruga
d28304fbe3 Fix sender initials recognition. 2002-04-22 07:21:21 +00:00
Colin Leroy
ac0e581cde Added work offline availability. 2002-04-21 12:11:43 +00:00
Alfons Hoogervorst
3fcaa1098f apply sync patch from Paul; use old claws prefs_folder_item_create() for now 2002-04-20 22:57:52 +00:00
Paul Mangan
c416b66d4f sync with 0.7.4cvs39 2002-04-13 07:02:19 +00:00
Paul Mangan
5e4d985f0d sync with 0.7.4cvs37 2002-04-11 10:12:06 +00:00
Melvin Hadasht
9bed35ae47 Made 'Ctrl-Enter' on send ignore some modifiers 2002-04-09 21:54:31 +00:00
Paul Mangan
777981cf1f sync with 0.7.4cvs32 2002-04-07 10:43:54 +00:00
Paul Mangan
5da4e7cf55 sync with 0.7.4cvs29 2002-04-03 08:58:44 +00:00
Darko Koruga
f524cbd0b1 Wrap on send improvements. 2002-04-02 06:02:41 +00:00
Paul Mangan
03697f0cc1 sync with 0.7.4cvs24 2002-03-29 07:23:03 +00:00
Paul Mangan
442374372a fix bug from last commit 2002-03-27 10:12:34 +00:00
Paul Mangan
a4439e3470 remove unneeded code 2002-03-27 09:44:10 +00:00
Paul Mangan
f3ed92028a sync with 0.7.4cvs21 2002-03-27 09:38:08 +00:00
Hoà Viêt Dinh
cac95a6102 fix bug #516442, two bounce behaviours 2002-03-25 22:41:55 +00:00
Paul Mangan
9e8038174f sync with 0.7.4cvs16 2002-03-23 09:35:55 +00:00
Paul Mangan
731597b0ba renamed: 'Tools', move 'delete duplicate' to 'Tools', re-arrange 'Tools' menu 2002-03-22 10:13:37 +00:00
Paul Mangan
95fa7d7531 sync with 0.7.4cvs11 2002-03-21 07:22:47 +00:00
Paul Mangan
673227dc5e sync with sylpheed 0.7.4cvs9 2002-03-20 07:13:54 +00:00
Hoà Viêt Dinh
072fd8a56a property of attachment / news message count 2002-03-17 13:29:22 +00:00
Melvin Hadasht
36faf59d0d Actions:
Moved "Edit/Actions" to "Tool/Actions"
	Made mainwindow/compose window sensitive as soon as
	no child process is running anymore even if the io dialog
	is open.
	Fixed a struct being initialized with a non constant char*
2002-03-17 00:14:34 +00:00
Alfons Hoogervorst
6026990c10 revert because it crashes on Reply and Compose 2002-03-16 20:51:31 +00:00
Alfons Hoogervorst
909183d1ff move Edit/Actions to Tool/Actions 2002-03-16 20:13:45 +00:00
Paul Mangan
9c2932226f fix 'dynamic' signatures 2002-03-16 07:45:19 +00:00
Paul Mangan
67009f4a28 code clean up 2002-03-14 17:46:31 +00:00
Paul Mangan
7b0165568f fix gpg account default signing/encrypting setting bug 2002-03-14 16:29:36 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Hoà Viêt Dinh
13a4f8b0d8 removed ac/gpgme.m4 2002-03-04 09:56:11 +00:00
Paul Mangan
24174b5f1c sync with sylpheed 0.7.2cvs21 2002-02-28 10:06:43 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Christoph Hohmann
38cfbbb6da * src/compose.c
always delete message from queue after sending/send error
        (closes bug #509601 "puting message on queue when send fails")
2002-02-12 00:43:44 +00:00
Carsten Schurig
4314cef5b6 Pixmap theming 2002-02-11 19:46:04 +00:00
Paul Mangan
027dce92c3 sync with sylpheed 0.7.1 release 2002-02-11 13:43:37 +00:00
Paul Mangan
de4a48998d sync with sylpheed 0.7.0cvs39 2002-02-08 10:07:11 +00:00
Paul Mangan
d3ef21d5fb sync with sylpheed 0.7.0cvs38 2002-02-07 10:14:25 +00:00
Darko Koruga
cd2ce4c3f4 Use selected text on reply/forward. 2002-02-07 09:26:39 +00:00
Melvin Hadasht
7ca5f14a24 Made possible fast switching with last dictionary. 2002-02-06 23:11:35 +00:00
Melvin Hadasht
24e6575f2b Added user definable actions on message body/file 2002-02-06 11:15:31 +00:00
Paul Mangan
8709029819 sync with sylpheed 0.7.0cvs33 2002-02-05 13:27:32 +00:00
Paul Mangan
3b8bbaac24 re-add 'Delete entire line' ('Delete line+') 2002-02-05 03:23:36 +00:00
Paul Mangan
7cb379ebc8 fix 'Reply to all' bugs 2002-02-04 12:06:54 +00:00
Paul Mangan
f317843090 sync with sylpheed 0.7.0cvs30 2002-02-04 09:56:44 +00:00
Melvin Hadasht
8069c3d170 Various bug fixes and enhancements, see ChangeLog.claws 2002-02-03 2002-02-03 15:10:17 +00:00
Paul Mangan
0b005259bc sync with sylpheed 0.7.0cvs27 2002-01-31 11:15:55 +00:00
Paul Mangan
0497ada863 sync with sylpheed 0.7.0cvs24 2002-01-30 09:24:31 +00:00
Melvin Hadasht
5a0e10bd09 Made spelling more friendly 2002-01-28 23:00:53 +00:00
Alfons Hoogervorst
9d221541bb fix interesting buglet and clean up coding style 2002-01-28 20:55:09 +00:00
Paul Mangan
475ebe0aee sync with sylpheed 0.7.0cvs15 2002-01-23 11:05:35 +00:00
Paul Mangan
773263a367 sync with sylpheed 0.7.0cvs12 2002-01-21 11:34:09 +00:00
Carsten Schurig
f1b57f6773 mainly changes for the hardcoded shortcuts again 2002-01-21 10:54:32 +00:00
Carsten Schurig
7cd1bfd070 changes to shortcuts again 2002-01-18 09:11:01 +00:00
Darko Koruga
15a8de8705 Fix wrapping crash when URL is wider than wrapping margin. 2002-01-17 06:39:04 +00:00
Melvin Hadasht
d252f634fc fixed a long standing spell checker bug which could cause a crash after sendinf a message 2002-01-16 12:40:58 +00:00
Melvin Hadasht
688df5327c New spell checker code 2002-01-16 06:56:38 +00:00
Melvin Hadasht
940fbcac96 Fixed 'Ctrl-Enter' feature for sending.
Made summaryview refresh after sorting.
2002-01-11 12:55:06 +00:00
Christoph Hohmann
70f0373ba7 * src/compose.c
select account from account ids if possible and
	correctly set save folder for copy in reedit
2002-01-10 21:46:43 +00:00
Alfons Hoogervorst
fb1570818b bring in Simon Schubert's general GPG clean up patch 2002-01-08 19:50:20 +00:00
Alfons Hoogervorst
005789a42d Sync with hiro's cvs 10 to 17. 2002-01-06 12:21:36 +00:00
Melvin Hadasht
4b53dfb5ad Made account selection when reediting queued message work again
Fixed bug where 'Enter' in a compose header entry will send message if 'CTL-Enter' is used as a send shortcut
2002-01-06 11:47:40 +00:00
Melvin Hadasht
c2edb1eb87 Fixed bugs:
Subject simplification's summaryview bug
Spell checker and undo/redo interaction
Improvements:
CTL-ENTER possible for message sending
Subject simplification does not update cache anymore
Added option for default suggestion mode in general preferences
2002-01-02 21:45:26 +00:00
Melvin Hadasht
1df05877e4 Simplify focus to subject entry code. 2001-12-27 12:04:03 +00:00
Melvin Hadasht
923e68b990 UI improvements: headers and subject reordering, better keyboard focusing..
See ChangeLog.claws for more details.
2001-12-27 02:45:27 +00:00
Alfons Hoogervorst
7d03ec6ef3 make clicking on mailto url in texview use the default account of the currently selected folder; and put a reminder in compose.c to fix something that's just wrong. 2001-12-26 11:02:33 +00:00
Alfons Hoogervorst
758b810ec4 better support for mime/digest 2001-12-22 16:09:08 +00:00
Alfons Hoogervorst
c0bceaf6c7 sync with 0.6.6hiro3-0.6.6hiro9 2001-12-22 00:30:32 +00:00
Christoph Hohmann
9465e8ab61 implement saving of outgoing messages to current folder.
fix segfault when no default outbox is available (closes bug #495683)
2001-12-21 13:20:11 +00:00
Paul Mangan
e58f4b51a0 sync with sylpheed 0.6.6cvs3 2001-12-18 07:36:38 +00:00
Paul Mangan
e30810f4ff sync with sylpheed 0.6.6cvs1 2001-12-17 07:08:39 +00:00
Darko Koruga
bfcae5cf2a Remove unnecessary line. 2001-12-14 09:35:56 +00:00
Paul Mangan
0186236e2a sync with sylpheed 0.6.5cvs27 2001-12-14 09:32:45 +00:00
Darko Koruga
747b16aa09 Fix bug #492305 (see description in the changelog). 2001-12-14 06:26:36 +00:00
Paul Mangan
9ef60b679d prefer 'Reply-To' header over mailing list header 2001-12-13 10:17:38 +00:00
Paul Mangan
8837cb9fa0 sync with sylpheed 0.6.5cvs25 2001-12-11 09:18:29 +00:00
Paul Mangan
8a0434ee64 imap server gets informed of MARKED, UNMARKED and REPLY events 2001-12-10 09:12:24 +00:00
Carsten Schurig
3e8b345b9a changes to the reply, forward, email/news buttons (popup menu now invoked with right mouse click) 2001-12-09 14:01:54 +00:00
Christoph Hohmann
d523f926ff fix another header translation problem in compose window 2001-12-07 22:19:42 +00:00
Melvin Hadasht
1716a88931 fixed bug #486106 to select correct account when reediting a queued message 2001-12-05 09:39:40 +00:00
Christoph Hohmann
61799e6b33 changed german translation of undo
don't reinvent the wheel to traverse a GNode
seperate code to create the compose gui into functions add "Others" page with folder selection for saving copy of the message. the folder identifier is saved to queue header
save message to folder in queue header
2001-12-03 16:04:12 +00:00
Paul Mangan
5bb7c89c48 sync with sylpheed 0.6.5cvs20 2001-12-03 10:06:10 +00:00
Paul Mangan
5b6b7e444b remove conflicts 2001-11-30 07:12:34 +00:00
Hoà Viêt Dinh
279c1da346 bounce / processing 2001-11-29 23:55:49 +00:00
Paul Mangan
8a2a9c6bb4 sync with sylpheed 0.6.5cvs19 2001-11-29 08:37:51 +00:00
Christoph Hohmann
4f68163d1e fixed one more umlaut in german translation
fix translated header in compose window when it should not be translated
2001-11-26 15:42:54 +00:00
Paul Mangan
a0d67ea2a9 sync with sylpheed 0.6.5cvs16 2001-11-26 07:53:20 +00:00
Alfons Hoogervorst
f6c9dee484 edit compose.c a little bit so it complies with coding style 2001-11-23 20:10:06 +00:00
Alfons Hoogervorst
abf06e1920 add undo/redo patch submitted by Jens Oberender 2001-11-23 19:43:29 +00:00
Christoph Hohmann
0d249e3c40 added ylwrap to .cvsignore
fixed gpg signing and encodin
added --status option to get new, unread and total message count from a running sylpheed
temporary fix for reply_with_quote problem (don't call functions for non existing widget)
one more check for ignored threads
2001-11-23 15:58:59 +00:00
Darko Koruga
e6e2ad49f5 Improved wrapping on send to be smarter when quotation string is empty. Fix after last sync with main branch (GtkText vs. GtkSText issues). 2001-11-23 11:42:50 +00:00
Paul Mangan
1201aef1c9 sync with sylpheed 0.6.5cvs14 2001-11-23 10:28:46 +00:00
Hiroyuki Yamamoto
c5435a4b74 fix for wrong comment 2001-11-20 06:53:45 +00:00
Hiroyuki Yamamoto
fc83fa47da GTK_TEXT -> GTK_STEXT 2001-11-20 06:49:44 +00:00
Hiroyuki Yamamoto
f8fbea694e more merges of compose.c, removal of fatal warnings, and some minor fixes. 2001-11-20 06:37:29 +00:00
Hoà Viêt Dinh
788289df17 new matcher parser / bounce fix / rrr fixed 2001-11-15 22:41:46 +00:00
Paul Mangan
12517c39a2 merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5 2001-11-14 10:51:23 +00:00
Hoà Viêt Dinh
0af83dd4c8 bounce mails 2001-11-14 07:37:32 +00:00
Christoph Hohmann
18ff14d328 Cleanup a mess i add before commiting 2001-11-13 20:35:41 +00:00
Hoà Viêt Dinh
e8d9a2c1e3 fixes for mail sending (in compose.c) 2001-11-13 18:33:32 +00:00
Christoph Hohmann
c202da6505 Changed two string with the same german translation
New mailsending process
Applied wwp <subscript@free.fr>'s patch that fixes marks for multiple forwarded messages
2001-11-13 14:47:23 +00:00
Hiroyuki Yamamoto
0daf04456b fixed a bug in compose.c, and removed unnecessary code. 2001-11-12 04:04:44 +00:00
Alfons Hoogervorst
e2ce907895 change GTK_TEXT in GTK_STEXT 2001-11-11 18:24:55 +00:00
Alfons Hoogervorst
3dac35dc91 revert undo stuff that belong in 0.6.6claws 2001-11-11 18:16:18 +00:00
Hoà Viêt Dinh
53c9af2bc2 undo patch feature, can be enabled through compose.h by adding a #define USE_UNDO_PATCH 2001-11-11 16:52:12 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Alfons Hoogervorst
76a5ae4e21 replace gtk_text_insert with gtk_stext_insert; GTK_TEXT with GTK_STEXT 2001-11-05 19:15:13 +00:00
Hoà Viêt Dinh
ccacaf836a newsgroups dialog / enhanced mailto 2001-11-04 12:51:37 +00:00
Darko Koruga
87d290d837 New wrap quotation implementation. Move gtkstext_strncmp() to gtkstext.c. 2001-11-02 08:37:17 +00:00
Darko Koruga
0d0796e4dc Fix wrapping for good. 2001-10-29 14:36:12 +00:00
Darko Koruga
abbfe2d32e Fix infinite loop when quoting long URL. 2001-10-29 09:17:02 +00:00
Christoph Hohmann
2159cf2c59 code cleanup 2001-10-27 16:29:03 +00:00
Christoph Hohmann
7a5628f6d9 make the folder's default account to be used when replying. (patch by wwp <subscript@free.fr>) 2001-10-27 13:10:52 +00:00
Darko Koruga
7f1aed5ed2 Move is_url_string() and gtkstext_str_strcmp() to gtkstext.c. 2001-10-26 10:37:02 +00:00
Darko Koruga
11b602e90c Don't wrap long URLs while composing a message. 2001-10-25 06:01:30 +00:00
Paul Mangan
10e78e4497 improve insert DOS/MAC file 2001-10-24 07:57:55 +00:00
Paul Mangan
82199143df insert file with DOS line endings 2001-10-21 09:39:46 +00:00
Christoph Hohmann
a238cfe9e0 last header entry should default to "To:" or "Newsgroups:" and not copy the last entry line in a new compose window (closes bug #472686) 2001-10-19 14:36:56 +00:00
Christoph Hohmann
7af3db37b7 ignore empty or whitespace only header lines 2001-10-17 18:52:35 +00:00
Paul Mangan
ae49c6b181 sync with sylpheed 0.6.3cvs7 2001-10-17 09:25:12 +00:00
Darko Koruga
a00e09ab86 Improve smart wrapping - wrap lines without spaces.
Don't wrap URLs.
2001-10-17 07:59:31 +00:00
Christoph Hohmann
dc0f3b6675 Fixed wrong german translation
applied wwp <subscript@free.fr>'s folder default account patch
2001-10-14 22:24:42 +00:00
Darko Koruga
7302a27ab6 Don't treat tab as space when calculating line length.
Describe quotation wrapping.
2001-10-12 06:19:40 +00:00
Darko Koruga
30552bf8a6 Proper right margin calculation for smart wrapping.
Automatically wrap long lines if wrap quotation is enabled.
2001-10-10 05:26:35 +00:00
Darko Koruga
60e783da79 Smart quotation wrapping a-la VIM. 2001-10-09 05:54:49 +00:00
Paul Mangan
cf257c7224 sync with sylpheed 0.6.3 release 2001-10-08 17:23:00 +00:00
Paul Mangan
214db07af8 sync with sylpheed 0.6.2cvs12 2001-10-07 09:15:06 +00:00
Paul Mangan
ace99a523b fix X_BEENTHERE segfault 2001-10-05 14:55:22 +00:00
Paul Mangan
768b204f5a make 'Reply' reply to MLs 2001-10-04 13:54:27 +00:00
Darko Koruga
a3abbcedcc Better smart wrapping. 2001-10-04 05:52:29 +00:00
Christoph Hohmann
a55a2593e8 fixed non translated header bug in compose window 2001-10-02 19:52:32 +00:00
Alfons Hoogervorst
fa4375d60c add block cursor 2001-10-02 18:45:45 +00:00
Paul Mangan
0c3a9f5641 sync with sylpheed 0.6.2cvs9 2001-10-02 08:34:49 +00:00
Christoph Hohmann
1052cbedfa readded auto cc, bcc and reply-to in compose dialog 2001-09-26 11:44:00 +00:00
Melvin Hadasht
1b0463815e added support for different encodings 2001-09-25 10:59:20 +00:00
Alfons Hoogervorst
7e48c3731a More plumbing: migrating request return receipt folder setting to folderlist.xml 2001-09-23 01:19:22 +00:00
Melvin Hadasht
3212ccea38 changed 'dictionary_path' to 'dictionary' to be consistent 2001-09-21 19:02:44 +00:00
Christoph Hohmann
4f0c6d6eed added border around header fields
keep header type when new field is added
2001-09-21 12:57:18 +00:00
Paul Mangan
3dfafe4e64 sync with sylpheed 0.6.2cvs3 2001-09-20 11:53:09 +00:00
Melvin Hadasht
c5f61a7ba9 added initial pspell support 2001-09-18 16:43:10 +00:00
Christoph Hohmann
f94ca6ceb3 replace LOG_MESSAGE with debug_print
compose gui improvements
added newline after debug message
using __VA_ARGS__ for debug_print macro
cvs ignore for Makefile and Makefile.in in tools directory
2001-09-18 11:24:00 +00:00
Paul Mangan
28b049672b sync with sylpheed 0.6.1cvs6 2001-09-13 13:38:32 +00:00
Paul Mangan
f811f82674 sync with sylpheed 0.6.0cvs4 2001-09-02 15:07:05 +00:00
Paul Mangan
d347e9ea26 fix segfault on Re-edit 2001-08-31 09:22:09 +00:00
Paul Mangan
97225d3545 sync with sylpheed 0.6.0 release 2001-08-30 12:59:38 +00:00
Paul Mangan
63359dab79 enhanced account selection on replies 2001-08-30 10:51:36 +00:00
Paul Mangan
13de9782fd add mini-icons to windows 2001-08-29 11:00:44 +00:00
Paul Mangan
1f8e04ae2f sync with sylpheed 0.5.3cvs10 2001-08-29 10:02:29 +00:00
Paul Mangan
4626eb8d12 sync with sylpheed 0.5.3cvs7 2001-08-24 11:19:44 +00:00
Christoph Hohmann
679ab59fe2 set request return receipt when replying if it is set is the folder prefs of the message
disable final error popup if popups are disabled in config (again)
2001-08-23 22:50:42 +00:00
Alexander Barinov
3f1c9978d1 fixed compilation bug in prefs_common.c 2001-08-22 17:44:59 +00:00
Alexander Barinov
4afa5ce515 initial message templates support 2001-08-22 14:36:10 +00:00
Paul Mangan
256763a5af enable 'dynamic' signatures 2001-08-21 13:57:04 +00:00
Paul Mangan
dfb832d2be sync with sylpheed 0.5.1cvs7 2001-08-01 07:22:54 +00:00
Paul Mangan
7ce0da9237 sync with sylpheed 0.5.1cvs6 2001-07-29 08:29:03 +00:00
Alfons Hoogervorst
fab2040f6e more sync with Hiroyuki's 0.5.1cvs5 2001-07-27 18:04:08 +00:00
Alfons Hoogervorst
a00bb214e2 sync with 0.5.1cvs4 2001-07-25 22:13:17 +00:00
Alfons Hoogervorst
6beb81d354 sync with sylpheed 0.5.1cvs1-3 2001-07-25 14:49:48 +00:00
Christoph Hohmann
dd0b8db207 preferences for folder items 2001-07-24 20:30:26 +00:00
Alfons Hoogervorst
bda3b802ed sync with Hiroyuki's 0.5.0cvs5; back up claws to 0.5.0claws5 2001-07-17 20:05:22 +00:00
Alfons Hoogervorst
44c4338f3d made smart wrapping an option 2001-07-09 20:14:59 +00:00
Alfons Hoogervorst
d518eefe67 allow multiple attachment / insertion in the compose window 2001-06-30 17:23:33 +00:00
Alfons Hoogervorst
d1c5c191fa better mime type selection in `file attachment' property dialog 2001-06-29 18:48:24 +00:00
Alfons Hoogervorst
033e698a9b allow forwarding multiple selected messages 2001-06-27 19:28:01 +00:00
Alfons Hoogervorst
7b32cd8b1d made the composer ruler correctly disappear / appear 2001-06-20 23:35:03 +00:00
Christoph Hohmann
2038290757 automatically select account for mail replys 2001-06-20 14:09:16 +00:00
Sergey Vlasov
111273157b Keep Bcc and Reply-To fields in the compose window visible if they are
filled in from the account settings.
2001-06-19 12:21:30 +00:00
Hoà Viêt Dinh
787ffa7692 follow-up and reply to / build threads with subjects 2001-06-18 00:50:21 +00:00
Hoà Viêt Dinh
b967539a5d some stuff around composing and forwarding messages 2001-06-17 15:02:08 +00:00
Hoà Viêt Dinh
ae616f03f4 compose stuff 2001-06-17 02:43:41 +00:00
Hoà Viêt Dinh
78ffe66c21 nntp account / forwarding / scoring 2001-06-13 09:38:24 +00:00
Sergey Vlasov
0ea1927224 Fixed quote format parser compilation. 2001-06-06 14:21:52 +00:00
Paul Mangan
175f62d1f9 sync with sylpheed 0.4.99cvs6 2001-06-06 13:05:23 +00:00
Hoà Viêt Dinh
fdf58a32b3 readonly configuration files 2001-06-05 22:56:48 +00:00
Sergey Vlasov
4c25dceb8a Created autoconf/automake rules for the quote format parser. 2001-06-05 16:30:12 +00:00
Hoà Viêt Dinh
72b0cb74e8 configuration for replying and forwarding 2001-06-05 03:28:42 +00:00
Hoà Viêt Dinh
903f32e6e5 keep attachement when forwarding or reediting mails 2001-06-02 10:41:11 +00:00
Hoà Viêt Dinh
1d1c316bd9 global names for folder / read permission for folders / filtering to mbox 2001-05-29 00:29:13 +00:00
Hoà Viêt Dinh
4af086d641 mbox format completed 2001-05-27 22:40:29 +00:00
Sergey Vlasov
64c782df3f Made "Reply to author" send an email reply to a news posting. 2001-05-19 18:22:38 +00:00
Sergey Vlasov
4f7b40c171 Added new command "Reply to author". 2001-05-19 17:17:04 +00:00
Hoà Viêt Dinh
f6e7f36409 better handling of missing directories 2001-05-18 03:52:24 +00:00
Hoà Viêt Dinh
ae706ee0f7 new filtering action : forward - some fixes 2001-05-18 03:39:01 +00:00
Alfons Hoogervorst
e3c2780083 sync with sylpheed 0.4.67cvs7-8 2001-05-17 13:25:31 +00:00
Alfons Hoogervorst
f1da9f20d1 further merging: 0.4.67cvs6 2001-05-13 13:53:50 +00:00
Alfons Hoogervorst
c5f174dc5a sync with sylpheed 0.4.67cvs5 2001-05-13 13:03:37 +00:00
Alfons Hoogervorst
255b01b447 sync with 0.4.66cvs4, and incorporated EricL's no dialog patch. 2001-05-12 10:41:00 +00:00
Hoà Viêt Dinh
48a7cc263c Return Receipt 2001-05-02 14:16:51 +00:00
Hoà Viêt Dinh
1122910e08 fixes for custom headers and displaying of headers 2001-05-01 11:58:59 +00:00
Alfons Hoogervorst
6d56b06e24 sync with sylpheed 0.4.65cvs10 2001-04-27 20:27:24 +00:00
Hoà Viêt Dinh
fd6b3cbc44 custom headers configuration added 2001-04-24 15:44:45 +00:00
Alfons Hoogervorst
60f7a1491a uses gtkstext instead of gtktext 2001-04-23 22:43:45 +00:00
Sergey Vlasov
5214768ee8 Added option to warn about queued messages on exit. 2001-04-21 14:04:25 +00:00
Sergey Vlasov
af2d089287 Enhanced GnuPG key selection support. 2001-04-21 13:18:13 +00:00
Paul Mangan
036b63d8fc Imported version 1.0 2001-04-19 12:21:46 +00:00