> (setq nnmail-expiry-target 'my-expire-gmail-imap-message)
> (defun my-expire-gmail-imap-message (group)
>   "In gmail-based imap groups, expiry should happen by moving the
>   message to the corresponding [Gmail]/Bin folder."
>   (if (string-match "nnimap\\+\\(homemail\\|workmail\\|funmail\\):" group)
>     (format "nnimap+%s:[Gmail]\Bin" (match-string 1 group))
    ;;                          ^ should this be a forward slash `/'
    ;;                            that is [Gmail]/Bin
    ;;                            instead of backslash `\' in [Gmail]\Bin

>   'delete))


-- 
(B.V. Raghav)

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to