summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/envelope.py')
-rw-r--r--alot/commands/envelope.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index 737a596f..26c2da49 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -236,7 +236,7 @@ class SendCommand(Command):
msg_position='left')) == 'no':
return
- clearme = ui.notify(u'constructing mail (GPG, attachments)\u2026',
+ clearme = ui.notify('constructing mail (GPG, attachments)\u2026',
timeout=-1)
try:
@@ -375,7 +375,7 @@ class EditCommand(Command):
ebuffer.rebuild()
# decode header
- headertext = u''
+ headertext = ''
for key in edit_headers:
vlist = self.envelope.get_all(key)
if not vlist:
@@ -664,7 +664,7 @@ class TagCommand(Command):
"""manipulate message tags"""
repeatable = True
- def __init__(self, tags=u'', action='add', **kwargs):
+ def __init__(self, tags='', action='add', **kwargs):
"""
:param tags: comma separated list of tagstrings to set
:type tags: str