From: Mart Lubbers Date: Wed, 3 Jul 2024 09:45:51 +0000 (+0200) Subject: todoman fix, fix e-mail status, editor for email X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=0c0c72a8ede8e339ae05e9ce24e043713b01c486;hp=4aa1d562040dbbb81c28348168e96273b088efb2;p=dotfiles.git todoman fix, fix e-mail status, editor for email --- 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