Commit graph

288 commits

Author SHA1 Message Date
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