diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-05-05 00:19:08 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-05-05 00:19:08 +0800 |
commit | 6b05c36192b89deea17c93273e26a207aaa7ac61 (patch) | |
tree | 49608568d6a7459f8b8d15c872209dd2e0b66358 | |
parent | 7702cd1a6f708cea72c7fd16a520d7c036ff3ec7 (diff) |
Update
-rwxr-xr-x | bin/mail/deliver.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/mail/deliver.sh b/bin/mail/deliver.sh index 42d6aa5..bda6f5b 100755 --- a/bin/mail/deliver.sh +++ b/bin/mail/deliver.sh | |||
@@ -132,6 +132,8 @@ 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 | ||
136 | mailbox=zl/arch | ||
135 | elif [[ "${SUBJECT}" =~ 啟用 ]]; then | 137 | elif [[ "${SUBJECT}" =~ 啟用 ]]; then |
136 | mailbox=service | 138 | mailbox=service |
137 | elif [[ | 139 | elif [[ |