Commit graph

3696 commits

Author SHA1 Message Date
Colin Leroy
82d0847ca1 2005-05-04 [colin] 1.9.6cvs51
* src/common/utils.c
		Fix crash when subst_for_filename is called
		with a NULL parameter
2005-05-04 22:56:02 +00:00
Colin Leroy
f5c703bbf8 2005-05-04 [colin] 1.9.6cvs50
* src/partial_download.c
	* src/pop.c
		Escape login when writing uidl file
		fixes bug #736
2005-05-04 16:49:23 +00:00
Colin Leroy
2e19d04681 2005-05-03 [colin] 1.9.6cvs49
* src/procmime.c
                Fix possible DOS in mime parser
                (see bug #634)
2005-05-03 16:21:06 +00:00
Colin Leroy
e5663b03e7 2005-05-02 [colin] 1.9.6cvs48
* src/compose.c
		Try to fix the copy/paste mess once again.
2005-05-02 17:24:57 +00:00
Colin Leroy
b10deb5cc7 2005-04-30 [colin] 1.9.6cvs47
* src/prefs_account.h
	* src/procmsg.c
	* src/send_message.c
	* src/common/smtp.c
	* src/common/smtp.h
		Try to batch sending mails (per account) instead of
		reconnecting to server every time.
2005-04-30 16:47:40 +00:00
Colin Leroy
1092c78ef0 same here 2005-04-29 17:28:43 +00:00
Colin Leroy
68a7929a35 2005-04-29 [colin] 1.9.6cvs46
* src/messageview.c
		Fix window resizing that refused to size down
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_filtering.c
		Save Filtering's window size
2005-04-29 17:10:34 +00:00
Paul Mangan
4aaedddd37 2005-04-21 [paul] 1.9.6cvs45
* ChangeLog-gtk2.claws
	* src/setup.c
		correction to sync
2005-04-21 07:14:20 +00:00
Paul Mangan
7cee01c972 2005-04-21 [paul] 1.9.6cvs44
sync with main:

	* src/setup.c
	* src/statusbar.c
	* src/statusbar.h
	* src/textview.c
		use gtkut_widget_draw_now(). Improved performance
		of the update of statusbar
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		gtkut_widget_draw_now(): use gdk_window_process_updates()
		to force update of widgets.
		Removed gtkut_widget_wait_for_draw() which had a big
		overhead  because of waiting for all events processed
2005-04-21 06:49:55 +00:00
Paul Mangan
f6be1f6807 2005-04-20 [paul] 1.9.6cvs43
* src/codeconv.c
		complete 1.9.6cvs42's sync:
		Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2005-04-20 04:14:07 +00:00
Paul Mangan
426ea19446 2005-04-19 [paul] 1.9.6cvs42
sync with main:

	* src/action.c
		catch_output(): correctly select the insert text
		(fix invalid iterator warnings).
	* src/codeconv.c
	* src/codeconv.h
	* src/mainwindow.c
	* src/messageview.c
	* src/prefs_common.c
		support GBK encoding. Fallback to GBK if "X-GBK"
		is passed (thanks to SuperMMX)
	* src/common/session.c
	* src/common/session.h
		use separate buffer for large data to be sent,
		and don't duplicate it (reduces memory usage) (thanks to Dirk).
2005-04-19 16:19:40 +00:00
Paul Mangan
bb8ba89514 2005-04-18 [paul] 1.9.6cvs41
* src/jpilot.c
		convert unsigned long into guint32
		patch by Paul LeoNerd Evans
2005-04-18 06:44:31 +00:00
Colin Leroy
2bd6b6437a 2005-04-17 [colin] 1.9.6cvs40
* src/compose.c
		Fix 'Request return receipt' from folder
		properties (bug #708)
2005-04-17 17:20:50 +00:00
Colin Leroy
faa2301871 2005-04-17 [colin] 1.9.6cvs39
* src/mainwindow.c
		Fix duplicate hotkeys in Mainwindow's menu
2005-04-17 17:04:25 +00:00
Colin Leroy
2c61238fb9 2005-04-17 [colin] 1.9.6cvs38
* src/folderview.c
                Fix duplicate hotkeys in Folderview's contextual
                menu
2005-04-17 17:00:25 +00:00
Colin Leroy
ab3dca9e65 2005-04-15 [colin] 1.9.6cvs37
* src/summaryview.c
		Fix 'Save as...' with non-ascii filenames
2005-04-15 17:18:17 +00:00
Colin Leroy
2aad8d4fff 2005-04-15 [colin] 1.9.6cvs36
* src/plugins/pgpmime/pgpmime.c
		Fix bus error on 64bit. Spotted by
		macallan1888@gmail.com
2005-04-15 17:05:47 +00:00
Colin Leroy
7bc9dd80d5 2005-04-15 [colin] 1.9.6cvs35
* src/prefs_account.c
		Fix cvs34.
2005-04-15 08:14:15 +00:00
Colin Leroy
9950d9dfcb -i patch -> Patch 2005-04-12 20:56:53 +00:00
Colin Leroy
9233295689 the same without syntax errors 2005-04-12 17:58:06 +00:00
Colin Leroy
636bb985f4 prevent commiting when configure.ac needs patch 2005-04-12 17:56:12 +00:00
Colin Leroy
000009524e raah forgot to update again 2005-04-12 17:53:16 +00:00
Paul Mangan
04e5a1db14 2005-04-12 [paul] 1.9.6cvs33
* src/inc.c
		if the recv dialog is visible, Cancel only
		cancels the current account
2005-04-12 06:39:20 +00:00
Colin Leroy
5683148866 2005-04-10 [colin] 1.9.6cvs32
* src/filtering.c
		Copy score when copying FilteringActions
		Fix bug #674
2005-04-10 15:49:15 +00:00
Colin Leroy
2c4afd38ec 2005-04-10 [colin] 1.9.6cvs31
* src/inc.c
		Make Message -> Receive -> Cancel cancel
		incorporation on all accounts. Fixes
		bug #693
2005-04-10 15:30:16 +00:00
Colin Leroy
f14b1ae428 2005-04-10 [colin] 1.9.6cvs30
* src/prefs_account.c
		Update Privacy checkbuttons status based
		on the selected privacy system
	* src/compose.c
		Always connect the "None" privacy system; the
		static boolean was probably there to avoid
		reconnecting twice in the same compose window,
		but as the parent function is only called once
		per compose, it's only a bug - as a static is
		initialized once per application instance.
		Also, don't uncheck Sign and Encrypt when
		selecting None as privacy system; just ignore
		them when sending/queuing.
		Should fix bug #695
2005-04-10 15:21:27 +00:00
Colin Leroy
c27ec8d50d 2005-04-08 [colin] 1.9.6cvs29
* src/account.c
	* src/prefs_account.c
	* src/prefs_account.h
		Add account preference to queue message in a certain
		folder.
2005-04-08 17:28:07 +00:00
Colin Leroy
b3cf3172c6 2005-04-06 [colin] 1.9.6cvs28
* src/prefs_account.c
		Update old inbox path syntax
2005-04-06 16:56:19 +00:00
Paul Mangan
d757a7438e 2005-04-06 [paul] 1.9.6cvs27
sync with main:

	* configure.ac
		changed -traditional-cpp to -no-cpp-precomp for newer
		Mac OS X support
	* src/foldersel.c
		made column resize automatically
	* src/send_message.c
		send_message_smtp(): consider EOF right after QUIT
		successful (workaround for Gmail SMTP server)
	* src/common/socket.c
		ssl_read(), ssl_peek(): check EOF which violates the
		SSL protocol
	* src/gtk/colorlabel.c
		removed warnings when displaying colorlabel menu
		(don't use GtkAlignment)
2005-04-06 08:46:10 +00:00
Paul Mangan
43a772732a 2005-04-05 [paul] 1.9.6cvs26
* src/plugins/trayicon/trayicon.c
		fix clipping of icon under KDE3
2005-04-05 07:49:51 +00:00
Paul Mangan
220184e58d 2005-04-05 [paul] 1.9.6cvs25
* src/summaryview.c
		hide display of threading
		patch by Alfons
2005-04-05 06:14:43 +00:00
Thorsten Maerz
48c8bc14f3 2005-04-04 [thorsten] 1.9.6cvs24
* src/mh.c
		marks lost on filesystems with different stat() results on
		summer-/wintertime
2005-04-04 21:11:28 +00:00
Colin Leroy
913b78fcf3 2005-04-03 [colin] 1.9.6cvs23
* src/summaryview.c
		Don't handle up/down. Patch by Alfons
2005-04-03 11:16:41 +00:00
Colin Leroy
78bbb92268 2005-04-02 [colin] 1.9.6cvs22
* src/summaryview.c
		Make scrolling faster. Patch by Alfons.
2005-04-02 22:23:30 +00:00
Colin Leroy
d6601536e2 2005-04-01 [colin] 1.9.6cvs21
* src/Makefile.am
	* src/stock_pixmap.c
	* src/pixmaps/dir-noselect.xpm ** REMOVED **
	* src/pixmaps/dir_noselect.xpm ** ADDED **
		Fix pixmap name mismatch (Thanks Stephan Sachse)
2005-04-01 09:17:19 +00:00
Colin Leroy
c3cc63e6ea 2005-04-01 [colin] 1.9.6cvs20
* src/image_viewer.c
	* src/image_viewer.h
	* src/procmime.c
	* src/procmime.h
	* src/textview.c
	* src/textview.h
		Implement inline image resizing and right-clicking
2005-04-01 08:16:46 +00:00
Paul Mangan
e32f8dec69 2005-04-01 [paul] 1.9.6cvs19
* AUTHORS
	* Makefile.am
	* configure.ac
		check for gnome2
		patch by Luca Cavalli <loopback<AT>slackit.org>
	* po/ru.po
		updated by Pavlo Bohmat
2005-04-01 07:21:22 +00:00
Colin Leroy
1859d346cf 2005-03-31 [colin] 1.9.6cvs18
* src/news.c
		Fix parsing references
	* src/msgcache.c
		don't put nulls in the references list
	* src/procheader.c
		commit that forgotten file in 1.9.6cvs14
2005-03-31 15:31:13 +00:00
Colin Leroy
816e64e044 2005-03-31 [colin] 1.9.6cvs17
* src/compose.c
		Fix joining of signature separator again.
		Maybe Hiro could put it in main too...
2005-03-31 12:09:11 +00:00
Colin Leroy
4e14e7f8cd 2005-03-31 [colin] 1.9.6cvs16
* src/Makefile.am
	* src/foldersel.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/dir-noselect.xpm
		Update foldersel.c (sync from main, patch by Alfons)
2005-03-31 06:35:45 +00:00
Colin Leroy
b0157d5a4c 2005-03-30 [colin] 1.9.6cvs15
* src/imap.c
		Fix handling of imap folders containing [] in
		their name. Thanks to Nahuel Angelinetti for
		the detailed bugreport.
2005-03-30 20:37:20 +00:00
Colin Leroy
cdf8b109e6 this works when switching from LAN to GPRS (different ip, mask, route, dns). 2005-03-30 20:33:48 +00:00
Colin Leroy
648adc4e8f 2005-03-30 [colin] 1.9.6cvs14
* src/common/utils.h
	* src/common/utils.c
	* src/common/defs.h
	* src/matcher.c
	* src/msgcache.c
	* src/news.c
	* src/procmsg.c
	* src/procmsg.h
	* src/quote_fmt_parse.y
	* src/summaryview.c
		Update references system. Patch by Alfons
2005-03-30 20:29:56 +00:00
Colin Leroy
bcfdfaf9b3 2005-03-30 [colin] 1.9.6cvs13
* src/common/socket.c
		Force the glibc to read resolv.conf again when
		it has changed. Should fix issues when changing
		networks on a laptop and not restarting sylpheed.
		(I'll check tomorrow if a similar hack has to be
		done if the route changes).
2005-03-30 16:11:22 +00:00
Paul Mangan
7d98e8c6a7 2005-03-30 [paul] 1.9.6cvs12
partial sync with main:

	* src/action.c
		create_io_dialog(): use user-defined text font
		(thanks to Alfons), and modified its appearance.
	* src/addrgather.c
	* src/addrharvest.c
	* src/browseldap.c
		replace old code
	* src/compose.c
		don't join (presumably) itemized lines on line-wrapping
		fixed wrapping of quote when auto-wrapping is enabled
		compose_destroy(): destroy paned only if it's not
		attached to window. Fixed memory leak of popup menu.
	* src/exphtmldlg.c
	* src/expldifdlg.c
		replace old code
	* src/html.c
	* src/html.h
	* src/importmutt.c
	* src/importpine.c
		replace old code
	* src/main.c
		removed redundant code
	* src/mainwindow.c
		changed 'Code set' (which is rather incorrect)
		in the menu to 'Character encoding'
		main_window_set_widgets(): request size first
		to prevent window size becoming wrong
		fixed remembering of the state of the visibility
		of MessageView
	* src/messageview.c
		changed 'Code set' (which is rather incorrect)
		in the menu to 'Character encoding'
	* src/prefs_common.c
	* src/prefs_common.h
		added an option whether to render HTML as text or not
		added separators to outgoing encoding menu
	* src/procheader.c
		procheader_scan_date_string(): support header
		like: "[Tue,] 01 Feb 2005 09:57[:00]"
	* src/summaryview.c
	* src/summaryview.h
		minor code cleanup
	* src/textview.c
		textview_show_html(): force output of newline
		added an option whether to render HTML as text or not
	* src/common/utils.c
		strncpy2(): optimized based on Alfons' code
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		removed non-used code
	* src/plugins/pgpmime/passphrase.c
		partially fixed grab input of passphrase dialog
		Confine pointer to window
2005-03-30 12:01:26 +00:00
Colin Leroy
206eaa71e7 2005-03-30 [colin] 1.9.6cvs11
* src/msgcache.c
        * src/msgcache.h
                Read/write 32bit ints from cache & marks
                From main.
2005-03-30 10:13:48 +00:00
Paul Mangan
53e966523f 2005-03-29 [paul] 1.9.6cvs10
* AUTHORS
	* ChangeLog.claws
	* src/compose.c
	* src/gtk/gtkaspell.c
		sync with HEAD (don't pass NULL pointers)
2005-03-29 08:24:45 +00:00
Paul Mangan
0367bbff14 clean up early morning mess (tsk) 2005-03-24 07:59:30 +00:00
Paul Mangan
fe9bee6cef add script to send pdfs as attachments from Adobe Reader 7 2005-03-24 07:49:41 +00:00
Claws Mail Team
15156596b3 This commit was manufactured by cvs2svn to create branch 'gtk2'.
Cherrypick from master 2005-03-24 07:45:07 UTC twb 'add script to send pdfs as attachments from Adobe Reader 7':
    tools/acroread2sylpheed.pl
2005-03-24 07:45:08 +00:00