The Inbox again ...

As a daily user of Devonthink pretty much since it hit the streets, I’m a fan of just about everything that DTech does. But I’m lukewarm on the current iteration of the Global Inbox. Getting stuff into it is exceptionally easy, which is why DTPO has a permanent place on my dock. Getting stuff out is less comfortable.

I can use the Sorter, and do. But most of the items that end up in my Global Inbox come from the Finder’s Downloads folder. I have Hazel set up to route all PDFs and documents that land in Downloads through to the DT Inbox.

In DTPO 2b5, there seems to be no way of opening the Global Inbox in a separate window. Nor is there any way of telling whether what’s in the Inbox already exists in a database somewhere. So when I open the Inbox and look at its contents after a day’s hunting and gathering, I can’t tell whether I’ve already dragged some items out and forgotten to delete them in the inbox, or they are brand new. Result: lots of flicking to and from other databases, lots of duplication.

I’d suggest that the Global Inbox should have the capability to be opened in its own special window. This window should somehow tell you at minimum whether an item already exists in another database - perhaps a flag? At best, it would tell you how many versions exist elsewhere, and where they exist. Ideally, the window should be capable of remembering its size and position - culling an Inbox tends to be a routine practice, and having a consistent window location would help the routine.

I’m with others in thinking that the current sidebar implementation isn’t ideal, either. It is just plain baffling to close the sidebar and see Nothing, which is what happens if you don’t re-select a database before closing the sidebar. Maybe DT just needs to revert to the last open DB when the sidebar is closed, if another DB hasn’t been explicitly selected.

In short: thanks for the work, love the Global Inbox concept, but this user thinks it needs tweaking.

Matt

I agree.

I keep thinking perhaps I just need to spend more time with it and give it a chance, but it’s just one big mystery to me. I have one main DB. I always launch it when I start up then use its inbox as a spot for pdfs to land when I add them to a mac OS folder that has a folder action set on it. I don’t use this global inbox. Yet every time I launch DTP now, I have the global inbox spring up and it’s filled with rapidly multiplying empty folders no matter how often I delete them.

As was mentioned in another thread: this is a glitch caused by the Sorter (I know now), it has an error copying folders. Go to ~/Library/Application Support/DEVONthink Pro 2/Inbox and remove these folders through the Finder. They won’t bother you again.

These folders don’t seem to be in that location. Here’s a capture with the finder on the left and the global inbox on the right.

Please remove the “Inbox.” file that you see there in the Finder using the Finder. I hope that as soon as the team is back together we will put out the fixed version of the Sorter.

Ah, gotcha. Done. Seems to be working. Thanks!

I’ve never had much use for the Sorter, and it seems entirely superfluous now that DT has added the Inbox icon to all Finder windows: just drag your file there.

Here’s a script to open up the Global Inbox in its own window:

tell application "DEVONthink Pro"	
	set inGroup to incoming group
	open window for record inGroup
end tell