Gnus development mailing list
 help / color / mirror / Atom feed
* New group parameter move-to ?
@ 2002-02-27 12:57 Marco Lonsing
  2002-02-27 13:18 ` ShengHuo ZHU
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Marco Lonsing @ 2002-02-27 12:57 UTC (permalink / raw)


I'm using the following patch to gnus-sum.el to have a group local
variable which determines a default group where copy or move
operations should end up.
Maybe this feature can be incorporated into gnus and 
my-default-archive-group can be made a "real" group-parameter
customisable  via "G c".


---snip---
30a31,34
> ;;default move/copy-to-group
> (defvar my-default-archive-group nil "*copy/move into this group by default")
> (setq my-default-archive-group nil)
> 
8348c8352,8356
< 	     (symbol-value (intern (format "gnus-current-%s-group" action)))
---
>            ;;use my-default-archive-group if not nil
> 	     ;;(symbol-value (intern (format "gnus-current-%s-group" action)))
> 	     (if my-default-archive-group
>  		my-default-archive-group 
>  	        (symbol-value (intern (format "gnus-current-%s-group" action))))
---snip---


-- 
Marco Lonsing
Mathematik XI - Numerik	       email: Marco.Lonsing@ruhr-uni-bochum.de
Ruhr-Universitaet Bochum       phone: +49-234-32-23244
Universitaetsstr. 150	       fax  : +49-234-32-03244
D-44721 Bochum, GERMANY	       www  : http://www.ruhr-uni-bochum.de/num1/marco/



^ permalink raw reply	[flat|nested] 26+ messages in thread
* New group parameter move-to ?
@ 2002-02-27 12:57 Marco Lonsing
  0 siblings, 0 replies; 26+ messages in thread
From: Marco Lonsing @ 2002-02-27 12:57 UTC (permalink / raw)


I'm using the following patch to gnus-sum.el to have a group local
variable which determines a default group where copy or move
operations should end up.
Maybe this feature can be incorporated into gnus and 
my-default-archive-group can be made a "real" group-parameter
customisable  via "G c".


---snip---
30a31,34
> ;;default move/copy-to-group
> (defvar my-default-archive-group nil "*copy/move into this group by default")
> (setq my-default-archive-group nil)
> 
8348c8352,8356
< 	     (symbol-value (intern (format "gnus-current-%s-group" action)))
---
>            ;;use my-default-archive-group if not nil
> 	     ;;(symbol-value (intern (format "gnus-current-%s-group" action)))
> 	     (if my-default-archive-group
>  		my-default-archive-group 
>  	        (symbol-value (intern (format "gnus-current-%s-group" action))))
---snip---


-- 
Marco Lonsing
Mathematik XI - Numerik	       email: Marco.Lonsing@ruhr-uni-bochum.de
Ruhr-Universitaet Bochum       phone: +49-234-32-23244
Universitaetsstr. 150	       fax  : +49-234-32-03244
D-44721 Bochum, GERMANY	       www  : http://www.ruhr-uni-bochum.de/num1/marco/



^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2002-03-01  9:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-27 12:57 New group parameter move-to ? Marco Lonsing
2002-02-27 13:18 ` ShengHuo ZHU
2002-02-27 14:08   ` Marco Lonsing
2002-02-27 14:08   ` Marco Lonsing
2002-02-28 13:35   ` Marco Lonsing
2002-02-28 13:35   ` Marco Lonsing
2002-02-28 13:44     ` Sean Neakums
2002-02-28 13:47       ` Sean Neakums
2002-02-28 13:47       ` Sean Neakums
2002-02-28 13:44     ` Sean Neakums
2002-02-28 13:55     ` ShengHuo ZHU
2002-02-28 13:55     ` ShengHuo ZHU
2002-02-28 14:57       ` David S. Goldberg
2002-02-28 14:57       ` David S. Goldberg
2002-03-01  9:33       ` Marco Lonsing
2002-03-01  9:33       ` Marco Lonsing
2002-03-01  9:50         ` Marco Lonsing
2002-03-01  9:50         ` Marco Lonsing
2002-02-28 16:50     ` Kai Großjohann
2002-02-28 16:50     ` Kai Großjohann
2002-03-01  9:36       ` Marco Lonsing
2002-03-01  9:36       ` Marco Lonsing
2002-02-27 13:18 ` ShengHuo ZHU
2002-02-27 13:38 ` David S. Goldberg
2002-02-27 13:38 ` David S. Goldberg
  -- strict thread matches above, loose matches on Subject: below --
2002-02-27 12:57 Marco Lonsing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).