Commit graph

1964 commits

Author SHA1 Message Date
Colin Leroy e3c8ea7866 2007-03-21 [colin] 2.8.1cvs33
* src/main.c
		Fix unconditional "error happened" when
		sending via command-line. "lol @ myself"
2007-03-21 20:43:17 +00:00
Colin Leroy a1f06d5d21 2007-03-21 [colin] 2.8.1cvs32
* claws-mail-40x40.png
	* claws-mail-26x26.png
	* src/account.c
	* src/addressbook.c
	* src/compose.c
	* src/folderview.c
	* src/folderview.h
	* src/main.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/messageview.c
	* src/prefs_account.c
	* src/prefs_common.c
	* src/summary_search.c
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/authors.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/logwindow.c
	* src/gtk/menu.c
	* src/gtk/prefswindow.c
		Add Maemo port (patch mainly by Jean-Luc Biort)
		Add a new 'Little screen' layout to help on such
		platforms (patch by me)
		Make some default preferences different (more
		adapted) on Maemo (patch by me)
2007-03-21 17:44:45 +00:00
Tristan Chabredier 158a01abda 2007-03-21 [wwp] 2.8.1cvs31
* src/prefs_logging.c
	* src/prefs_logging.h
		Fixed copyright header of newly added files.
2007-03-21 15:16:04 +00:00
Tristan Chabredier 7391061fa3 2007-03-21 [wwp] 2.8.1cvs30
* src/Makefile.am
	* src/filtering.c
	* src/filtering.h
	* src/folder.c
	* src/folderview.c
	* src/imap.c
	* src/inc.c
	* src/main.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/matcher.c
	* src/messageview.c
	* src/news.c
	* src/pop.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_logging.c
	* src/prefs_logging.h
	* src/prefs_other.c
	* src/procmsg.c
	* src/send_message.c
	* src/summaryview.c
	* src/common/log.c
	* src/common/log.h
	* src/common/nntp.c
	* src/common/session.c
	* src/common/smtp.c
	* src/common/socket.c
	* src/etpan/imap-thread.c
	* src/gtk/logwindow.c
	* src/gtk/logwindow.h
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/spamassassin/spamassassin.c
		Added debugging of filtering/processing rules.
		The debug log is here 'Tools/Filtering debug window',
		the options there 'Configuration/Preferences/Other/Logging',
		and the log file is ~/.claws-mail/filtering.log.
		Moved protocol log prefs to 'Other/Logging' as well.
		To support such debugging feature, the existing log API has
		been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
		this impacts many external modules (commits follow).
2007-03-21 15:00:46 +00:00
Paul Mangan cc9f14793d 2007-03-21 [paul] 2.8.1cvs29
* src/etpan/Makefile.am
	* src/etpan/imap-thread.c
		add missing #include
2007-03-21 09:25:22 +00:00
Colin Leroy 500b41255e 2007-03-21 [colin] 2.8.1cvs28
* src/procmime.c
		Fix bug 1157, 'some broken messages confuse
		mime parser'. Make sure we can't have MimeInfos
		with negative sizes.
2007-03-21 07:23:30 +00:00
Colin Leroy 79111db7b5 2007-03-20 [colin] 2.8.1cvs27
* src/main.c
		Fix missing \0 on buffer
2007-03-20 20:01:34 +00:00
Colin Leroy f1e4b58cfd 2007-03-20 [colin] 2.8.1cvs26
* src/mh.c
		Use make_dir_hier instead of make_dir
		to create the MH mailbox
2007-03-20 18:16:07 +00:00
Colin Leroy f1c970dd3d 2007-03-20 [colin] 2.8.1cvs25
* src/folder.c
	* src/folder.h
	* src/prefs_account.c
	* src/wizard.c
		Fix default inbox weirdnesses (after wizard,
		if path is Mail, mailbox identifier is #mh/Mailbox,
		and when creating new accounts)
2007-03-20 17:39:33 +00:00
Colin Leroy 77d36ae85b 2007-03-20 [colin] 2.8.1cvs24
* src/account.c
		Write folderlist after adding/deleting accounts
		that have folders
2007-03-20 17:35:07 +00:00
Colin Leroy bfca8878b7 2007-03-20 [colin] 2.8.1cvs23
* src/imap.c
	* src/remotefolder.h
		Fix bug 1153, 'CM segfaults if IMAP folder is
		selected while scanning prior to update'
2007-03-20 17:25:59 +00:00
Paul Mangan e232f06d3c 2007-03-17 [paul] 2.8.1cvs22
* src/main.c
		fix a typo, and be a little more verbose.
2007-03-17 09:01:18 +00:00
Tristan Chabredier 9066bf3578 2007-03-17 [wwp] 2.8.1cvs21
* src/inc.c
		Fix a compiler warning.
2007-03-17 00:26:04 +00:00
Tristan Chabredier 63fb5bc208 2007-03-16 [wwp] 2.8.1cvs20
* tools/Makefile.am
	* tools/README
		Updated to deal w/ the new mairix.sh tool.
2007-03-16 18:06:48 +00:00
Tristan Chabredier bcd0621cc6 2007-03-16 [wwp] 2.8.1cvs19
* src/action.c
		Fix logics issues around the action IO dialog:
		- disable entry widget and exec button when
		  the exec button is clicked (don't wait for any
		  output line) - fix possible disabling/re-enabling/
		  re-disabling of those widgets
		- raise an error if executing a %as{} action either
		  empty or invalid, instead of failing silently
		- don't close the dialog if the abort button has been
		  clicked and if there was no output yet
		- set focus to the abort button when the exec button
		  is clicked
		- fix capitalization of a warning message
2007-03-16 15:26:21 +00:00
Tristan Chabredier 0526e62c10 2007-03-16 [wwp] 2.8.1cvs18
* tools/mairix.sh
		Added a wrapper to mairix to the tools folder.
2007-03-16 14:48:12 +00:00
Colin Leroy bd5ec041a3 2007-03-16 [colin] 2.8.1cvs17
* src/messageview.c
	* src/mimeview.h
		Allow mimeviewer plugins to print
		their stuff
2007-03-16 14:03:27 +00:00
Colin Leroy fcf830ff65 2007-03-16 [colin] 2.8.1cvs16
* .cvsignore
		Ignore *.patchset
2007-03-16 12:42:17 +00:00
Colin Leroy 1c331f8710 2007-03-15 [colin] 2.8.1cvs15
* src/messageview.c
	* src/mimeview.h
		Add a way for mimeviewer plugins to
		implement body search
2007-03-15 16:10:17 +00:00
Paul Mangan 6ac61bfce2 2007-03-15 [paul] 2.8.1cvs14
* src/prefs_spelling.c
		fix English usage
2007-03-15 09:51:32 +00:00
Paul Mangan 667a31cc08 2007-03-15 [paul] 2.8.1cvs13
* src/common/quoted-printable.c
		fix decoding of quoted-printable parts
2007-03-15 07:23:09 +00:00
Tristan Chabredier ed233bf7a4 2007-03-14 [wwp] 2.8.1cvs12
* src/gtk/logwindow.h
		Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
2007-03-14 22:55:33 +00:00
Tristan Chabredier a0363ab8f7 2007-03-14 [wwp] 2.8.1cvs11
* src/gtk/logwindow.h
		Complete 2.8.1cvs10.
2007-03-14 22:51:23 +00:00
Colin Leroy d3b575315a 2007-03-14 [colin] 2.8.1cvs10
* src/gtk/logwindow.c
		Probably fix bug 1149, crash on logwindow
		close - at the expense of performance once
		logwin has been opened
2007-03-14 20:49:59 +00:00
Colin Leroy d25a7f6da5 2007-03-14 [colin] 2.8.1cvs9
* src/main.c
		If claws-mail is running on another
		display, warn instead of popping it up
		on the other display
2007-03-14 17:16:49 +00:00
Colin Leroy 4b95f37856 2007-03-12 [colin] 2.8.1cvs8
* src/wizard.c
		Fix bug 1145, 'Setting a different name
		for the Mailbox name isn't reflected in
		default account settings'. Patch by wwp
2007-03-12 17:45:42 +00:00
Tristan Chabredier 085e029b2b 2007-03-12 [wwp] 2.8.1cvs6
* src/folderview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summaries.c
		Changed the option that displays unread messages count
		next to the folder name in folder list: it is now
		possible to either display nothing, display the
		unread messages number only or the unread and total messages
		numbers. The patch includes this extra feature as well
		as some minor fixes by rewriting the algo in folderview.c.
		Thanks to Paul for the original idea and implementation, plus
		testing and proof-reading!
2007-03-12 10:46:37 +00:00
Paul Mangan 7b0dba653c 2007-03-09 [paul] 2.8.1cvs5
* tools/Makefile.am
	* tools/README
	* tools/claws-mail-compose-insert-files.pl
		added a script which enables inserting files
		into the message body of a new Claws Mail
		Compose window from the command line. Additionally
		To, Cc, Subject and files to attach to the message
		can be specified.
2007-03-09 09:16:38 +00:00
Tristan Chabredier c2d5c71f2a 2007-03-09 [wwp] 2.8.1cvs4
* src/addr_compl.c
	* src/addr_compl.h
	* src/filtering.c
		Optimize matching of addresses in the addressbook
		(filtering/processing 'found_in_addressbook' condition).
2007-03-09 07:26:34 +00:00
Tristan Chabredier cb946e7163 2007-03-07 [wwp] 2.8.1cvs3
* src/quote_fmt.c
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Add a new quote format symbol: %A to insert the
		sender email address (just the address itself).
2007-03-07 09:21:09 +00:00
Tristan Chabredier 116892fd4a 2007-03-06 [wwp] 2.8.1cvs2
* src/gtk/gtkutils.c
	* src/plugins/trayicon/trayicon_prefs.h
	* src/plugins/trayicon/trayicon_prefs.c
	* src/plugins/trayicon/trayicon.c
	* src/mainwindow.h
	* src/mainwindow.c
		Add a new trayicon (optional) feature: minimize to tray. When enabled,
		minimizing Claws-Mail main window will hide it to the trayicon instead.
2007-03-06 10:16:20 +00:00
Paul Mangan 248baa9440 2007-03-06 [paul] 2.8.1cvs1
* NEWS
	* README
	* RELEASE_NOTES
	* configure.ac
		bump version number following
		stable release
2007-03-06 05:45:22 +00:00
Paul Mangan e5a7b0d108 2007-03-06 [paul] 2.8.0cvs24
* po/cs.po
		corrected by by Tim <timbrain@post.cz>
2007-03-06 04:04:46 +00:00
Colin Leroy 3b77c5710a 2007-03-05 [colin] 2.8.0cvs23
* src/Makefile.am
	* src/procmime.c
		Fix mime/globs path on NetBSD
		patch by George Michaelson
2007-03-05 17:13:56 +00:00
Tristan Chabredier 3392d1f295 2007-03-05 [wwp] 2.8.0cvs22
* src/addr_compl.c
		Remove debug statement (accidentally committed w/ cvs14).
2007-03-05 17:01:28 +00:00
Paul Mangan 6d14c0463b 2007-03-05 [paul] 2.8.0cvs21
* src/plugins/pgpcore/prefs_gpg.c
		fix compiler warning
2007-03-05 16:13:52 +00:00
Tristan Chabredier 9497b72a50 2007-03-05 [wwp] 2.8.0cvs20
* src/matcher_parser_parse.y
		Fix mismerge between cvs17 and cvs19.
2007-03-05 11:05:16 +00:00
Tristan Chabredier 0ac0a6381c 2007-03-05 [wwp] 2.8.0cvs19
* src/matcher_parser_parse.y
	* src/prefs_filtering_action.c
	* src/matcher.c
	* src/matcher.h
	* src/filtering.c
	* src/filtering.h
		Add new 'add_to_addressbook' filtering/processing action.
2007-03-05 10:37:37 +00:00
Tristan Chabredier d88f3b65f8 2007-03-05 [wwp] 2.8.0cvs18
* src/filtering.c
		Fix mark_as_ham filtering/processing action: spam flag
		was not unset.
2007-03-05 09:14:17 +00:00
Colin Leroy fec87dd613 2007-03-04 [colin] 2.8.0cvs17
* src/filtering.c
	* src/matcher.c
	* src/matcher.h
	* src/matcher_parser_parse.y
	* src/prefs_filtering_action.c
		Add 'Mark as spam' and 'Mark as ham' filtering
		actions. Fixes bug 1138.
2007-03-04 20:46:01 +00:00
Colin Leroy 59c5c1e1f6 2007-03-04 [colin] 2.8.0cvs16
* src/imap.c
		Fix bug 1140, wrong return value
		without libetpan
2007-03-04 18:04:02 +00:00
Tristan Chabredier d14287f9fd 2007-03-04 [wwp] 2.8.0cvs15
* src/addr_compl.c
		Rollback cvs14: don't free stuff that is managed in g_list.
2007-03-04 13:04:32 +00:00
Tristan Chabredier 6c401ff9b2 2007-03-04 [wwp] 2.8.0cvs14
* src/addr_compl.c
		Fix a leak in address completion code.
2007-03-04 12:56:43 +00:00
Colin Leroy 986bff11d4 2007-03-04 [colin] 2.8.0cvs13
* src/addr_compl.c
		Maybe fix bug 1136, 'Crash in group
		address completion'
2007-03-04 11:15:51 +00:00
Salvatore De Paolis 76c4bec123 2007-03-04 [iwkse] 2.8.0cvs12
* src/imap.c
		fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
2007-03-04 00:42:26 +00:00
Colin Leroy bd6ef95819 2007-03-03 [colin] 2.8.0cvs11
* src/plugins/pgpinline/pgpinline.c
		Fix off-by-one, fix double-free. Fixes
		bug 1135, 'cm-segfault on decrypting
		with PGP/inline'
2007-03-03 14:11:04 +00:00
Colin Leroy 811df7d781 2007-03-03 [colin] 2.8.0cvs10
* configure.ac
	* src/main.c
	* src/common/plugin.c
		Fix bug 1134, 'Valgrind macros unhandled
		by Irix's cc'
2007-03-03 10:51:26 +00:00
Colin Leroy 22f6a505ba 2007-03-02 [colin] 2.8.0cvs9
* src/mbox.c
		Don't error out on EAGAIN. Fixes
		bug 1129, '"local mbox file" account
		isn't retrieving mails'
2007-03-02 21:54:41 +00:00
Tristan Chabredier 87727938ee 2007-03-01 [wwp] 2.8.0cvs8
* src/mainwindow.c
	* src/gtk/colorlabel.c
		Remove accels for extra color labels until we set better
		and definitive ones.
2007-03-01 08:18:06 +00:00
Tristan Chabredier ab59c95078 2007-02-28 [wwp] 2.8.0cvs7
* src/mainwindow.c
	* src/matcher_parser_parse.y
	* src/prefs_common.c
	* src/prefs_msg_colors.c
	* src/procmsg.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
		Add more customizable color labels. Cleaned up a bit
		the color label API to avoid duplicate defines of
		the max number of colors.
2007-02-28 18:24:49 +00:00