リストコマンドは実際に意味を成すようになりました
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: https://svn.yakumo.dev/yakumo.izuru/rin/trunk@3 5f6c6692-7da8-c640-9b4f-fb22b0af4e5b
This commit is contained in:
parent
7bec762e6e
commit
31f73eeec9
4
rin
4
rin
@ -34,8 +34,8 @@ fn_fetch() {
|
||||
# List messages on a Maildir
|
||||
# Arguments: <account>
|
||||
fn_list() {
|
||||
minc -q "$@"
|
||||
mlist -s "$@" | msort -dr | mthread -r | mseq -S | mscan
|
||||
minc -q "$HOME/Mail/$@/INBOX"
|
||||
mlist -s "$HOME/Mail/$@/INBOX" | msort -dr | mthread -r | mseq -S | mscan
|
||||
}
|
||||
# Print an usage note
|
||||
# Triggered if the assistant is called without any arguments.
|
||||
|
Loading…
x
Reference in New Issue
Block a user