Skip to content

Commit 60762e3

Browse files
committed
docs: add changelog for #194 (thanks @salmonumbrella)
1 parent e593322 commit 60762e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Added
6+
7+
- Gmail: add `--exclude-labels` to `watch serve` (defaults: `SPAM,TRASH`). (#194) — thanks @salmonumbrella.
8+
39
## 0.9.0 - 2026-01-22
410

511
### Highlights

internal/cmd/gmail_watch_cmds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ type GmailWatchServeCmd struct {
204204
HookToken string `name:"hook-token" help:"Webhook bearer token"`
205205
IncludeBody bool `name:"include-body" help:"Include text/plain body in hook payload"`
206206
MaxBytes int `name:"max-bytes" help:"Max bytes of body to include" default:"20000"`
207-
ExcludeLabels string `name:"exclude-labels" help:"Comma-separated list of Gmail label IDs to exclude from hook payload (e.g. SPAM,TRASH). Set to empty string to disable." default:"SPAM,TRASH"`
207+
ExcludeLabels string `name:"exclude-labels" help:"List of Gmail label IDs to exclude from hook payload (e.g. SPAM,TRASH,Label_123). Set to empty string to disable." default:"SPAM,TRASH"`
208208
SaveHook bool `name:"save-hook" help:"Persist hook settings to watch state"`
209209
}
210210

0 commit comments

Comments
 (0)