summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--widgets/msgviewer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/msgviewer.go b/widgets/msgviewer.go
index e676478..39ee637 100644
--- a/widgets/msgviewer.go
+++ b/widgets/msgviewer.go
@@ -425,7 +425,7 @@ func (pv *PartViewer) Draw(ctx *ui.Context) {
 	if pv.filter == nil {
 		// TODO: Let them download it directly or something
 		ctx.Fill(0, 0, ctx.Width(), ctx.Height(), ' ', tcell.StyleDefault)
-		ctx.Printf(0, 0, tcell.StyleDefault,
+		ctx.Printf(0, 0, tcell.StyleDefault.Foreground(tcell.ColorRed),
 			"No filter configured for this mimetype")
 		return
 	}
ame/INSTALL?h=v1.6.1&id=fff320285cfd4844547afac4056b788b2db3a2ee'>^
7582555b ^






94c5d83e ^


f51bd48a ^
















7582555b ^







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