From d0494fef43fedcec9fc6d2224c7dae9dd4ad395d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 1 May 2015 19:23:16 +0200 Subject: [PATCH] remove obsolete TODO item amends 74c78c70+b85153f8. --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 0888b65..6716599 100644 --- a/TODO +++ b/TODO @@ -3,9 +3,6 @@ f{,data}sync() usage could be optimized by batching the calls. add some marker about message being already [remotely] trashed. real transactions would be certainly not particularly useful ... -make sync_chans() aware of servers, so a bad server (e.g., wrong password) -won't cause the same error message for every attached store. - make SSL (connect) timeouts produce a bit more than "Unidentified socket error". network timeout handling in general would be a good idea.