diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-02 10:19:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-02 10:19:41 +0800 |
commit | 999688300f903582b6e071b45080df2181cd21c0 (patch) | |
tree | 67a01f5889c2d445286459a10f798c011ab00925 /bin/mail | |
parent | 7b4973d458fc3b207309f242bef1d3f0b5404081 (diff) |
Diffstat (limited to 'bin/mail')
-rwxr-xr-x | bin/mail/deliver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mail/deliver.sh b/bin/mail/deliver.sh index abe5823..52c5d01 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
@@ -132,7 +132,7 @@ elif [[ "${LIST_ID}" =~ rjarry/aerc-discuss ]]; then | |||
132 | mailbox=zl/aerc | 132 | mailbox=zl/aerc |
133 | elif [[ "${LIST_ID}" =~ mutt-users.mutt.org ]]; then | 133 | elif [[ "${LIST_ID}" =~ mutt-users.mutt.org ]]; then |
134 | mailbox=zl/mutt | 134 | mailbox=zl/mutt |
135 | elif [[ "${LIST_ID}" =~ archlinux.org ]]; then | 135 | elif [[ "${RECEIVED}" =~ lists.archlinux.org ]]; then |
136 | mailbox=zl/arch | 136 | mailbox=zl/arch |
137 | elif [[ "${SUBJECT}" =~ 啟用 ]]; then | 137 | elif [[ "${SUBJECT}" =~ 啟用 ]]; then |
138 | mailbox=service | 138 | mailbox=service |