about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 8dfd473f..246dc336 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -710,6 +710,10 @@ cons_show_account(ProfAccount *account)
         g_string_free(always, TRUE);
     }
 
+    if (account->pgp_keyid) {
+        cons_show   ("PGP Key ID        : %s", account->pgp_keyid);
+    }
+
     cons_show       ("Priority          : chat:%d, online:%d, away:%d, xa:%d, dnd:%d",
         account->priority_chat, account->priority_online, account->priority_away,
         account->priority_xa, account->priority_dnd);
div>
ff8ec9bc ^
099f0d5d ^
ff8ec9bc ^
418ea7d3 ^
ff8ec9bc ^
90538f23 ^
71e4f381 ^
90538f23 ^
ff8ec9bc ^
90538f23 ^
ff8ec9bc ^
6488bfcf ^
ff8ec9bc ^

90538f23 ^
ff8ec9bc ^
90538f23 ^
f7746778 ^
69e477b1 ^
f7746778 ^
531f14c9 ^
de013be7 ^
71e4f381 ^
da438fa9 ^
71e4f381 ^

69e477b1 ^

56c92481 ^
c26aef11 ^
69e477b1 ^
7205c246 ^
69e477b1 ^

56c92481 ^
c26aef11 ^
56c92481 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56