index
:
Sylpheed
master
taw/combined
taw/master
taw/meson
Git mirror of Sylpheed SVN repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsylph
Age
Commit message (
Expand
)
Author
2009-12-21
added option to set only mail address of recipients when replying.
hiro
2009-12-17
src/setup.c: check whether the specified location includes settings folder.
hiro
2009-12-16
ignore case when checking mailing list post.
hiro
2009-12-08
added 'Last 7 days' to the quick search.
hiro
2009-12-08
prohibit acception of expired SSL certificates.
hiro
2009-11-26
ssl_init_socket_with_method(): modified debug output.
hiro
2009-11-26
the visibility of message number columns in the folder view is now configurab...
hiro
2009-11-26
sock_connect_with_timeout(): check socket with getsockopt() even if select() ...
hiro
2009-11-19
calculate and display SHA1/MD5 fingerprint if verification of SSL certificate...
hiro
2009-11-16
removed debug prints, updated def file and updated Windows ico file. Made 3.0...
hiro
2009-11-10
removed redundant debug print.
hiro
2009-11-09
fixed opening message by syl_plugin_open_message() on IMAP folder.
hiro
2009-11-06
svn s
hiro
2009-11-05
add a new flag: RemoteFolder::remove_cache_on_destroy.
hiro
2009-11-05
show waiting dialog on creating folder tree after creating new IMAP account.
hiro
2009-11-05
fix for connection failure.
hiro
2009-11-04
sock_connect_with_timeout(): use non-blocking socket and select() for connect...
hiro
2009-11-04
fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main...
hiro
2009-11-02
more fix for UID more than INT_MAX.
hiro
2009-11-02
don't allow parallel multiple command on IMAP.
hiro
2009-10-29
updated def files.
hiro
2009-10-28
sock_connect_async_thread(): fixed a crash when connection failed.
hiro
2009-10-20
fixed a bug that could not fetch UID more than INT_MAX.
hiro
2009-10-16
made tzoffset related functions thread-safe.
hiro
2009-10-16
libsylph: use itos_buf() because itos() is not thread-safe.
hiro
2009-10-16
made codeconv module thread-safe. update search window using timer.
hiro
2009-10-13
use g_atomic_int_{get,set} for thread terminate flags.
hiro
2009-10-08
fixed compilation without thread support.
hiro
2009-10-07
mh.c: mh_get_mtime(): fixed memory leak. Added global locks to each functions.
hiro
2009-10-05
removed some debug prints. uncommented code block for unix.
hiro
2009-10-05
imap_session_destroy(): free thread pool.
hiro
2009-10-02
execute imap_get_uncached_messages() in another thread.
hiro
2009-10-01
libsylph/imap.c: reimplemented using GThreadPool.
hiro
2009-10-01
libsylph/imap.c: refactored.
hiro
2009-09-30
execute imap_cmd_fetch() in another thread.
hiro
2009-09-30
execute imap_cmd_ok() in another thread.
hiro
2009-09-30
imap.c: connect in another thread.
hiro
2009-09-29
made writing to log file thread-safe.
hiro
2009-09-29
made GDK locks reentrant, and made LogWindow thread-safe.
hiro
2009-09-25
fixed the handling of GDK thread lock.
hiro
2009-09-17
disable threading if USE_THREADS is not set.
hiro
2009-09-17
introduced multi-threading.
hiro
2009-09-15
generate cache on adding messages.
hiro
2009-09-15
minor optimization: use g_slist_prepend() for mark/cache queue.
hiro
2009-09-14
use MsgFlagInfo struct for mark queue to reduce its memory usage.
hiro
2009-09-14
update summary cache on move/copy.
hiro
2009-09-14
update summary cache when importing from mbox.
hiro
2009-09-14
update summary caches on receiving.
hiro
2009-09-03
show progress when scanning folders.
hiro
2009-08-20
set_log_file(): open log file as text mode.
hiro
[next]