[Desktop-packages] [Bug 106737] Re: Renaming folder to same name but different case not allowed

2022-10-13 Thread Bug Watch Updater
** Changed in: thunderbird Importance: Low => Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed

[Desktop-packages] [Bug 106737]

2021-12-16 Thread Mkmelin+mozilla
*** Bug 1746346 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2021-11-11 Thread Adrien-rybarczyk
Perhaps the title should be changed, as it also affects imap folders. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case

[Desktop-packages] [Bug 106737]

2021-11-11 Thread Vseerror
*** Bug 1739969 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2021-04-30 Thread Bugzilla2007
*** Bug 1708164 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Realgrouchy
I've noticed a problematic behaviour as a consequence of this bug, which I've described in Bug 104525, but since this thread is related and more active, I thought I should mention it here too: In TB 38.2.0 on OSX 10.10.5, when I try to rename a folder in a POP account, I do *not* get the error

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Jorgk-bmo
I did a bit of debugging. folderPane.js:2605, folder.rename(aName, msgWindow);, calls nsImapMailFolder::Rename() which calls nsImapService::RenameLeaf() and that opens this URL via GetImapConnectionAndLoadUrl(): "imap://u...@mail.com@server:143/rename>.INBOX.TestMessages>.INBOX.testMessages"

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Benc-q
Here are my notes - mostly a braindump for my own reference: Local Folders nsMsgLocalMailFolder::Rename() performs these steps: 1) calls nsIMsgPluggableStore::RenameFolder() to rename the raw filesystem artifacts: * mbox/maildir * any .sbd dir * .msf file (actually, I'm not

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Jorgk-bmo
(In reply to Ben Campbell from comment #140) > It does fit in quite nicely with what I've been looking at with the > EmptyTrash() implementation, so I'm happy to look at it ... Thanks. I was in to minds and almost about to cancel the NI since this is going ((too) far) into IMAP. But then on the

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Benc-q
It does fit in quite nicely with what I've been looking at with the EmptyTrash() implementation, so I'm happy to look at it (and in fact, I just spent a couple of hours poking through the code from where Jorg left off - I'll write up my thoughts). I can run a profile off a vfat filesystem (usb

[Desktop-packages] [Bug 106737]

2020-12-01 Thread UlfZibis
(In reply to Thomas D. (currently busy elsewhere; needinfo?me) from comment #131) > The only scenario where this might fail are extra long nested folder names > at the limit, where we might fail to create the tmp target folder if the tmp > path gets too long or such. To avoid this, you could just

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Sherman-m
Postbox would be willing to sponsor the development of this fix if anyone would like to work on this. Requirements: * Cannot be structured as an add-on (as those are no longer supported in Postbox) * Cannot rely on changes or APIs made after 52.8 (as Postbox is currently based on this version)

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Acelists
I'd think that is would even be the final solution, not a workaround. We can never know what filesystem we are really on (even if we knew, we do not know all the limit or all exotic systems). We must just try it. On any system, if we detect the new name only changes in case, do the renaming dance

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Jorgk-bmo
Created attachment 9013294 92165-v2.patch - rebased again Carrying forward Kent's r-. This actually works fine for a local folder, but it doesn't work for IMAP. If you rename folder "Tests" to "tests" you end up with two versions in the UI. In the subscribe dialogue you only get "tests" and

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Vseerror
*** Bug 1485853 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Alta88-t
*** Bug 1287718 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2020-12-01 Thread Bugzilla2007
Aceman, given the high popularity of this bug, can't we use the workaround as an interim fix when renaming foo to Foo: sourcefolder=foo targetfolder=Foo if (lcase(sourcefolder) == lcase(targetfolder)) { - first rename foo to foo.tmp_random - then rename foo.tmp_random to Foo } Renaming folders

[Desktop-packages] [Bug 106737]

2014-12-02 Thread Acelists
(In reply to Larry Xiao from comment #128) (In reply to Glenn Glazer from comment #124) Thirteen YEARS and counting. I wish people would spend even half the effort they spend on marking duplicate bugs on actually fixing the bug. The problem is, those are not the same people... -- You

[Desktop-packages] [Bug 106737]

2014-12-02 Thread Glenn-glazer
(In reply to :aceman from comment #129) (In reply to Larry Xiao from comment #128) (In reply to Glenn Glazer from comment #124) Thirteen YEARS and counting. I wish people would spend even half the effort they spend on marking duplicate bugs on actually fixing the bug. The problem

[Desktop-packages] [Bug 106737]

2014-12-01 Thread Larry Xiao
Same here, on thunderbird 31.3.0 (In reply to spam from comment #127) this bug was reported 13 years ago. seems like this is mozillas duke nukem. just wanted to report, that today i was confrontated with that bug too. (In reply to Glenn Glazer from comment #124) Thirteen YEARS and counting.

[Desktop-packages] [Bug 106737]

2014-11-24 Thread Lpam
this bug was reported 13 years ago. seems like this is mozillas duke nukem. just wanted to report, that today i was confrontated with that bug too. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2014-09-11 Thread Bugzilla-tf
*** Bug 1065260 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2014-08-30 Thread Glenn-glazer
Thirteen YEARS and counting. I wish people would spend even half the effort they spend on marking duplicate bugs on actually fixing the bug. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2014-08-30 Thread Vseerror
updating status to reflect reality, so someone else feels free to take up the draft patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same

[Desktop-packages] [Bug 106737] Re: Renaming folder to same name but different case not allowed

2014-08-30 Thread Bug Watch Updater
** Changed in: thunderbird Status: In Progress = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2014-08-15 Thread Bugzillamozillaorg-serge-20140323
*** Bug 270726 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2014-07-06 Thread Euryalus-0
*** Bug 958572 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2014-06-15 Thread Cgiraud
Still an issue in TB 24.5.0, Linux x86_84. Walk around: to rename abc to Abc, first rename abc to xxx and then xxx to Abc. Folder to be renamed should be excluded from existing folder list when comparing with new name. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 106737]

2014-02-10 Thread Vseerror
*** Bug 968646 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2013-10-02 Thread Klonos
...still an issue in TB 26 :/ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed Status in Mozilla

[Desktop-packages] [Bug 106737]

2013-04-10 Thread Acelists
*** Bug 859701 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2013-02-13 Thread M-wada
*** Bug 840288 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2012-11-15 Thread Acelists
*** Bug 810740 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2012-10-12 Thread Kent-caspia
Comment on attachment 645623 Proposed patch Sorry this review took so long, between critical TB 17 bugs and build problems its been hard to fit this in. Testing on Windows 7, this patch does not work. When I rename folder test to Test, I end up with both test and Test in the folder pane. There

[Desktop-packages] [Bug 106737]

2012-10-12 Thread Kent-caspia
Created attachment 670441 Unbitrotted patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed Status in

[Desktop-packages] [Bug 106737]

2012-10-04 Thread R-root-packet
I can confirm the same issue on Thunderbird 15.0.1, Mozilla 5.0 on Debian 6.0.5. Thunderbird is installed from Mozilla and not the Debian repos. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2012-08-06 Thread M04y68q005s-adam
I can take a look when I have a chance; do you know how I'd test that? Is it used for IMAP/POP/something else? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title:

[Desktop-packages] [Bug 106737]

2012-08-06 Thread Mozilla-ex
(In reply to Adam Rosenfield from comment #111) I can take a look when I have a chance; do you know how I'd test that? Is it used for IMAP/POP/something else? I'd suggest writing an xpcshell test for this general feature. That would make testing maildir support fairly straightforward. -- You

[Desktop-packages] [Bug 106737]

2012-07-31 Thread Acelists
Adam, can you check the maildir code in mailnews/local/src/nsMsgMaildirStore.cpp as David points out too? Otherwise the patch might not pass review. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2012-07-29 Thread Acelists
We need somebody to test the patch on Windows. On the other OSes it is fine to change the case of a file name (representing the folder) on the filesystem level. Changed case means different name. But what happens on Windows? -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 106737]

2012-07-29 Thread M04y68q005s-adam
FWIW the default file system option on Mac OS X (which I tested) is case-insensitive, but yes, someone should absolutely test on Windows. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2012-07-28 Thread Mozilla-ex
maildir might need the same kind of change, if it checks for folder existance in the same way before adding a sub-folder. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737

[Desktop-packages] [Bug 106737]

2012-07-27 Thread M04y68q005s-adam
I'll see what I can do for a test, but since I'm doing this in my spare time I can't promise any expediency (not that anyone expects that here given the age of this bug...). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in

[Desktop-packages] [Bug 106737]

2012-07-26 Thread M04y68q005s-adam
(In reply to :aceman from comment #97) Oh, nice present :) Does mailnews/local/src/nsMsgMaildirStore.cpp need a similar touch like nsMsgBrkMBoxStore.cpp ? I don't know, I'm not familiar enough with the code base. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 106737]

2012-07-26 Thread Acelists
Neither am I:) I just think that the implementation of maildir-lite can have the same problem as the mbox implementation (that you changed). I'll try the patch soon on Linux. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird

[Desktop-packages] [Bug 106737]

2012-07-26 Thread Acelists
Comment on attachment 645623 Proposed patch Great, works for me on mbox store on Linux. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name

[Desktop-packages] [Bug 106737]

2012-07-26 Thread Acelists
Adam, welcome to bugzilla and we welcome your patches:) Do you know whom to request review from? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to

[Desktop-packages] [Bug 106737]

2012-07-26 Thread M04y68q005s-adam
(In reply to :aceman from comment #102) Do you know whom to request review from? No clue, any suggestions? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming

[Desktop-packages] [Bug 106737]

2012-07-26 Thread Acelists
You can find reviewers here: https://wiki.mozilla.org/Modules . Just find the module the bug is in (as seen in the Product + Component fields). Of course there are some outdated data and people overlapping modules. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 106737]

2012-07-26 Thread Joshua Cranmer
The patch, at a minimum, needs a test. I don't know if a mozmill test or a xpcshell test would be better here. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title:

[Desktop-packages] [Bug 106737] Re: Renaming folder to same name but different case not allowed

2012-07-26 Thread Bug Watch Updater
** Changed in: thunderbird Status: Confirmed = In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2012-07-25 Thread Acelists
Yes, this affects Linux too (with POP3 account). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed Status

[Desktop-packages] [Bug 106737]

2012-07-25 Thread M04y68q005s-adam
Created attachment 645623 Proposed patch Happy 11th birthday! I have for you a present. Feedback welcome. The bug has nothing to do with case-insensitive file systems (the underlying file renames are performed with rename(2) on Linux/OS X and MoveFileExW on Windows, which can handle case

[Desktop-packages] [Bug 106737]

2012-07-25 Thread Acelists
Oh, nice present :) Does mailnews/local/src/nsMsgMaildirStore.cpp need a similar touch like nsMsgBrkMBoxStore.cpp ? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title:

[Desktop-packages] [Bug 106737]

2012-07-25 Thread DGDanforth
Ah, from a 'user' point of view presenting code is not a solution. This needs to be incorporated into the next Fire bird release. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2012-07-07 Thread bowlingb
This appears to still be an issue in 13.0.1. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed Status in

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Pshoplifter
This bug has been reported 11 years ago (!), and is still there. It is almost funny... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Stfkerman
I wish I could participate in your generosity of spirit. But it's clear that their priorities are to produce new poorly tested versions with even more blatant bugs that show up within 15 minutes of installation. They can't be bothered fixing the old bugs. That's why I don't bother reporting bugs

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Stfkerman
I wish I could participate in your generosity of spirit. But it's clear that their priorities are to produce new poorly tested versions with even more blatant bugs that show up within 15 minutes of installation. They can't be bothered fixing the old bugs. That's why I don't bother reporting bugs

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Megachromulent
This is fixed on Linux Mint 13 with Thunderbird 13.0.1 using IMAP... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Strawpad4
Oh come on. I know it's annoying that some bugs linger for such a long time, but on the other hand a) this bug is an extremely minor nuisance with a trivial workaround b) on the whole, Thunderbird is an excellent piece of software that I've enjoyed using for many years now. I think it's

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Joshua Cranmer
(In reply to Megac from comment #86) This is fixed on Linux Mint 13 with Thunderbird 13.0.1 using IMAP... This bug is only an issue on case-insensitive filesystems, so it pretty much affects only Windows. To everyone else: it is known that this is an issue. Complaining about this bug will not

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Jean-Philippe Fleury
(In reply to Joshua Cranmer [:jcranmer] from comment #91) This bug is only an issue on case-insensitive filesystems, so it pretty much affects only Windows. It doesn't only affect Windows. I have this bug on GNU/Linux, and see the bug description: Platform: All All. -- You received this bug

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Stfkerman
Only affects Windows, huh... Are there statistics somewhere on how many Windows downloads have occurred over time VS other operating environments? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2012-07-07 Thread Acelists
And this bug is not dead, see comment 84. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed Status in

[Desktop-packages] [Bug 106737]

2012-03-27 Thread The-invincible
rename from bug to Bug is still not possible in thunderbird 11.0. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2012-03-27 Thread Acelists
This seems very similar to bug 66763. I think a very similar approach and code could be used here. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to

[Desktop-packages] [Bug 106737]

2012-03-17 Thread Steve-si9yrl01qsu4
Just wanted to point out that this bug is still valid in 12.0b1 - Just for grins and giggles I've downloaded the source. - Windows 7 64-bit -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 106737]

2012-01-26 Thread Acelists
*** Bug 589532 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2012-01-26 Thread Acelists
David is probably not working on this. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed Status in Mozilla

[Desktop-packages] [Bug 106737]

2012-01-18 Thread Mkmelin+mozilla
*** Bug 718940 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not

[Desktop-packages] [Bug 106737]

2011-09-16 Thread edam
Happy 10-year anniversary! :o) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/106737 Title: Renaming folder to same name but different case not allowed Status in Mozilla