Update Sent folder default.
This commit is contained in:
parent
89e3b97cf7
commit
69eb9d09ec
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user