Closed Bug 1308858 Opened 8 years ago Closed 8 years ago

TB does not recognize file system events for files in attachment list (MAC OS)

Categories

(Thunderbird :: Message Compose Window, enhancement)

45 Branch
x86_64
macOS
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 722094

People

(Reporter: stefan, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160916101415

Steps to reproduce:

I added a couple of attachments to a new mail.
Then I moved the file to another directory.


Actual results:

TB did not find the files afterwards.


Expected results:

TB should have reacted on the respective file system event, using FSEvents or KQueue.

see https://developer.apple.com/library/content/documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html

for an example in perl see here
http://stackoverflow.com/questions/11123007/check-which-files-have-changed-in-macfsevents-in-perl
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
It's a common problem on all platforms that if you move an attachment, it can't be found any more.

TB is a cross-platform application which runs on Windows, Mac and Linux and a single-platform solution won't get implemented.

WONTFIX, Magnus?
Severity: normal → enhancement
Flags: needinfo?(mkmelin+mozilla)
(In reply to Jorg K (GMT+2) from comment #1)
> It's a common problem on all platforms that if you move an attachment, it
> can't be found any more.

Mac users don't have common problems :-p

On Mac OS it's this is not a problem, ist is a common standard 
to follow up file changes (location & content). Even MS does it ...
Rather than keeping track of the the file moving, the way forward should be to attach when you attach.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(mkmelin+mozilla)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.