diff --git a/muttator/content/addressbook.js b/muttator/content/addressbook.js
index 696e2dac..ceb142cc 100644
--- a/muttator/content/addressbook.js
+++ b/muttator/content/addressbook.js
@@ -202,16 +202,9 @@ function Addressbook() //{{{
}
else
{
- let list = ":" + util.escapeHTML(commandline.command) + "
" +
- "
| Name | Address |
|---|---|
| " + displayName + " | " + mailAddr + " |