On 4 March 2010 09:56, TimDaly <[email protected]> wrote: > For the other groups that I subscribe to, the email subjects are > always prefixed with the group name, e.g. > > Re: [sage-devel] This is the mail subject > > This makes it possible to reliably group the emails into folders. > Is it possible to do the same for Clojure and Clojure-dev?
The headers already contain these (amongst others) that can reliably (even more so than the subject) be used to group emails into folders: Mailing-list: list [email protected]; contact [email protected] List-ID: <clojure.googlegroups.com> Sender: [email protected] e.g. in gmail I use the following filter: Matches: list:(<clojure.googlegroups.com>) Do this: Skip Inbox, Apply label "clojure" -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
