Sebastian Spaeth
59753fc06f
IMAP IDLE cleanup(4): Simplify code
...
while True: if a: return
is equivalent to
while not a:
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-09-12 19:55:14 +02:00
..
2011-09-07 19:32:43 +02:00
2011-09-03 17:16:42 +02:00
2011-09-06 20:03:33 +02:00
2011-08-10 21:44:58 +02:00
2011-08-17 21:02:21 +02:00
2011-08-30 22:16:35 +02:00
2011-09-06 19:00:21 +02:00
2011-08-15 12:21:38 +02:00
2011-09-06 19:00:21 +02:00
2011-09-12 19:55:14 +02:00
2011-09-06 20:15:05 +02:00
2011-06-16 18:57:35 +02:00
2006-08-12 05:15:55 +01:00
2011-05-09 22:43:03 +02:00
2011-05-08 14:25:16 +02:00
2011-05-18 18:38:05 +02:00