Skip to content

Instantly share code, notes, and snippets.

@garybernhardt
Created August 12, 2013 20:46
Show Gist options
  • Save garybernhardt/6215033 to your computer and use it in GitHub Desktop.
Save garybernhardt/6215033 to your computer and use it in GitHub Desktop.
thelongpoll: Acquiring lock on /Users/grb/.thelongpoll
thelongpoll: - Got it
thelongpoll: Is the mail client running?
thelongpoll: * ps aux
thelongpoll: - No
thelongpoll: Checking git status
thelongpoll: * (cd /Users/grb/Downloads/Gmail && git status --short)
thelongpoll: - Clean
thelongpoll: Don't need to commit to git
thelongpoll: Starting sync
thelongpoll: * offlineimap
OfflineIMAP 6.5.4
Licensed under the GNU GPL v2+ (v2 or any later version)
Account sync Gmail:
*** Processing account Gmail
Establishing connection to imap.gmail.com:993
Folder [Gmail]/All Mail [acc: Gmail]:
Syncing [Gmail]/All Mail: Gmail -> Maildir
Copy message 222235 (1 of 1) Remote:[Gmail]/All Mail -> Local
Deleting flag S from 1 messages on [Gmail]/All Mail
Folder [Gmail]/Drafts [acc: Gmail]:
Syncing [Gmail]/Drafts: Gmail -> Maildir
Folder [Gmail]/Sent Mail [acc: Gmail]:
Syncing [Gmail]/Sent Mail: Gmail -> Maildir
Folder [Gmail]/Spam [acc: Gmail]:
Syncing [Gmail]/Spam: Gmail -> Maildir
Folder [Gmail]/Starred [acc: Gmail]:
Syncing [Gmail]/Starred: Gmail -> Maildir
Folder [Gmail]/Trash [acc: Gmail]:
Syncing [Gmail]/Trash: Gmail -> Maildir
Folder INBOX [acc: Gmail]:
Syncing INBOX: Gmail -> Maildir
Copy message 101262 (1 of 1) Remote:INBOX -> Local
Deleting flag S from 1 messages on INBOX
Folder noise [acc: Gmail]:
Syncing noise: Gmail -> Maildir
Folder Notes [acc: Gmail]:
Syncing Notes: Gmail -> Maildir
Folder travel [acc: Gmail]:
Syncing travel: Gmail -> Maildir
Account sync Gmail:
*** Finished account 'Gmail' in 1:39
thelongpoll: Checking git status
thelongpoll: * (cd /Users/grb/Downloads/Gmail && git status --short)
thelongpoll: - Dirty
thelongpoll: Committing to git
thelongpoll: * (cd /Users/grb/Downloads/Gmail && git add --all && git commit -m "After sync command: offlineimap")
[master 2d0e750] After sync command: offlineimap
3 files changed, 1170 insertions(+), 0 deletions(-)
rename INBOX/{cur/1376074444_2.9568.failbowl.local,U=101208,FMD5=7e33429f656f1e6e9d79b29c3f82c57e:2,S => new/1376074444_2.9568.failbowl.local,U=101208,FMD5=7e33429f656f1e6e9d79b29c3f82c57e:2,} (100%)
create mode 100644 INBOX/new/1376340312_0.27260.failbowl.local,U=101262,FMD5=7e33429f656f1e6e9d79b29c3f82c57e:2,
create mode 100644 [Gmail].All Mail/new/1376340298_0.27260.failbowl.local,U=222235,FMD5=844bb96d088d057aa1b32ac1fbc67b56:2,
thelongpoll: - Done
thelongpoll: Releasing lock on /Users/grb/.thelongpoll
thelongpoll: - Released
thelongpoll: Sleeping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment