aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-01-04 17:23:12 +0800
committerGuangxiong Lin <[email protected]>2023-01-04 17:23:12 +0800
commit1b38b310c639cbac220f7573a0b62b4174cdf3ca (patch)
treec6728b19bce866a5acc4aa9a108d6085efbb87e0
parent81021d8b3e82ccf0c4caebac9b7e2ba5f55ad0a4 (diff)
downloaddotfiles-1b38b310c639cbac220f7573a0b62b4174cdf3ca.tar.gz
dotfiles-1b38b310c639cbac220f7573a0b62b4174cdf3ca.tar.bz2
dotfiles-1b38b310c639cbac220f7573a0b62b4174cdf3ca.zip
Update mail related config
-rw-r--r--.msmtprcbin529 -> 0 bytes
-rw-r--r--.mutt/muttrc1
-rw-r--r--crontab4
-rwxr-xr-xscripts/bootstrap.sh7
4 files changed, 6 insertions, 6 deletions
diff --git a/.msmtprc b/.msmtprc
deleted file mode 100644
index 326169b..0000000
--- a/.msmtprc
+++ /dev/null
Binary files differ
diff --git a/.mutt/muttrc b/.mutt/muttrc
index 43f8303..0c02e35 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -2,6 +2,7 @@ set mbox_type=Maildir
set folder="~/.maildir"
set header_cache="~/.cache/mutt"
set mailcap_path="~/.mutt/mailcap"
+set timeout=60
# index
set sort=threads
diff --git a/crontab b/crontab
index a2c65b3..0541790 100644
--- a/crontab
+++ b/crontab
@@ -1,6 +1,6 @@
*/30 * * * * command -v newsboat > /dev/null && newsboat -x reload
-*/10 * * * * ~/bin/mailsync
+* * * * * ~/bin/mailsync
*/10 * * * * command -v vdirsyncer > /dev/null && vdirsyncer sync
-00 */3 * * * command -v trash-empty > /dev/null && /usr/bin/trash-empty -f 30
+00 */3 * * * command -v trash-empty > /dev/null && /usr/bin/trash-empty -f 30
00 * * * * [ -e ~/.fehbg ] && DISPLAY=:0 ~/.fehbg
00 * * * * command -v anacron > /dev/null && /usr/sbin/anacron -t ~/.dotfiles/anacrontab -S ~/.cache/anacron/spool
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index f37b378..162c854 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -12,15 +12,14 @@ remove_and_link () {
continue
fi
- rm -rf $HOME/$var
- ln -s $dotfiles_dir/$var $HOME/$var
- echo "Linked: $HOME/$var -> $dotfiles_dir/$var"
+ rm -v -rf $HOME/$var
+ ln -v -s $dotfiles_dir/$var $HOME/$var
done
}
link_all () {
remove_and_link .ctags.d .mutt bin .aliases .macos \
- .mbsyncrc .msmtprc .tmux.conf .urlview .zshrc \
+ .tmux.conf .urlview .zshrc \
.vimrc .vim .path .functions .emacs.d .gitconfig \
.config/i3 .config/polybar .xinitrc .pam_environment \
.zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc .zplugrc \