On Sat, Oct 08 2011, Dave Abrahams wrote: > I was writing some code that opened groups today and I was disturbed to > find that Gnus would do something different if I spelled the same group > in two different ways. My `gnus-select-method' is > > (nnimap "LocalIMAP" > (nnimap-address "localhost") (nnimap-user "dave") > (nnimap-server-port 9143) (nnimap-stream network)) IIUC, this is due to the primary/secondary methods mechanism, which add a prefix when methods are secondaries. Last time we spoke about that, the consensus was to remove this mechanism so there's not two ways of naming groups like you point out. But we never started doing it mainly because it can be tricky to not no break working setups. Maybe that's time to do it. -- Julien Danjou