* src/prefs_common.c
* src/prefs_common.h
* src/mainwindow.c
* src/compose.c
* src/messageview.c
Add an hidden toolbar_detachable pref, so
that I can get rid of these painful handles
in the toolbars. Defaults to TRUE to avoid
changing the GUI on unsuspecting people...
* src/compose.c
Remove dead code
Add colourisation of quotes and signatures
* src/folderview.c
Fix possible crashes
* src/messageview.c
Change an assert that is no problem
* src/news.c
* src/news_gtk.c
* src/news_gtk.h
Fix offline mode
* src/gtk/quicksearch.c
Fix a possible crash
* src/alertpanel.c
Fix a minimum size for alertpanels
* src/compose.c
Show 'No space left on device' type errors
when queuing/sending
* src/imap_gtk.c
* src/mh_gtk.c
Rework folder's deletion message (remove
extra \n)
sync with main:
* src/compose.c
compose_write_to_file(): check for line
length limit and display warning if exceeds
* src/jpilot.c
use get_home_dir() instead of g_get_home_dir()
* src/procheader.c
removed warning about invalid date
* src/vcard.c
use get_home_dir() instead of g_get_home_dir()
* src/common/utils.c
* src/common/utils.h
Add an fwrite_atomic() function to make
sure we write everything: fwrite can make
short writes.
* src/compose.c
* src/msgcache.c
* src/pop.c
* src/procmime.c
* src/recv.c
* src/common/log.c
* src/common/template.c
Use that (and fix swapping of size and nmemb).
Thanks to Rich Coe for the heads up.
* src/compose.c
* src/procmime.c
* src/procmime.h
* src/quote_fmt_parse.y
o Make reedition of encrypted messages possible
(as long as it is encrypted to self too, no
magic there)
o Make replying with quote (and without selecting
text) possible for encrypted messages.
Closes bug #550 (Not possible to "reply with quote"
to gnupg encrypted messages)
* src/compose.c
* src/messageview.c
* src/toolbar.c
Make toolbar's delete use the move to trash stuff;
Add gtk_widget_realize to be sure pixmaps can get
created (that may fix an old worksforme bug which
I can't find back...)
* src/compose.c
Fix bug #707 (Dash splits rows)
Only wrap if we're on a line break position and
the previous one was a "white" (space) char.
Pango stuff is weird.
sync with main:
* src/codeconv.c
* src/codeconv.h
always enabled Japanese auto-detection
if the first letters of locale string
is "ja"
* src/compose.c
don't use "destroy" signal to destroy
Compose object (fix rare crashes on discard?)
* src/mainwindow.c
* src/messageview.c
* src/prefs_send.c
added Hebrew encodings
* src/sourcewindow.c
don't use "destroy" signal to destroy
objects
* src/compose.c
Fix concatenation of different headers of
the same type (bug #645)
* src/prefs_folder_item.c
Fix bug #699 (setting color to black doesn't
work immediately)
* src/procmime.c
Print out decoding error only once per
block
* src/prefs_account.c
Update Privacy checkbuttons status based
on the selected privacy system
* src/compose.c
Always connect the "None" privacy system; the
static boolean was probably there to avoid
reconnecting twice in the same compose window,
but as the parent function is only called once
per compose, it's only a bug - as a static is
initialized once per application instance.
Also, don't uncheck Sign and Encrypt when
selecting None as privacy system; just ignore
them when sending/queuing.
Should fix bug #695
partial sync with main:
* src/action.c
create_io_dialog(): use user-defined text font
(thanks to Alfons), and modified its appearance.
* src/addrgather.c
* src/addrharvest.c
* src/browseldap.c
replace old code
* src/compose.c
don't join (presumably) itemized lines on line-wrapping
fixed wrapping of quote when auto-wrapping is enabled
compose_destroy(): destroy paned only if it's not
attached to window. Fixed memory leak of popup menu.
* src/exphtmldlg.c
* src/expldifdlg.c
replace old code
* src/html.c
* src/html.h
* src/importmutt.c
* src/importpine.c
replace old code
* src/main.c
removed redundant code
* src/mainwindow.c
changed 'Code set' (which is rather incorrect)
in the menu to 'Character encoding'
main_window_set_widgets(): request size first
to prevent window size becoming wrong
fixed remembering of the state of the visibility
of MessageView
* src/messageview.c
changed 'Code set' (which is rather incorrect)
in the menu to 'Character encoding'
* src/prefs_common.c
* src/prefs_common.h
added an option whether to render HTML as text or not
added separators to outgoing encoding menu
* src/procheader.c
procheader_scan_date_string(): support header
like: "[Tue,] 01 Feb 2005 09:57[:00]"
* src/summaryview.c
* src/summaryview.h
minor code cleanup
* src/textview.c
textview_show_html(): force output of newline
added an option whether to render HTML as text or not
* src/common/utils.c
strncpy2(): optimized based on Alfons' code
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
removed non-used code
* src/plugins/pgpmime/passphrase.c
partially fixed grab input of passphrase dialog
Confine pointer to window
* src/compose.c
Fix Sign/Encrypt when unselecting privacy
system
* src/prefs_common.c
Change default message font to Monospace
* src/summaryview.c
More freezing during potentially large operations