* src/folderview.c
Feedback when closing (for big folders)
* src/prefs_actions.c
* src/prefs_filtering.c
* src/prefs_matcher.c
* src/prefs_template.c
Fix default button when closing without
having saved
* src/compose.c
* src/privacy.c
* src/privacy.h
* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
don't report an error when the user cancels the passphrase dialog.
* src/prefs_account.c
* src/prefs_account.h
Use GtkLabel for existing account protocol name.
Created an array for protocol names and populate the
combobox from it in a for() cycle.
* src/folderview.c
* src/folderview.h
* src/mainwindow.c
* src/summaryview.c
Let 'View/Go to/Next marked' work like
Next new & Next unread: across folders
Change the select_on_entry pref to do
what we want when changing folder
* src/common/utils.c
Fix single-quoted links
* src/main.c
Fix transient setting on failing plugins
Patch by Fabien
* src/plugins/pgpcore/sgpgme.c
Only warn for OpenPGP. Most people don't
have CMS available.
* src/compose.c
Fix Spelling menu (discrepancy between context menu
and top menu when folder's dictionary isn't the
default one)
* src/plugins/pgpcore/sgpgme.c
More error reporting about why gpgme can fail
* src/compose.c
Fix Esc handling in insert/attach dialog
Don't show this dialog if dragging something
else than text/uri-list
Thanks to Fabien Vantard
* tools/textviewer.pl
Filter script to display stuff as text
by H. Merijn Brand
* src/prefs_account.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_ext_prog.c
* src/textview.c
add a preference (Preferences/External programs)
to allow "Display as text" to be done via a script
(patch by H.Merijn Brand)
* src/mbox.c
More feedback (and optimisation)
on import/export
* src/common/utils.c
Fix case when looking for mail addresses
* src/gtk/gtkutils.c
Extra check for (X-)Face
* src/compose.c
* src/exphtmldlg.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
Added second argument to gtkut_sc_combobox_create() to
control focus-on-click for the widget.
Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
* src/compose.c
* src/gtk/Makefile.am
* src/gtk/combobox.c
* src/gtk/combobox.h
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
Use GtkComboBox instead of deprecated GtkOptionMenu
for account selector in compose window and for encoding
selector in attachment properties.
Also factorise working with the new GtkComboBox somewhat.
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_compose_writing.c
enable setting of default action when
dnd'ing files in the compose window.
(Collaborative effort with wwp)