From f1784af730f50beef974a8a7a4507b9812c2260f Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 3 Mar 2022 12:33:13 -0500 Subject: [PATCH] disable copilot, add quick to offlineimap --- dot_offlineimaprc | 2 ++ private_dot_mutt/vimrc | 1 + 2 files changed, 3 insertions(+) diff --git a/dot_offlineimaprc b/dot_offlineimaprc index d9ca3e5..632fd6e 100644 --- a/dot_offlineimaprc +++ b/dot_offlineimaprc @@ -8,6 +8,7 @@ localrepository = arachnitech-Local remoterepository = arachnitech-Remote postsynchook = notmuch new autorefresh = 5 +quick = 10 [Repository arachnitech-Remote] type = IMAP @@ -26,6 +27,7 @@ restoreatime = no localrepository = franklin-Local remoterepository = franklin-Remote autorefresh = 5 +quick = 10 postsynchook = notmuch new diff --git a/private_dot_mutt/vimrc b/private_dot_mutt/vimrc index 3319feb..5b90409 100644 --- a/private_dot_mutt/vimrc +++ b/private_dot_mutt/vimrc @@ -1,3 +1,4 @@ set textwidth=0 set wrapmargin=0 set spell spelllang=en_us +Copilot disable