After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 97778 - allow overwrite same name attachments on a per group basis
allow overwrite same name attachments on a per group basis
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.11.4
Other Linux
: Normal enhancement
: 0.13.3
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-11-05 21:44 UTC by segers
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
changes the filename uniquifier from "_<num>" to "_copy_<num>" (1.67 KB, patch)
2002-11-10 03:58 UTC, segers
none Details | Review

Description segers 2002-11-05 21:44:05 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.
Comment 1 segers 2002-11-08 00:56:50 UTC
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).
Comment 2 segers 2002-11-10 03:58:12 UTC
Created attachment 12211 [details] [review]
changes the filename uniquifier from "_<num>" to "_copy_<num>"
Comment 3 Charles Kerr 2002-11-27 15:07:27 UTC
What problem does this feature solve? :)
Comment 4 segers 2002-12-01 21:00:30 UTC
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_*)
Comment 5 Charles Kerr 2002-12-02 16:36:45 UTC
Okay, makes sense.