* src/imap.c
Add View Log button on auth error
* src/procmsg.c
Fix encrypted mail marked as new when
saved in normal folders
* src/plugins/pgpinline/pgpinline.c
Fix encrypt bug on IMAP
* src/mimeview.c
* src/common/utils.c
* src/common/utils.h
* src/gtk/inputdialog.c
* src/gtk/inputdialog.h
Get rid of metamail stuff, simplify
opening, and allow remembering of user's
choices (by updating ~/.mailcap). There's
still to drop "Audio player" and "Image
viewer" preferences.
* src/compose.c
* src/main.c
* src/mainwindow.c
Fix send button sensitivity at startup
Set send menu sensitivity (patch by Fabien)
* src/ssl_manager.c
Enable closing with esc (patch by Fabien)
* src/gtk/foldersort.c
Enable closing with esc (patch by Fabien)
* src/procmime.c
Optimisation (no need to copy to tempfile to
"decode" 7bit and 8bit)
* src/summaryview.c
Fix cruft in swap_from case
* src/textview.c
Fix missing last line in some mail cases
(Fixes debian #381872)
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpcore/sgpgme.h
Don't show "no key found" when user explicitely
wants to create a key
* src/plugins/pgpcore/prefs_gpg.c
Set options sensitivity according to
key existence
* src/plugins/pgpcore/sgpgme.c
Allow to create key with no passphrase
* src/gtk/pluginwindow.c
New layout (maybe to be changed?)
* src/gtk/gtkutils.c
Fix a bit label_window
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpcore/passphrase.h
* src/plugins/pgpcore/plugin.c
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/pgpcore/prefs_gpg.h
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpcore/sgpgme.h
Allow to create a PGP private key via the GUI
* src/editldap.c
fix overlapping widgets
* src/prefs_account.c
fix translation of protocol_names[]
fix label disappearing off the edge of the
visible area
* src/main.c
Fix default font size setting after wizard run
* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
Fix bug #999 (Timing out on TSL cert validation
dialog makes ugly things happen). Also, STARTTLS
unconditionnaly if initial capabilities contain
LOGINDISABLED and STARTTLS.
* src/prefs_filtering.c
Warning fix, patch by Paul
* src/messageview.c
* src/prefs_actions.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
Uniformisation of "Info ..." to "Info..." (for
old gtk), patch by Fabien
* src/plugins/clamav/clamav_plugin_gtk.c
Sensitivity fix by Fabien
* 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