* src/compose.c
* src/mainwindow.c
* src/mimeview.c
* src/mimeview.h
* src/prefs_common.c
* src/prefs_common.h
Fix bug #2408 'Some UI elements are not persistent
between sessions'
Remember size of main window, compose notebook, mimeview
tree widgets between claws-mail runs. Compose window
size saving was already done in cvs74
* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
add new hidden option to control the display in the From
column in the Message List: 0 (default): show name,
1: show address, 2: show name + address
* manual/advanced.xml
Document new hidden pref
* src/folder.c
Dont treat mimeparts referenced by others as
real attachments
* src/mimeview.c
* src/prefs_common.c
* src/prefs_common.h
Add ability to hide inline attachments referenced
by other mimeparts in MimeView. To enable this
feature set show_inline_attachments=0 in your clawsrc
* manual/advanced.xml
* src/prefs_common.c
* src/prefs_common.h
* src/textview.c
fix bug #2350, 'Make displaying localized date/time in
message view optional'.
This introduces a new hidden option (why do more?),
'msgview_date_format', which defaults to OFF, maintaining
the current and expected behaviour.
* manual/advanced.xml
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
after using the compose margin for several days
I wanted the old style back - add a new hidden
pref 'show_compose_margin' to restore the old
behaviour (defaults to FALSE)
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_compose_writing.c
* src/common/utils.c
Fix bug 1986, "New feature: warn user when inserting
a large file in the message body". Patch by Didier
Barvaux
* src/prefs_common.c
Fix bug 1940, 'Doesn't open links in
user's default browser'. Turn the preference
to TRUE by default; that will only change the
behaviour for new users.
* src/prefs_common.c
* src/prefs_common.h
* src/printing.c
Fix restoring of custom page setups for printing by
temporarily caching the settings.
This is a workaround for Gnome Bug #39018, and fixes
Claws Mail Bug #1840.
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
Add primary_paste_unselects hidden preference
to change how middle-click pasting changes
the selection and insert point; defaults to
pre-3.6.1cvs31
* src/mainwindow.c
* src/mainwindow.h
* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
* src/gtk/colorlabel.c
Fix bug 1749, 'Shortcut keys for color labels
not changeable'
Make fullscreen a setting remembered between
sessions
* src/imap.c
* src/inc.c
* src/mainwindow.c
* src/mainwindow.h
* src/news.c
* src/prefs_account.h
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_other.c
* src/send_message.c
* src/gtk/inputdialog.c
* src/gtk/inputdialog.h
Implement session passwords: unsaved passwords for receiving
or sending of accounts can be remembered while running to
avoid repetitive typing.
As keeping passwords in memory is unsafe a new preference
in Other page is added to activate or not such capability.
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_wrapping.c
Add a preference for autoindent; fix no_join tag
being applied to whole lines instead of just \n when
creating a line
* AUTHORS
* src/gtk/authors.h
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_summaries.c
* src/summaryview.c
* src/gtk/authors.h
Change "Always open message when selected" to
a tristate (Never/Always/When preview is visible)
Patch by Jonathan Corbet <corbet@lwn.net>.
* .cvsignore
More files to ignore
* src/gtk/inputdialog.c
* src/gtk/inputdialog.h
Make input dialog more generic so that a checkbox
with custom text can be used in addition to the
"remember this" checkbox
* src/imap_gtk.c
* src/mh_gtk.c
* src/prefs_common.c
* src/prefs_common.h
Allow new folders to inherit the properties of the
parent folder during folder creation
* src/addressbook.c
Fix little gui bug on button sensitivity
* src/messageview.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_message.c
Allow by default to show html in multipart/mixed
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_send.c
Add a preference to be able to specify an
outgoing charset/encoding but still fallback
to 7bit US-ASCII when possible (default TRUE,
same behavior as pre-cvs34)
* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
make the 2-line view in summaryview when in three
columns mode configurable. hidden pref: "two_line_vertical"
* src/prefs_account.c
* src/prefs_common.c
* src/prefs_folder_item.c
* src/prefs_quote.c
* src/quote_fmt.c
* src/quote_fmt.h
Fix compose template formats (in global preferences)
being translated under specific conditions.
Add a button to restore factory defaults for current
language.
* src/imap.c
Unset folder's session before creating a
new one
* src/main.c
* src/prefs_common.c
* src/prefs_common.h
* manual/advanced.xml
Add an hidden use_networkmanager pref, to
disable NetworkManager handling. Also,
consider UNKNOWN state to be CONNECTED.
* src/imap.c
Set timeout to 1 before disconnecting all -
for when one switches to offline and has
no network anymore
* src/messageview.c
Fix bug 1454, 'error message shows parts and
signature of previous messages'
* src/prefs_common.c
Maemo: Hide Send dialog by default
* src/main.c
* src/mainwindow.c
* src/prefs_common.c
* src/prefs_common.h
Fix bug 1439, 'Claws Mail does not remember window size
state when restarted'. Save maximised state and force
maximisation at startup if applicable.
* src/folderview.c
* src/headerview.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_fonts.c
* src/summaryview.c
* src/textview.c
* src/wizard.c
* src/common/defs.h
* src/gtk/gtkutils.c
Added prefs to set custom small and bold fonts
(might matter on some desktops, according to
DPI and font settings).
* src/mainwindow.c
* src/mainwindow.h
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_receive.c
MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'