Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Wikipedia:Reference desk/Archives/Computing/2021 October 29

From Wikipedia, the free encyclopedia
Computing desk
< October 28 << Sep | October | Nov >> October 30 >
Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


October 29

[edit]

Thunderbird recovery

[edit]

My Mac crashed overnight and the last 4½ months' mail vanished from my Thunderbird inbox. But I have copious Time Machine backups, so can I (without endangering new mail) import the missing mail from some file in there? —Tamfang (talk) 01:51, 29 October 2021 (UTC)reply

Do you see an mbox file in your profile? The mailbox is stored as a single file, and I think Time Machine is not cognizant of the format used. So you could restore the mailbox, but this would overwrite the newer messages. Do not yet give up all hope; this question on how to merge two separate mailboxes into one Thunderbird inbox got an answer. While described for Windows, I think the ImportExportTools add-on is also available on macOS. Make sure you make a backup of the current mailbox before you engage Time Machine.  --Lambiam 04:33, 29 October 2021 (UTC)reply
If by "your profile" you mean ~/Library/Thunderbird/Profiles/[redacted].default: no, nothing whose name contains box. —Tamfang (talk) 01:16, 3 November 2021 (UTC)reply

Addendum. I have two inboxes, "main" and gmail, the latter of which I almost never use; as well as a number of archive folders. Only "main" is damaged. (I have not found the file that contains it.) —Tamfang (talk) 01:21, 3 November 2021 (UTC)reply

Perhaps there is a file named global-messages-db.sqlite? In that case, perhaps this helps. (Rather than just deleting it, I'd squirrel away a copy first.)  --Lambiam 12:34, 3 November 2021 (UTC)reply
Thanks, tried it. No visible effect (didn't even lose new mail). I'm guessing the content is elsewhere. —Tamfang (talk) 01:13, 6 November 2021 (UTC)reply

Create an empty solution in Visual Studio 2015?

[edit]

Is it somehow possible to create an empty solution in Microsoft Visual Studio 2015? When I try to create a new solution, it always creates a project for me too. I would want the solution to come up completely empty so I can add existing projects to it later on. JIP | Talk 12:42, 29 October 2021 (UTC)reply