diff --git a/cmd/extract_accounts/extract_accounts.go b/cmd/extract_accounts/extract_accounts.go index 7b7ddab..5be8483 100644 --- a/cmd/extract_accounts/extract_accounts.go +++ b/cmd/extract_accounts/extract_accounts.go @@ -16,7 +16,7 @@ import ( var ( quiet = flag.Bool("q", false, "don't print status messages to stdout") debugLogFn = flag.String("debugLogFn", "/dev/null", "file to store debugging logs") - sentDirGlob = flag.String("sentGlob", "${HOME}/Maildir/.Sent/*/*", + sentDirGlob = flag.String("sentGlob", "${HOME}/Maildir/Sent/*/*", "Pattern for email sent files") addressDbFn = flag.String("addressDbFn", "${HOME}/.mutt/abook.db", "Location to store sqlite database of contacts")