info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multi-email gnus setup questions


From: B.V. Raghav
Subject: Re: multi-email gnus setup questions
Date: Fri, 25 Dec 2015 08:48:17 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

> (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]