mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 16:14:15 +01:00
[muttator] fix :contacts
This commit is contained in:
@@ -172,7 +172,7 @@ function Addressbook() //{{{
|
||||
else
|
||||
{
|
||||
let list = template.tabular(["Name", "Address"], [],
|
||||
[[util.clip(a[0], 50), address[1]] for ([, address] in Iterator(addresses))]
|
||||
[[util.clip(address[0], 50), address[1]] for ([, address] in Iterator(addresses))]
|
||||
);
|
||||
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user