Direkt zum Hauptbereich

migrating from kmail to thunderbird


While I gave up local mails and subordinated entirely to google meanwhile, my partner still wants to be independant and prefers local mails. Since KMail seemst to be wrecked, I have to migrate her mails to the old mbox format of thunderbird. This one-command-recipe worked for me. I replaced Archive/ by e.g. .kde/share/apps/kmail/mail/inbox and sarchive by sMBOXinbox. To import MBOXinbox they simply have to be copied to  ~/.thunderbird/.....default/Mail/Local\ Folders .

Converting Maildir to mbox via muttRan into an issue today where I needed to convert a Maildir containing over 50k messages to mbox format and couldn’t really find any good tools. So I found this blog post about using mutt to do it. Unfortunately, it converted one Maildir to another. =( One crucial piece is missing, so here is the one-liner in all its glory:
$ mutt -f Archive/ -e 'set mbox_type=mbox; set confirmcreate=no; \
set delete=no; push "T.*;sarchive"'
The above converts the Maildir Archive/ to the mbox named archive. It also makes the assumption that mbox_type is set to Maildir (which is how I have it configured; if it wasn’t for that, the default is mbox and that’s what it would have created, but I changed the default to Maildir, hence the need to be specific). Line break was added for clarity.

Kommentare

Anonym hat gesagt…
Woah! I'm really digging the template/theme of this site. It's simple, yet effective.
A lot of times it's very difficult to get that "perfect balance" between superb usability and visual appeal. I must say you have done a amazing job with this. In addition, the blog loads super quick for me on Opera. Superb Blog!

Here is my web blog; Minecraft Gameplay Part 1
Anonym hat gesagt…
This paragraph provides clear idea in favor of the new viewers of blogging,
that genuinely how to do blogging and site-building.

Have a look at my blog Bukkit 1.5
Anonym hat gesagt…
bookmarked!!, I love your web site!

My web page ... Bukkit 1.5.2
Anonym hat gesagt…
I believe what you posted made a ton of sense. But, think on this, what if you were to write a awesome headline?

I mean, I don't want to tell you how to run your website, but suppose you added a post title that makes people want more? I mean "migrating from kmail to thunderbird" is kinda boring. You should peek at Yahoo's front page and note
how they write article titles to get people interested.
You might add a video or a pic or two to get people excited about what you've written. Just my opinion, it would make your website a little bit more interesting.

Look into my blog post ... Minecraft 1.5 Part 1
Anonym hat gesagt…
Howdy! This article couldn't be written much better! Looking through this post reminds me of my previous roommate! He always kept preaching about this. I'll forward this post to him.
Pretty sure he's going to have a very good read. I appreciate you for sharing!

My blog ... Minecraft Wireless Redstone
Anonym hat gesagt…
Nice post. I learn something new and challenging on blogs
I stumbleupon on a daily basis. It will always be exciting
to read through articles from other authors and
use a little something from other sites.

Feel free to visit my web site; Youtube Keyword Suggestions

Beliebte Posts aus diesem Blog

ssh pubkey verfahren funktioniert nicht

trotz ssh-copy-id usf. werde ich immer noch aufgefordert, das Passwort einzugeben. Grund: Die Rechte von authorized-keys sind nicht richtig gesetzt. sshd achtet darauf, dass alle rechte so gesetzt sind, dass ein Angreifer diese Datei nicht verändern kann. Sind die Rechte zu lax gesetzt, weigert sich sshd, dieses Verfahren durchzuführen. Daher dürfen folgende Dateien nur für den Benutzer beschreibbar sein: .ssh/authorized-keys .ssh . Das Dritte Verzeichnis ist das home-Verzeichnis des Nutzers, sonst könnte ja ein Angfreifer einfach .ssh überschreiben.

Open Office Vorlagen

http://de.openoffice.org/downloads/komponenten.html Vorlagen Hier bieten wir eine Sammlung von Vorlagen für den deutschsprachigen Raum an. Momentan handelt es sich um ca. 130 Vorlagen Die Vorlagen im Open Document Format können hier heruntergeladen werden: * OOo-Extension vorlagen_de_opendoc.oxt (ca. 2,5 MB) * Zip-Achiv vorlagen_de_opendoc.zip (ca. 2,5 MB) Vorlagen im OpenOffice.org 1.x-Format sind hier zu finden: vorlagen_de_sissl.zip (ca. 1 MB) Hinweise, Verbesserungsvorschläge oder neue Vorlagen können Sie über unsere Mailinglisten oder Issuezilla einbringen. Weitere Vorlagen finden Sie * in unserem Dateibereich , * auf dem deutschen OpenOffice.org -Portal, * auf der PrOOo -Box oder * bei office-center-epj .

Mausgeschwindigkeit einzelner Mäuse unter Ubuntu anpassen

Mäuse mit einer sehr hohen Abtastrate bewegen den Pointer viel zu schnell. Leider gibt es keinen Regler, mit dem man die Geschwindigkeit unmittelbar herunterregeln kann. Helfen kann das Kommando "xinput": In Kürze: Open a terminal Run the command: xinput --list --short ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Razer USA, Ltd DeathAdder Mouse id=6 [slave pointer (2)] ⎜ ↳ Razer USA, Ltd DeathAdder Mouse id=7 [slave pointer (2)] ⎜ ↳ Razer DeathAdder id=11 [slave pointer (2)] ⎜ ↳ Macintosh mouse button emulation id=12 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=8 [slave keyboard (3)] ↳ Power Button id=9 [slave k