* po/POTFILES.in
add pluginwindow and prefswindow
* src/compose.c
make send respond correctly to messages that could be added
to the queue folder, but the UID of the message is unknown
* src/folder.c
* src/imap.c
don't return guessed UIDs in imap_add_msg anymore. We return
0 to tell the folder system it was appened but the UID is
unknown. Folder system now get's the UID by scaning the folder
and searching the cache for the Message-ID
* src/folder.c
don't accept 0 as a valid uid returned by copy and move
functions. 0 means the message was copied or moved but the
new uid could not be fetched. It is not an error condition
for the copy or move operation.
* src/folder.c
fix update for source folder when moving messages
* src/procmsg.[ch]
* src/summaryview.c
use function to set to_folder for message infos and
automatically update the op_count for old and new
folder
* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
o remove all folder update triggering from the UI code. The folder
system should know much better when a folder needs an update.
o to prevent multiple updates in a row the folder updates can be
frozen for some time.
Note: - Please verify that no updates are missing
- Check where freeze/thaws should be added
* src/addrbook.c
* src/addrindex.c
* src/folder.c
* src/matcher.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_gtk.c
* src/procmime.c
* src/toolbar.c
* src/xmlprops.c
* src/common/prefs.[ch]
extend prefs file handling for reading and automatic handling
of blocks. When reading prefs_set_block_label will automatically
move on to the block. When writing it will copy all other blocks
automatically
* src/common/plugin.c
Now loading plugin filenames from [Plugins] block in
sylpheed rc file
* src/compose.c
* src/folder.c
* src/imap.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/send.c
* src/statusbar.[ch]
* src/common/hooks.c
* src/common/log.[ch]
o handle verbose logging in statusbar directly in statusbar code
and common code does not need any knowledge about a statusbar
o remove direct calls to statusbar_(puts|pop)_all functions
* src/logwindow.[ch]
* src/common/log.[ch]
implement logging using a hook function
* src/folderview.c
* src/folder.[ch]
define hooklist name in header file to avoid
errors caused by wrong spelling of hooklist names
* src/toolbar.c
fix warnings
* src/common/Makefile.am
add src/common/hooks.[ch]
* src/common/hooks.[ch]
implement a simple hook system using glib's hook functions
* src/folder.[ch]
* src/folderview.c
use new hook system for folder item updates
* doc-src/ui_seperation.txt ** NEW **
information for ui seperation
* src/Makefile.am
remove files that were moved to common
include common directory by default for the header files
* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
implement automaton using g_io_*-functions instead of
gdk_input_add to make it ui independent
* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
remove common/ prefix because directory is now in
include path
* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
fix warnings
* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
add log.h header file for logging functions
* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
o move debug_mode to commno/utils.c
o add functions to set and get debug_mode
* src/defs.h ** REMOVE **
* src/intl.h ** REMOVE **
* src/socket.[ch] ** REMOVE **
* src/ssl.[ch] ** REMOVE **
* src/utils.[ch] ** REMOVE **
replaced by new files in src/common/
* src/common/Makefile.am
add new files in src/common/
* src/common/defs.h ** NEW **
* src/common/intl.h ** NEW **
* src/common/log.[ch] ** NEW **
* src/common/socket.[ch] ** NEW **
* src/common/ssl.[ch] ** NEW **
* src/common/utils.[ch] ** NEW **
replacement for files in src/
* src/folderview.c
add functions to open and close a folder
o opending call execute scanning for remote folders
and processing
o closing will unset new flag for messages