From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85841 Path: news.gmane.org!not-for-mail From: Rainer M Krug Newsgroups: gmane.emacs.gnus.general Subject: SOLVED: Moving messages from about 100 mbox files to imap server Date: Tue, 24 Mar 2015 12:06:21 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1427195308 23652 80.91.229.3 (24 Mar 2015 11:08:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Mar 2015 11:08:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34076@lists.math.uh.edu Tue Mar 24 12:08:15 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YaMg1-0004d3-9q for ding-account@gmane.org; Tue, 24 Mar 2015 12:07:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YaMfb-0000Dt-Ow; Tue, 24 Mar 2015 06:06:51 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YaMfa-0000Dn-AP for ding@lists.math.uh.edu; Tue, 24 Mar 2015 06:06:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YaMfY-00028U-1r for ding@lists.math.uh.edu; Tue, 24 Mar 2015 06:06:50 -0500 Original-Received: from mail-wi0-f171.google.com ([209.85.212.171]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YaMfV-0004Ua-Q6 for ding@gnus.org; Tue, 24 Mar 2015 12:06:45 +0100 Original-Received: by wibgn9 with SMTP id gn9so92074181wib.1 for ; Tue, 24 Mar 2015 04:06:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=W+32bujL6lMk7ROKyMQ22Tg4EDogBRgO2S8GKMypKfg=; b=GpuigR7kqidyjVqkhLseDsZMfkrUZZaNc73SolOH1ysZroeqVYx0hOAKG1J186jSQT l7tPnQzfELaUFGRnmiX7wclhYbjRixT09otetGj/AAcuoY9AXklhMZJWMcLXYMn2/0GJ tg8OXeRLSf+VwbIeaV7WtxX5yW4xCm7xJnPRUq8RVdh8ndMcOVStFP2EU7UnSlpS+Qzq HdCtY7ynTPtouRZJ86NKVvNNEbUBljitR41Rir3XgueJLovIyYtzjoeD4l7vDBb42W3y nusy6oboQsPlbQRUd/XOWsa2olP4XdPdjCtSR0TbcuJ8anXWrPhytEF2H0wkPR60e/nx HZAg== X-Received: by 10.180.72.98 with SMTP id c2mr27686656wiv.87.1427195197127; Tue, 24 Mar 2015 04:06:37 -0700 (PDT) Original-Received: from Rainers-MacBook-Pro.local (arn78-1-88-186-171-7.fbx.proxad.net. [88.186.171.7]) by mx.google.com with ESMTPSA id cj9sm5561455wjc.42.2015.03.24.04.06.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Mar 2015 04:06:35 -0700 (PDT) In-Reply-To: (Rainer M. Krug's message of "Tue, 24 Mar 2015 11:28:22 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) X-Spam-Score: -2.7 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85841 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Rainer M Krug writes: > Rainer M Krug writes: > >> Hi >> >> I have downloaded archives from a mailing list (in mbox format) and >> would like to import them into gnus. > > OK - I converted them into maildir format and now I will put them into > dovecot. OK - solved it. Here my solution: ,---- | 1) I downloaded a script is from | [[https://github.com/igor47/mailtools/blob/master/mbox2maildir.py]] and | named it =3Dconv.pl=3D |=20 | 2) I run it together with =3Dfind=3D to iterate through all mbox files |=20=20=20 | mkdir ./Maildir | find . -name "MATCHING_THE_MBOX_FILES" -exec ./conv.pl {} ./Maildir/ \; | |=20 | 3) The files are created in =3D./Maildir/new=3D.=20 |=20 | 4) I then moved them to my maildir used by dovecot |=20 | mv ./Maildir/new ~/Maildir/TARGETFOLDER/new `---- And in gnus they showed op as new mails in the maildir. Cheers, Rainer > > Cheers, > > Rainer > >> >> Is there any way that I can do this from gnus? >> >> Thanks, >> >> Rainer =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJVEUU6AAoJENvXNx4PUvmCqgoIAKuqOq2UW4TgORKJy1Sm/ojF sP7JGkQfXzQ9m8tnSm7wnkoK7ZkeIGovFuVnJo96pNZqoMuJnaJuTfai43FR9rSg jETZKVZOWH+qm7d1mgDROUYhcDcgp/vAYOPy5YVm+3PfxyURnepAhcWGn+M8rdzo saEzAIgWuW5GC4PoXF42bLGQJcaI6/XKgJvGSJhQofw4F5sC695fS+Pohe/LbAV7 sDHsdqu7Y/GyJIPWbMyyhIodCt6QVePqxcMSoPWDYiC5+RnqZWXpHBPwQRVkva7D gJJS+ad2BqSh0ASYLZ02GKxJDNGF0Y3foxFUSrS6uTetLMxO42+U/YBaJzBhH8I= =INPK -----END PGP SIGNATURE----- --=-=-=--