From: Sergey Matveev Date: Tue, 7 Dec 2021 09:53:28 +0000 (+0300) Subject: No atime needed anymore for mailpath X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dcef22d0b3d69f8712b5556401356d512b145997;p=dotfiles.git No atime needed anymore for mailpath --- diff --git a/zsh/.zsh/rc/010mail.zsh b/zsh/.zsh/rc/010mail.zsh index ee26e44..395dcf8 100644 --- a/zsh/.zsh/rc/010mail.zsh +++ b/zsh/.zsh/rc/010mail.zsh @@ -1,6 +1,6 @@ mailpath=( - ~/mail/mbox"?Neue Nachrichten in =mbox" - ~/mail/arbeit"?Neue Nachrichten in =arbeit" + ~/mail/mbox/new"?Neue Nachrichten in =mbox" + ~/mail/arbeit/new"?Neue Nachrichten in =arbeit" ) alias arr="mutt -f =arbeit -e 'source ~/.mutt/accounts/stcnet.ru'" alias sent="mutt -f =sent-\`date '+%y-%m'\`"