* mail-source.el (mail-sources): IMAP predicate is a string.
(mail-sources): Add default values for IMAP mailbox, predicate and
fetchflag.
,@mail-source-imap-authenticators))
(group :inline t
(const :format "" :value :mailbox)
- (string :tag "Mailbox"))
+ (string :tag "Mailbox"
+ :value "INBOX"))
(group :inline t
(const :format "" :value :predicate)
- (function :tag "Predicate"))
+ (string :tag "Predicate"
+ :value "UNSEEN UNDELETED"))
(group :inline t
(const :format "" :value :fetchflag)
- (string :tag "Fetchflag"))
+ (string :tag "Fetchflag"
+ :value "\\Deleted"))
(group :inline t
(const :format ""
:value :dontexpunge)