Commit graph

7723 commits

Author SHA1 Message Date
Paweł Pękala
b5a178c4cb 2011-02-05 [pawel] 3.7.8cvs48
* manual/advanced.xml
		Document new hidden pref
	* src/folder.c
		Dont treat mimeparts referenced by others as
		real attachments
	* src/mimeview.c
	* src/prefs_common.c
	* src/prefs_common.h
		Add ability to hide inline attachments referenced
		by other mimeparts in MimeView. To enable this
		feature set show_inline_attachments=0 in your clawsrc
2011-02-05 11:32:20 +00:00
Colin Leroy
4e7adaef1e 2011-01-25 [colin] 3.7.8cvs47
* src/matcher.c
		Fix matcher body parsing: decode mails with our
		MIME parser. This speeds up body search a bit as
		binary attachments are not searched anymore, slows
		down a bit full message searches, but not awfully.
	* src/summary_search.c
		Use matcher API to search, in all cases (advanced search or
		not). Also, fix little logic bugs related to combos history
	* src/common/utils.c
	* src/common/utils.h
	* src/procmime.c
	* src/procmime.h
		Remove dead code, export functions needed by matcher.c
2011-01-25 17:05:50 +00:00
Colin Leroy
eb10a324d7 2011-01-25 [colin] 3.7.8cvs46
* src/compose.c
	* src/prefs_common.c
	* src/common/md5.c
	* src/common/ssl_certificate.c
		Fix mismatched alloc/free (thanks to cppcheck)
2011-01-25 17:01:01 +00:00
Colin Leroy
f26aa613c4 2011-01-25 [colin] 3.7.8cvs45
* src/pop.c
		Fix leak on error path
2011-01-25 13:08:56 +00:00
Ricardo Mones
d572969ab8 2011-01-23 [mones] 3.7.8cvs44
* manual/es/advanced.xml
		Sync with English manual
2011-01-23 12:03:17 +00:00
Paul Mangan
b6438b455f 2011-01-23 [paul] 3.7.8cvs43
* src/gtk/about.c
		it's 2011, update copyright line
2011-01-23 08:56:29 +00:00
Paul Mangan
b73f550664 2011-01-23 [paul] 3.7.8cvs42
* manual/advanced.xml
	* src/prefs_common.c
	* src/prefs_common.h
	* src/textview.c
		fix bug #2350, 'Make displaying localized date/time in
		message view optional'.
		This introduces a new hidden option (why do more?),
		'msgview_date_format', which defaults to OFF, maintaining
		the current and expected behaviour.
2011-01-23 08:40:26 +00:00
Colin Leroy
e991911756 2011-01-21 [colin] 3.7.8cvs41
* src/procmime.c
		Fix bug #2050, Clawsmail sends return receipt every seconds
		We forgot to close the file when parsing
		disposition-notification fields, which made unlinking of the
		corresponding emails in tempfolder/processing impossible in
		Windows. Causing them to be re-fetched every time.
2011-01-21 10:46:02 +00:00
Colin Leroy
0f5a387e33 2011-01-21 [colin] 3.7.8cvs40
* claws-mail.desktop
		Fix again bug #2346: We should have a %u parameter.
2011-01-21 09:02:45 +00:00
Colin Leroy
df1965d163 2011-01-21 [colin] 3.7.8cvs39
* src/plugins/spamassassin/spamassassin.c
		Fix sa-learn when offline (its command line parsing is
		space-dependant). Patch by Wolfgang Lorenz
2011-01-21 08:59:36 +00:00
Paweł Pękala
18f0206f60 2011-01-19 [pawel] 3.7.8cvs38
* claws-mail.desktop
		Fix Bug 2346 'Please register x-handler-scheme
		 in .desktop file' patch by Laurent Bigonville
		While I'm here update things to current
		standards, fix desktop-file-validate warnings/errors
2011-01-19 21:18:13 +00:00
Colin Leroy
1551109785 2011-01-18 [colin] 3.7.8cvs37
* src/common/smtp.c
		Fix logic on SMTP AUTH: If the selected method isn't
		available, say so instead of supposing it'll work.
		Fixes bug #2039, 'SMTP AUTHENTICATION'
2011-01-18 11:41:33 +00:00
Paweł Pękala
ff0748945d 2011-01-15 [pawel] 3.7.8cvs36
* src/prefs_folder_item.c
		Rework subject regexp simplify gui a bit, this give us better
		options page layout (window with min width was too short to
		show all contents and thigs were unwieldy) and better preview
		of regexp working/not working
2011-01-15 19:19:02 +00:00
Paweł Pękala
63a82b4caf 2011-01-14 [pawel] 3.7.8cvs35
* src/textview.c
		strncpy2() NULLify strings just fine, no need to be
		extra "clever"
2011-01-14 22:18:40 +00:00
Paweł Pękala
3b52684b7c 2011-01-14 [pawel] 3.7.8cvs34
* src/textview.c
		Fix Bug #2165 'The date not localized in the message view'
		Display Date header in messageview in the same way as in
		summaryview by respecting date format set in preferences.
2011-01-14 20:39:22 +00:00
Paweł Pękala
4e8bcb40b7 2011-01-06 [pawel] 3.7.8cvs33
* src/prefs_account.c
	* src/prefs_folder_item.c
	* src/prefs_quote.c
	* src/quote_fmt.c
		Make quote templates widgets more compact
2011-01-06 21:50:00 +00:00
Paweł Pękala
e05eee0818 2011-01-06 [pawel] 3.7.8cvs32
* src/plugins/trayicon/trayicon.c
		- fix logic bug which caused icon to be
		  always set no-mail status on plugin load
		- force icon hide on plugin_done(), without
		  it empty space(?!) is left in tray under KDE3 and KDE4
2011-01-06 17:14:15 +00:00
Colin Leroy
a6ef1d708b 2011-01-06 [colin] 3.7.8cvs31
* src/addrharvest.c
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/news.c
	* src/procheader.c
	* src/procmime.c
	* src/unmime.c
	* src/unmime.h
		Unmime headers differently whether they're addresses or not:
		It's useless to quote things containing commas if it's in
		subject, for example. (introduced in 3.7.8cvs26)
2011-01-06 15:38:07 +00:00
Colin Leroy
473ccddda7 2011-01-06 [colin] 3.7.8cvs30
* src/gtk/gtkaspell.c
		Complete previous patch
	* src/messageview.c
	* src/plugins/pgpinline/pgpinline.c
		Coding style
2011-01-06 11:43:50 +00:00
Paul Mangan
2ecdf767a1 2011-01-06 [paul] 3.7.8cvs29
* AUTHORS
	* configure.ac
	* po/lt.po
	* src/gtk/authors.h
		add Lithuanian translation (approx. 65% complete)
		submitted by Mindaugas Baranauskas
2011-01-06 11:27:55 +00:00
Paweł Pękala
be87cfd8e4 2011-01-06 [pawel] 3.7.8cvs28
* src/export.c
	* src/import.c
	* src/messageview.c
	* src/prefs_actions.c
	* src/procmime.c
	* src/gtk/gtkaspell.c
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/smime/smime.c
		Fix memory/file descriptors leaks
2011-01-06 11:19:10 +00:00
Paul Mangan
312a7620ae 2011-01-06 [paul] 3.7.8cvs27
* src/plugins/pgpcore/sgpgme.c
		fix bug #2322, 'GPG Full info: showing subkey
		ID instead of primary key fingerprint'
		Patch by Sébastien Bigaret.
2011-01-06 09:23:59 +00:00
Colin Leroy
532f02fadc 2011-01-03 [colin] 3.7.8cvs26
* src/unmime.c
		Better quote-checking when unmim-ing headers
		that may have comas.
2011-01-03 20:22:13 +00:00
Colin Leroy
013e94ff36 2011-01-03 [colin] 3.7.8cvs25
* src/unmime.c
		Fix bug #2299, "Incorrect handling of quoted printable coma
		in headers". As this is really painful to fix by switching
		the whole stuff to a list of headers tokens, we workaround
		the problem by adding quotes around the encoded-word (making
		it a quoted-string which continuity is already handled).
2011-01-03 19:11:00 +00:00
Colin Leroy
107f494f58 2011-01-03 [colin] 3.7.8cvs24
* src/procheader.c
		Remove dead code
2011-01-03 18:59:53 +00:00
Colin Leroy
9015d4ea1e 2010-12-23 [colin] 3.7.8cvs23
* src/compose.c
		Finish fixing bug #2203: When forwarding (inline) and there
		are some text/* parts with no name, set them a name and
		set their disposition to attachment, so that recipients with
		MUAs preferring HTML parts don't show them by default.
2010-12-23 08:45:57 +00:00
Paul Mangan
49228a4c47 2010-12-22 [paul] 3.7.8cvs22
* src/compose.h
		fix missing file in 3.7.8cvs20
2010-12-22 19:56:55 +00:00
Colin Leroy
2c569bc412 2010-12-22 [colin] 3.7.8cvs21
* src/folderview.c
	* src/folderview.h
		Implement a nicer scroll when drag and dropping
2010-12-22 18:16:32 +00:00
Colin Leroy
6e8dac6f33 2010-12-22 [colin] 3.7.8cvs20
* src/compose.c
		Store charset if available when attaching text/* parts
		Fixes bug #2203, 'Problems in forwarding multipart/
		alternative messages with HTML part'
2010-12-22 18:14:45 +00:00
Colin Leroy
71380ec450 2010-12-22 [colin] 3.7.8cvs19
* src/textview.c
		Fix wrong free
2010-12-22 13:44:24 +00:00
Colin Leroy
a5e9df6aef 2010-12-21 [colin] 3.7.8cvs18
* src/inc.c
	* src/send_message.c
	* src/common/session.c
	* src/common/session.h
		Differentiate between running sessions and connected
		sessions. Fixes bug #2332, "Crash when hitting cancel
		on the SMTP status window"
2010-12-21 21:31:51 +00:00
Colin Leroy
c396111443 2010-12-21 [colin] 3.7.8cvs17
* src/etpan/etpan-thread-manager.c
		Dead code removal
2010-12-21 21:30:34 +00:00
Colin Leroy
349cb44cf2 2010-12-21 [colin] 3.7.8cvs16
* src/textview.c
		Check whether we should continue loading the
		current textview after inserting a possibly
		big image.
2010-12-21 20:13:23 +00:00
Colin Leroy
74b2743351 2010-12-20 [colin] 3.7.8cvs15
* src/addrcindex.c
	* src/addrcindex.h
		Removed. Dead code since ages!
	* src/addr_compl.c
	* src/gtk/gtkcmclist.c
	* src/gtk/gtkcmctree.c
	* src/gtk/gtksctree.c
		undefine *_DISABLE_DEPRECATED in the files that
		use deprecated interfaces. Implicit declarations
		can lead to crashes as prototypes are unknown, as
		evidenced by bug #2315.
2010-12-20 13:17:42 +00:00
Colin Leroy
ed86a604f2 2010-12-20 [colin] 3.7.8cvs14
* src/compose.c
		Don't flush events when adding an header entry. This
		can mess up the keypresses in the previous header.
		Instead, make the scroll happen later (doing it on the
		spot without flushing events doesn't work as the new
		requisitions aren't set yet).
2010-12-20 12:56:33 +00:00
Colin Leroy
a821e42bdb 2010-12-20 [colin] 3.7.8cvs13
* src/mainwindow.c
		Don't iconify at start on w32. This un-iconifies in the
		background.
2010-12-20 12:54:02 +00:00
Colin Leroy
e832dd4103 2010-12-20 [colin] 3.7.8cvs12
* src/common/base64.c
		Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
		Patch by pochini at shiny.it
2010-12-20 12:46:18 +00:00
Colin Leroy
c627703583 2010-12-19 [colin] 3.7.8cvs11
* src/ldapserver.c
		Better debug.
2010-12-19 08:50:39 +00:00
Colin Leroy
0917354b34 2010-12-18 [colin] 3.7.8cvs10
* src/compose.c
		Fix bug #2148, "Attachment content-transfer-encoding
		incorrectly set when signing emails". The RFC 2045
		states that message/* and multipart/* encoding must
		be either 7-bit, 8-bit or binary.
2010-12-18 21:06:39 +00:00
Ricardo Mones
e1026f520a 2010-12-18 [mones] 3.7.8cvs9
* src/ldaputil.c
		Fix crash when searching or adding a LDAP server
2010-12-18 16:08:32 +00:00
Colin Leroy
217aed9673 2010-12-17 [colin] 3.7.8cvs8
* configure.ac
	* src/editldap.c
	* src/ldapquery.c
	* src/ldapserver.c
	* src/ldapupdate.c
	* src/ldaputil.c
	* src/ldaputil.h
		Better error logging. Disable LDAP SSL/TLS on
		Windows, it's crashy/non-worky.
2010-12-17 17:50:58 +00:00
Colin Leroy
26c5c0fcd5 2010-12-17 [colin] 3.7.8cvs7
* src/folder.c
		Fix bug #2325, "messages remains in folder cache after moving
		from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
2010-12-17 08:00:10 +00:00
Colin Leroy
282cb7a08c 2010-12-17 [colin] 3.7.8cvs6
* src/addressadd.c
	* src/addressbook.c
	* src/addrindex.c
	* src/ldapquery.c
	* src/ldapquery.h
	* src/ldapserver.c
	* src/ldapserver.h
	* src/ldapupdate.c
	* src/ldaputil.c
	* src/ldaputil.h
		Windows build fixes (w32 LDAP completely untested!)
2010-12-17 00:26:23 +00:00
Colin Leroy
e8a58b4d67 2010-12-16 [colin] 3.7.8cvs5
* src/addrindex.c
	* src/editldap.c
	* src/ldapctrl.c
	* src/ldapquery.c
	* src/ldapserver.c
	* src/ldapserver.h
	* src/ldapupdate.c
	* src/ldaputil.c
		Try to rationalize a bit LDAP connections
2010-12-16 23:08:58 +00:00
Colin Leroy
e15cef9859 2010-12-16 [colin] 3.7.8cvs4
* src/prefs_spelling.c
	* src/common/defs.h
		Add a button to get dictionaries (win32)
2010-12-16 13:01:41 +00:00
Colin Leroy
00d6ca02ce 2010-12-16 [colin] 3.7.8cvs3
* src/prefs_matcher.c
		Fix bug #2279, "crash when clicking 'define' in filter
		configuring". Thanks to Theodor Ciobanu for the hint at
		the problem.
2010-12-16 08:16:22 +00:00
Colin Leroy
5baba3b17f 2010-12-14 [colin] 3.7.8cvs2
* src/gtk/gtkaspell.c
		Add missing guard for sys/wait.h
2010-12-14 21:03:24 +00:00
Colin Leroy
2576eed4b5 2010-12-05 [colin] 3.7.8cvs1
* tools/make.themes.project
		Seems wget has changed naming of targets downloaded.
		Fix it by always providing our own name.
		[Pushing mones' patch again after messing with CVSROOT]
2010-12-05 20:45:12 +00:00
Paul Mangan
d0e3fcb9ad 3.7.8 unleashed 2010-12-04 09:07:57 +00:00
Paul Mangan
f321a0e172 2010-12-04 [paul] 3.7.7cvs12
* manual/de/dist/pdf/Makefile.am
		forgotten in 3.7.7cvs11
2010-12-04 08:06:08 +00:00