todoman fix, fix e-mail status, editor for email
authorMart Lubbers <mart@martlubbers.net>
Wed, 3 Jul 2024 09:45:51 +0000 (11:45 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 3 Jul 2024 09:45:51 +0000 (11:45 +0200)
cal/.config/todoman/config.py [new file with mode: 0644]
cal/.config/todoman/todoman.conf [deleted file]
config.h/slstatus/config.h
email/.config/mutt/muttrc

diff --git a/cal/.config/todoman/config.py b/cal/.config/todoman/config.py
new file mode 100644 (file)
index 0000000..d64f018
--- /dev/null
@@ -0,0 +1,6 @@
+path = "~/.local/share/vdirsyncer/tasks/*"
+humanize = True
+default_list = "default"
+default_due = 0
+date_format = "%Y-%m-%d"
+time_format = "%H:%M"
diff --git a/cal/.config/todoman/todoman.conf b/cal/.config/todoman/todoman.conf
deleted file mode 100644 (file)
index 2c995d4..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[main]
-path = ~/.local/share/vdirsyncer/tasks/*
-humanize = true
-default_list = default
-default_due = 0
-date_format = %Y-%m-%d
-time_format = %H:%M
index f3a8ca6..6b330cd 100644 (file)
@@ -66,9 +66,9 @@ static const struct arg args[] = {
        /* function format          argument */
        { temp,          " ðŸŒ¡ %s°C | ",
                "/sys/class/thermal/thermal_zone1/temp"},
-       { num_files,     "N✉ %s | ",
+       { num_files,     "✉ (%s, ",
                "/home/mrl/.local/share/offlineimap/mail/net/INBOX/new" },
-       { num_files,     "R✉ %s | ",
+       { num_files,     "%s) | ",
                "/home/mrl/.local/share/offlineimap/mail/ru/INBOX/new" },
        { keymap,        "%s | ",          NULL },
 #ifdef LAPTOP
index 714ecd2..b4c3d0c 100644 (file)
@@ -59,6 +59,7 @@ set include=yes
 set delete=yes
 set confirmappend=no
 set fast_reply=yes
+set mark_old=no
 
 # Display options
 unset wait_key
@@ -66,7 +67,7 @@ unset markers
 set sort_browser=alpha
 set sort=threads
 set sort_aux=date
-set editor="vim -c '%'"
+set editor="vim"
 set duplicate_threads=yes
 ignore headers *
 unignore headers from to subject date cc