If any of you are brave enough to try it:   ...
Beware, a bug might delete emails you didn't expect.
I've tested it here, but I don't have hundreds of messages to move around 
either.
This is from the updated users guide.

If there are 300 emails in your spam folder, there is an easy way to delete 
them all.
Type v to view them all, just to make sure a valid email didn't wind up here.
You don't want to delete anything good by mistake.
Then type b for batch mode, then d to delete.
Poof, they're all gone.
In the same way, you can batch move all the messages to another folder.
However, move is more useful with the from clause.
If the current message is from Fred Flintstone, type f, and edbrowse will print 
"from Fred Flintstone".
Then type m cartoon, and all the messages from Fred Flintstone will move to the 
cartoon folder.

You know what's interesting?
When my friend Erwin sends me an email, and I look at it through imap, or pop3 
for that matter,
there is sender and subject and size, but no date and time.
Run at db3 and you can see why.

parseHeaderDate fails on mer., 06 juin 2018 14:52:10 +0200

Oops! That's something I never thought of.
Our routine expects English day and month, not French.
So almost all the emails in Erwin's imap will show no date/time.
I could change the routine to recognize English or French, but is there a more 
general approach?
Not that I can think of.
Just brute force programming.
Identify the language first, which isn't trivial, then use the days and months 
in that language.
I'll see if there's a way to do this that isn't totally painful.

Karl Dahlke

Reply via email to