Tag Archives: email

Yosemite Mail: Benachrichtigungen ausschalten

Es ist nicht intuitiv, dass man die Benachrichtigen über eingegangene Emails nicht direkt in den Optionen des Mailprogramme ausschalten kann. Continue reading Yosemite Mail: Benachrichtigungen ausschalten

Corrupted large inbox file in Thunderbird

I hope that will never happen to you but when reorganisating my email (from filtered subsets to virtual folder) a large inbox file with ~9000 emails and 1,2 Gb became corrupted.

Spending more than 3 hours on that file, I finally came across Emailchemy that could split the inbox file in chunks of 1000 emails that could re-imported. During this incident, I also found also eml2mbx that allowed to import my cms/vms elm (1991-1992) and windows vines (1993-1997) emails.

virus.png

Another benefit: My anti virus program repeatedly complained about a virus sitting in an old email folder. Splitting up now this folder in a separate directory allowed to identify the email that had a script attached.

Undocumented Thunderbird function – help needed

For documenting a research project I want to insert quick links to previous emails. Clicking a link should kickstart Thunderbird and go directly to a known message. Mozilla.org says

Athough Google desktop is able to do it, there is no clear API to instruct Thunderbird to display a given email stored in its mail box (knowing the folder & message ID)

Here is how Google Desktop Search (GDS) links to an email

gsdurl.png

What I have found out so far by comparing different links

(1) is the fixed parameter relating to my hard disk??
(2) is a variable parameter relating to the physical location of my \daten\Mail\thunderbird\imap\INBOX file??
(3) is the unique Message-ID that may be seen in Thunderbird with the View Header plugin
(4) the variable salt/seed value that is stored in the registry at HKEY_CURRENT_USER\\Google\\CustomSearch\\Google Desktop Search\\Url which may be retrieved with a 2 line perl script.

So I am ready to construct URLs that link to an email by using GDS. This is, however, not very elegant. Isn’t there any other way (maybe by a Thunderbird extension) to construct and follow links directly to emails? Can somebody trace with Sysinternals Process Explorer what GDS spits out and follow it up at XUL planet ?