From ea3114c4cfb40a18dd5ec6808a1a55cf73cfe35f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 Jul 2020 00:19:20 +1200 Subject: Correct a spelling error in a comment --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index f276cb92..2aaf5eb2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ " Tom Ryder (tejr)’s Literate Vimrc " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " -" Last updated: Wed, 10 Jun 2020 22:41:57 UTC +" Last updated: Wed, 08 Jul 2020 12:19:04 UTC " " │ And I was lifted up in heart, and thought " │ Of all my late-shown prowess in the lists, @@ -330,7 +330,7 @@ filetype plugin indent on " There are a couple of contexts in which it's useful to reload filetypes for " the current buffer, quietly doing nothing if filetypes aren't enabled. " We'll set up a user command named :ReloadFileType to do this, with -" an autloaded function backing it. +" an autoloaded function backing it. " command! -bar ReloadFileType \ call reload#FileType() -- cgit v1.2.3 From 130ea720cbc4db0a213137d43cb1d97b5da88f62 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 15 Jul 2020 20:38:33 +1200 Subject: Sort messages in Mutt by date received, not sent --- mutt/muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/muttrc b/mutt/muttrc index 11efc4bb..c42834f0 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -275,7 +275,7 @@ macro generic,index,browser,pager \\R '\ # "date". # set sort = threads -set my_sort_alt = date +set my_sort_alt = date-received macro index \\t '\ set my_sort_tmp = $sort\ set sort = $my_sort_alt\ -- cgit v1.2.3 From b8bb0b04b3cf6a6d2e619726863c90ca6888e9a2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 15 Jul 2020 20:38:49 +1200 Subject: Sort threads in Mutt by last message date received --- mutt/muttrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mutt/muttrc b/mutt/muttrc index c42834f0..201a41f7 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -284,6 +284,11 @@ macro index \\t '\ set ?sort' \ "Toggle thread display" +# When threads are on, sort them by the date the most recent message within +# them was received. +# +set sort_aux = last-date-received + # Set a few simple colors just for a quick visual cue of which tool I'm looking # at and for some visual distinction between text, signature, and quote. The # navigation bar is a nice dark green. -- cgit v1.2.3 From 26e4fcf411a103d95cff76f02f55de0f1c4def76 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 15 Jul 2020 20:39:01 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 08662775..2334a69d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v10.2.0 -Wed, 08 Jul 2020 09:55:12 +0000 +tejr dotfiles v10.3.0 +Wed, 15 Jul 2020 08:39:01 +0000 -- cgit v1.2.3