tfix maildir path - spoon - [fork] customized build of spoon, the dwm status utility
(HTM) git clone git://src.adamsgaard.dk/spoon
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 568c3949f6922f2a250c0bf108ae6afedae319a9
(DIR) parent 740a2e1df564be8b156caafb08d3d69e3c9f1917
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 11 Apr 2021 01:31:02 +0200
fix maildir path
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -9,7 +9,7 @@ struct ent ents[] = {
{ .fmt = "%s", .read = fileexists, .arg = "/tmp/adcast.pid" },
{ .fmt = " %s", .read = fileread, .arg = "/tmp/radiostats" },
{ .fmt = " %s "SEP, .read = mpdread, .arg = &(struct mpdarg){ .host = NULL, .port = 0 } },
- { .fmt = "%s", .read = countread, .arg = "/home/ad/.mail/adamsgaard.dk/anders/new" },
+ { .fmt = "%s", .read = countread, .arg = "/home/ad/.mail/adamsgaard.dk/INBOX/new" },
{ .fmt = " %s "SEP, .read = xkblayoutread, .arg = NULL },
{ .fmt = " vol %s "SEP, .read = mixread, .arg = NULL },
/*{ .fmt = "[%s] ", .read = cpuread, .arg = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" },*/