* src/main.c
* src/main.h
Add a function to know whether we're exiting
* src/plugins/trayicon/trayicon.c
If exiting, don't do anything. Faster, and
avoids gtk_main_iteration reentracy causing
segfaults at exit
* src/messageview.c
* src/mimeview.c
* src/mimeview.h
Fix lack of part selection when automatically
jumping to a specific part
* src/msgcache.c
Little optimisation in cache reading
* src/procmime.c
Fix bug #998 (last attachment is not accessible)
Bad RFC interpretation on multipart close-delimiters
* src/mimeview.c
* src/mimeview.h
* src/gtk/gtkvscrollbutton.c
* src/gtk/gtkvscrollbutton.h
Make attachments list wheel-scrollable
* src/news.c
* src/summaryview.c
Fix bug #995 ("Mark cross-posted as read" doesn't work)
by reimplementing it
* src/textview.c
Fix bug when hiding quotes with level > 3 and quote
colors are recycled
* src/compose.c
* src/undo.c
* src/undo.h
Fix a bit replace-by-pasting undo
* src/mainwindow.c
* src/messageview.c
Fix Fold quotes menu synchro in
mainwindow when it changes in
messageview
* src/textview.c
Fix right-click on quotes blocks
* src/common/utils.c
Verify that the file created by
my_tmpfile() is writable. Fixes
bug #988 (very specific filesystem
issue)
* src/plugins/pgpcore/sgpgme.c
Fix file descriptor leak
* src/plugins/spamassassin/spamassassin.c
Warn once if spamd isn't reachable
* src/mainwindow.c
* src/messageview.c
Rename "Hide quotes" to "Fold quotes"
* src/textview.c
Don't use hand cursor on quotes. "all
the bonuses of the feature and none of
unwelcome side-effects"
* src/prefs_common.h
ask what to do w/ filtering rules that belong to an account when
applying filtering rules manually from the main window (skip,
apply regardless of the account, use current account). This dialog
can be skipped and the last reply used.
(forgot that file)
* src/filtering.c
* src/filtering.h
* src/prefs_common.c
* src/summaryview.c
* src/alertpanel.c
* src/alertpanel.h
* src/messageview.c
ask what to do w/ filtering rules that belong to an account when
applying filtering rules manually from the main window (skip,
apply regardless of the account, use current account). This dialog
can be skipped and the last reply used.
* src/mainwindow.c
* src/prefs_common.c
* src/textview.c
* src/textview.h
* src/gtk/about.c
Allow per-level quote hiding,
Allow toggling quotes by double-clicking them
Rename RemoteURI to ClickableText to reflect
the fact it's used for a variety of things
* src/Makefile.am
* src/addr_compl.c
* src/addr_compl.h
* src/addressbook.c
* src/addressbook.h
* src/addressbook_foldersel.c
* src/addressbook_foldersel.h
* src/addrindex.c
* src/addrindex.h
* src/matcher.c
* src/matcher.h
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_filtering.c
* src/prefs_matcher.c
* src/prefs_matcher.h
* src/summaryview.c
introduce filtering against the address book. It's now possible to add
matched conditions to determine if any email address in a message matches
or doesn't match any or all books or folders in the address book.
* src/account.c
* src/filtering.c
* src/filtering.h
* src/folder.c
* src/folderview.c
* src/inc.c
* src/mainwindow.c
* src/matcher.c
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/mbox.c
* src/prefs_filtering.c
* src/prefs_filtering.h
* src/procmsg.c
* src/procmsg.h
* src/summaryview.c
introduce per-account filtering rules. Each filtering rule can now be assigned
to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
when applying filtering rules manually, as all rules will apply - even the ones
assigned to an account. This issue will be addressed soon.
* src/account.c
* src/main.c
* src/mainwindow.c
* src/mainwindow.h
Fix a race condition when, after an SC crash, rescanning
folders took more than 0.5 seconds
Thanks to Colin
* src/mainwindow.c
* src/common/socket.h
* src/etpan/imap-thread.c
Refresh resolvers before connecting
to IMAP servers, and after switching
to online. Thanks to Paul.
* src/inc.c
Show connection attempt in statusbar before
connecting (previously first message was
"Retrieving messages from ..." after the
connection succeeded.