summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index ad7110ed..bf37b842 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -8,7 +8,7 @@ import os
import re
import subprocess
import tempfile
-from email.Utils import getaddresses, parseaddr
+from email.utils import getaddresses, parseaddr
from email.message import Message
from twisted.internet.defer import inlineCallbacks