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: Eric Abrahamsen
Subject: Re: multi-email gnus setup questions
Date: Fri, 25 Dec 2015 11:25:46 +0800
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

"B.V. Raghav" <bvraghav@iitk.ac.in> writes:

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

Good catch!




reply via email to

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