git.droids-corp.org
/
imapami.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae8621
)
remove debug print
master
author
Olivier Matz
<zer0@droids-corp.org>
Fri, 9 Dec 2016 12:40:22 +0000
(13:40 +0100)
committer
Olivier Matz
<zer0@droids-corp.org>
Fri, 9 Dec 2016 12:40:22 +0000
(13:40 +0100)
Fixes: c3f8bd76c0ca ("use uids to manipulate mails")
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
imapami/rules.py
patch
|
blob
|
history
diff --git
a/imapami/rules.py
b/imapami/rules.py
index 3adff91ccccbef00c3bffaf5762086b97baca501..a9fa86d4a4f834b93b4c8b36e5abc7173636a953 100644
(file)
--- a/
imapami/rules.py
+++ b/
imapami/rules.py
@@
-220,7
+220,6
@@
class ImapamiRule(object):
mail_data = {'item': item, 'inbox': inbox}
if parts != []:
resp, data = ami.imap.uid("FETCH", item, parts_str)
- print resp, data
if resp != 'OK':
ami.logger.warning(
"search failed: server response = %s, skip item",