Quoth Reiner Steib <[EMAIL PROTECTED]>: > IIRC, expiry only happens on group exit. Maybe you need to simulate > entering and quitting the group: > > (defun rs-gnus-enter-and-quit-group () > (interactive) > (gnus-group-quick-select-group 0 "nnml:blackhole") > (gnus-summary-exit))
Thanks Reiner. This looks like just what I needed. I can add this to gnus-exit-gnus-hook and that should be that. >> I just want mail split to 'blackhole' to disappear. > > How about using `junk' in `nnmail-split-fancy'? > > ,----[ (info "(gnus)Fancy Mail Splitting") ] > | `junk' > | If the split is the symbol `junk', then don't save (i.e., delete) > | this message. Use with extreme caution. > `---- Hmm. Interesting. Will investigate. Thanks again. Sebastian _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
