aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/smtp/SenderPicker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/smtp/SenderPicker.cpp')
-rw-r--r--src/ui/smtp/SenderPicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/smtp/SenderPicker.cpp b/src/ui/smtp/SenderPicker.cpp
index 1cbd409f..fcd3ba61 100644
--- a/src/ui/smtp/SenderPicker.cpp
+++ b/src/ui/smtp/SenderPicker.cpp
@@ -33,7 +33,7 @@ GpgFrontend::UI::SenderPicker::SenderPicker(const KeyId& current_key_id,
connect(confirm_button, SIGNAL(clicked(bool)), this, SLOT(accept()));
// Setup KeyList
- key_list_ = new KeyList(false, this);
+ key_list_ = new KeyList(KeyMenuAbility::NONE, this);
key_list_->addListGroupTab(
_("Sender"), KeyListRow::ONLY_SECRET_KEY,
KeyListColumn::NAME | KeyListColumn::EmailAddress,