GNOME Bugzilla – Bug 97778
allow overwrite same name attachments on a per group basis
Last modified: 2004-12-22 21:47:04 UTC
I would like Pan to overwrite same name attachments from one group (alt.binaries.emulators.mame). I like the fact that it does not default to this activity, but I would like the option to do so. I would like a checkbox to this effect in the group properties dialog (right click on the group name and choose properties). Perhaps a "do it to all groups on all servers" in the preferences dialog with info to point you to the other place would also be good.
As an alternate solution which is probably easier to implement, how about making the filename modification something easy to grep for like "_copy_<number>" instead of the current "_<number>". I'll go see if I can do it, and post a patch if I can (I am not a programmer).
Created attachment 12211 [details] [review] changes the filename uniquifier from "_<num>" to "_copy_<num>"
What problem does this feature solve? :)
I am downloading from alt.binaries.emulators.mame and I need a way to remove the copies, but some of the files I want to keep have an underscore in their name. My patch allows an easy way to get rid of duplicates in this situation (rm *_copy_*)
Okay, makes sense.
Fixed in cvs for 0.13.2.91: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=task-save.c&rev1=1.27&rev2=1.28&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan/base&command=DIFF_FRAMESET&file=decode.c&rev1=1.50&rev2=1.51&root=/cvs/gnome