Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note regarding export of nested folders with Apple Mail #38

Merged
merged 1 commit into from Apr 13, 2018
Merged

Add note regarding export of nested folders with Apple Mail #38

merged 1 commit into from Apr 13, 2018

Conversation

jnnnthnn
Copy link
Contributor

Per eesheesh's suggestion in #36

@jnnnthnn jnnnthnn changed the title Edits Add note regarding export of nested folders with Apple Mail Apr 12, 2018
@@ -182,7 +182,8 @@ def process_mbox_files(username, service, labels):
for root, dirs, files in os.walk(base_path):
for dir in dirs:
try:
get_label_id_from_name(service, username, labels, dir)
labelname = os.path.join(root[len(base_path) + 1:], dir)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to sync your branch - this change is already in the master branch:

labelname = os.path.join(root[len(base_path) + 1:], dir)

Copy link
Collaborator

@eesheesh eesheesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sync/rebase your branch (I'm not sure what the right action is).

@jnnnthnn
Copy link
Contributor Author

jnnnthnn commented Apr 13, 2018

Not sure what happened. I was assuming this was some just a GitHub quirk. Will look into this & apologies for the extra work for you! :)

@eesheesh
Copy link
Collaborator

No problem! :) Let me know when I should take another look.

@jnnnthnn
Copy link
Contributor Author

Looks like rebasing did the trick! Should only contain the right commit now.

@eesheesh eesheesh merged commit 2309b3c into google:master Apr 13, 2018
@eesheesh
Copy link
Collaborator

Thanks! :)

@jnnnthnn jnnnthnn deleted the edits branch April 13, 2018 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants