Commit graph

73 commits

Author SHA1 Message Date
Colin Leroy
ac3b5f02d5 Visual feedback when there are unread answers to marked mails 2002-11-25 15:38:06 +00:00
Martin Schaaf
5d4cb83ea0 changed get_abbrev_newsgroup_name() that it shortens ng names only so long the name is shorter than the length param 2002-10-23 07:44:28 +00:00
Christoph Hohmann
4d792a3852 * src/imap.c
* src/news.c
* src/utils.c
* src/utils.h
        implement cache cleanups for claws' folder system
2002-10-05 13:02:50 +00:00
Paul Mangan
1490406429 sync with 0.8.3cvs7 2002-09-26 10:26:16 +00:00
Alfons Hoogervorst
b5e76df4d1 patch by Satoshi Nagayasu: allows appending / saving multiple
selected files (closes "[ 612279 ] save multiple mesg(s) in
'Save as ...'")

* AUTHORS
	add Satoshi Nagayasu
* src/summaryview.c
	summary_save_as(): allow saving selected files to
	one file
	summary_set_menu_sensitive: enable "Save As..." when
	multiple files are selected
* src/utils.[ch]
	append_file(): new function
2002-09-24 18:58:07 +00:00
Paul Mangan
75bd318f5a sync with 0.8.3cvs3 2002-09-19 17:36:44 +00:00
Paul Mangan
ea048c0b47 sync with 0.8.2cvs4 2002-08-28 11:54:45 +00:00
Paul Mangan
3c4153a88f sync with 0.8.1cvs22 2002-08-10 09:19:15 +00:00
Paul Mangan
8bd1d905d6 sync with 0.8.1cvs21 2002-08-09 08:16:29 +00:00
Paul Mangan
93d70aaf96 sync with 0.8.1cvs19 2002-08-08 05:56:32 +00:00
Christoph Hohmann
1789248f4d * src/utils.c
fixed a memory leak in new canonicalize_file_replace
2002-08-07 21:58:34 +00:00
Christoph Hohmann
a77a9d0d0d * src/utils.[ch]
o canonicalize_file_replace should create the temporary
          file in the same directory as the original file.
	o added get_tmpfile_in_dir that creates a temorary file
	  in a specified directory.
2002-08-07 20:41:01 +00:00
Paul Mangan
8eac673404 sync with 0.8.1cvs17 2002-08-07 11:44:49 +00:00
Thorsten Maerz
a0bc238374 fixed toolbar change/save issues 2002-08-06 22:18:39 +00:00
Paul Mangan
dc9441f04c sync with 0.8.1cvs15 2002-08-06 22:05:47 +00:00
Paul Mangan
bf7cace4e6 sync with 0.8.1cvs13 2002-08-06 09:34:13 +00:00
Paul Mangan
4ac6e4a753 sync with 0.8.1cvs8 2002-08-01 09:10:24 +00:00
Paul Mangan
39a51c549a sync with 0.8.1cvs2 2002-07-27 09:58:16 +00:00
Paul Mangan
7e9510badb sync with 0.8.0cvs1 2002-07-23 09:59:12 +00:00
Paul Mangan
11a0d8c803 sync with 0.7.6cvs16 2002-05-28 06:42:48 +00:00
Paul Mangan
04b7021ac2 sync with 0.7.5cvs14 2002-05-09 06:36:14 +00:00
Colin Leroy
29d914c21b Added user-definable quotation characters recognition. 2002-04-28 20:43:24 +00:00
Paul Mangan
42dde711f4 sync with 0.7.4cvs 2002-04-28 10:31:35 +00:00
Paul Mangan
65a932a8d1 sync with 0.7.4cvs49 2002-04-21 09:24:27 +00:00
Paul Mangan
a93ccdd7bc sync with 0.7.4cvs19 2002-03-26 07:41:19 +00:00
Paul Mangan
dbfff16ed8 get full hostname 2002-03-25 10:02:55 +00:00
Paul Mangan
9e8038174f sync with 0.7.4cvs16 2002-03-23 09:35:55 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Paul Mangan
c653927b64 add 'Selective download' 2002-02-22 09:35:36 +00:00
Paul Mangan
00cafee47a sync with sylpheed 0.7.1cvs8 2002-02-14 15:28:02 +00:00
Paul Mangan
027dce92c3 sync with sylpheed 0.7.1 release 2002-02-11 13:43:37 +00:00
Darko Koruga
cd2ce4c3f4 Use selected text on reply/forward. 2002-02-07 09:26:39 +00:00
Paul Mangan
8709029819 sync with sylpheed 0.7.0cvs33 2002-02-05 13:27:32 +00:00
Paul Mangan
df357eb9b1 more sync with sylpheed 0.7.0cvs15 2002-01-24 10:11:51 +00:00
Paul Mangan
6a079c5280 sync with sylpheed 0.7.0cvs7 2002-01-16 11:48:36 +00:00
Paul Mangan
abe9ca504a sync with sylpheed 0.6.5cvs11 2001-11-20 09:38:22 +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
Alfons Hoogervorst
9194b91649 fix incorrect subject by threading 2001-11-09 19:34:54 +00:00
Alfons Hoogervorst
05b5a9c34f subject threading not when subject starts with "Re: " 2001-11-08 20:57:06 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Hoà Viêt Dinh
76d49ac0ab threading - empty subject are ignored 2001-11-06 18:27:14 +00:00
Christoph Hohmann
fd5ab1803e use SSL_peek for sock_gets
removed unneeded pointer in extracting quoted names implementation
2001-11-06 17:10:40 +00:00
Christoph Hohmann
0e24383357 replace Xalloca + strdup with Xstrdup_a
better implementation of extracting quoted names from addresses (remove backlashes and ignore quotes after them)
2001-11-04 20:00:11 +00:00
Alfons Hoogervorst
c111af1778 comply with coding style 2001-11-04 16:34:27 +00:00
Hoà Viêt Dinh
ccacaf836a newsgroups dialog / enhanced mailto 2001-11-04 12:51:37 +00:00
Christoph Hohmann
04ee67da30 made search for accounts by email address not case sensitive
fixed memory leak in folder_item_get_identifier
fixed wrong strstr2 (should work like strstr)
2001-10-26 19:39:20 +00:00
Paul Mangan
7e35e29ec6 sync with sylpheed 0.6.3cvs8 2001-10-19 07:49:39 +00:00
Paul Mangan
4b171a90f0 sync with sylpheed 0.6.3cvs3 2001-10-11 08:29:11 +00:00
Paul Mangan
1d8ba7182a sync with sylpheed 0.6.3cvs2 2001-10-10 07:56:03 +00:00
Paul Mangan
cf257c7224 sync with sylpheed 0.6.3 release 2001-10-08 17:23:00 +00:00