From 0c0c72a8ede8e339ae05e9ce24e043713b01c486 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 3 Jul 2024 11:45:51 +0200 Subject: [PATCH 1/1] todoman fix, fix e-mail status, editor for email --- cal/.config/todoman/config.py | 6 ++++++ cal/.config/todoman/todoman.conf | 7 ------- config.h/slstatus/config.h | 4 ++-- email/.config/mutt/muttrc | 3 ++- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 cal/.config/todoman/config.py delete mode 100644 cal/.config/todoman/todoman.conf diff --git a/cal/.config/todoman/config.py b/cal/.config/todoman/config.py new file mode 100644 index 0000000..d64f018 --- /dev/null +++ b/cal/.config/todoman/config.py @@ -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 index 2c995d4..0000000 --- a/cal/.config/todoman/todoman.conf +++ /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 diff --git a/config.h/slstatus/config.h b/config.h/slstatus/config.h index f3a8ca6..6b330cd 100644 --- a/config.h/slstatus/config.h +++ b/config.h/slstatus/config.h @@ -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 diff --git a/email/.config/mutt/muttrc b/email/.config/mutt/muttrc index 714ecd2..b4c3d0c 100644 --- a/email/.config/mutt/muttrc +++ b/email/.config/mutt/muttrc @@ -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 -- 2.20.1