projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230e811
)
No atime needed anymore for mailpath
author
Sergey Matveev <stargrave@stargrave.org>
Tue, 7 Dec 2021 09:53:28 +0000 (12:53 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:14 +0000 (14:35 +0300)
zsh/.zsh/rc/010mail.zsh
patch
|
blob
|
history
diff --git
a/zsh/.zsh/rc/010mail.zsh
b/zsh/.zsh/rc/010mail.zsh
index ee26e4484eedaec769f0f3eceaaddad4b470849b..395dcf82a19c2523826fce680554e864803e593d 100644
(file)
--- 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'\`"