From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4433 Path: news.gmane.org!not-for-mail From: romeomedina@libero.it Newsgroups: gmane.emacs.gnus.user Subject: Migrating mail from MS Outlook to Gnus Date: 8 Feb 2005 02:03:06 -0800 Organization: http://groups.google.com Message-ID: <1107856986.639918.39530@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1138670349 23220 80.91.229.2 (31 Jan 2006 01:19:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:19:09 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:45 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!malgudi.oar.net!news.glorb.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 151.26.89.164 Original-X-Trace: posting.google.com 1107856993 398 127.0.0.1 (8 Feb 2005 10:03:13 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 8 Feb 2005 10:03:13 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=151.26.89.164; posting-account=jAR8oAwAAAAzWEZi_PGTqTf56RwG205B Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4574 Original-Lines: 50 X-Gnus-Article-Number: 4574 Tue Jan 17 17:33:45 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4433 Archived-At: Hi. I want to migrate my mail from Microsoft Outlook 2000 to emacs Gnus. In gnus FAQ it is suggested to tell my old mail program to export the messages in mbox format (finding tools for that at http://mbx2mbox.sourgeforce.net) and then to import this mbox file into Gnus. >>From that site I downloaded the file mbx2mbox-0.34.tar.gz and installed the package, but didn't manage to convert mbx into mbox format. Here are the steps I did: 1) Within MS Outlook, I did: File > import and export > export into a file > dBase , then selected a folder and saved it with the name myfile.mbx. 2) I downloaded mbx2mbox-0.34.tar.gz from http://mbx2mbox.sourceforge.net and copied into my ~/tmp dir. Then I did: # urpmi Manip $ cd ~/tmp $ tar xzvf mbx2mbox-0.34.tar.gz $ cd mbx2mbox-0.34 $ perl Makefile.PL $ make $ make test # make install , and mbx2mbox seemed to install successfully. 3) I did: $ mbx2mbox myfile.mbx , but the file 'myfile' which was produced is empty. Any suggestion? Thanks, Rodolfo