Display the hidden entry in showcontact

This commit is contained in:
Stacy Harper 2021-05-23 15:34:28 +02:00
parent c5c5537873
commit 0ec4280c8d
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -112,7 +112,7 @@ showcontact() {
PICKED="$(
echo "$ENTRIES" |
dmenu -c -l 5 -p "$icon_usr $name"
dmenu -c -l 6 -p "$icon_usr $name"
)"
if echo "$PICKED" | grep -q "List Messages"; then