Giter Site home page Giter Site logo

Comments (7)

gauteh avatar gauteh commented on May 28, 2024 2

Hi Jeff, I'm sorry that the instructions did not work for you - unfortunately I don't have time to give you a long answer at the moment, but here goes:

setuptools setup.py is a standard packaging tool for python packages, so I did not intend to give an explanation of how to use it. You can use it to create a package, distribution, source distro --- or to do a local install, that usually entails doing:

$ python setup.py build
$ python setup.py install

that would probably try to install gmaileer to /usr/local/. Hopefully your system works with that, if not check command args to choose a different prefix. Here is the arch linux package.

A gmaileer repository was intended to be a sub-dir of your root mail folder, with notmych already set up, so:

~/mail <- root mail
~/mail/.notmuch
~/mail/arbitrary.imap.account <- other account, maybe synced with offlineimap
~/mail/gmail.account1 <- first gmaileer repo
~/mail/gmail.account2 <- second gmaileer repo

this is an equivalent setup to mine. Then all gmi commands should be run from within the ~/mail/gmail.account1 (and/or ~/mail/gmail.account2).

The requirements names are the most generic package names I could find - irrespective of distro: specific distro instructions could go in a separate section or wiki.

from lieer.

gauteh avatar gauteh commented on May 28, 2024 1

from lieer.

gauteh avatar gauteh commented on May 28, 2024

It is not used with offlineimap or any other syncing: only notmuch. The emails have to be re-downloaded, anything else would be really tricky to do. Initial sync might take some time, but if it crashes for some reason (e.g. broken connection) it will pick up were it left if you restart it.

from lieer.

androclus avatar androclus commented on May 28, 2024

Hi, Gaute - Thanks for your quick responses. Sticking to the main point of where I am stuck: How can notmuch be set up already, when the maildir does not yet exist? As I mentioned in 3., gmi bums out because notmuch does not yet have a Xapian directory set up. But how can I set up a notmuch installation (with its ./xapian subdir) if there is nothing for notmuch to run on yet (because the maildir has not yet been downloaded)? This seems like a bit of a Catch-22.

from lieer.

androclus avatar androclus commented on May 28, 2024

Okay, thanks. This has gotten me farther, and I didn't realize I could do a notmuch new without any mail in there (thus creating the xapian subdir), but it does work.

I have started the download successfully! Thank you for your tips.

If it will be helpful, I've forked off this repo, and will edit the README.md to add in these steps explicitly, and send you a pull request. Should make it a bit easier for newbs like me. :-)

from lieer.

gauteh avatar gauteh commented on May 28, 2024

from lieer.

androclus avatar androclus commented on May 28, 2024

Sure, Gaute, let's close #37, and I'll address that issue, as well, in the revision to the README.md.

from lieer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.