From c67adb14220b352c567ec3e9a46da2f29caa0404 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 19 Dec 2017 12:25:40 -0500 Subject: [PATCH] Minor edits to #367. --- cheat/cheatsheets/gyb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cheat/cheatsheets/gyb b/cheat/cheatsheets/gyb index 3e4f79c..2fe9f8a 100644 --- a/cheat/cheatsheets/gyb +++ b/cheat/cheatsheets/gyb @@ -1,13 +1,12 @@ -# Estimate the number and the size of all mails on youremail@gmail.com +# To estimate the number and the size of all mails on youremail@gmail.com gyb --email youremail@gmail.com --action estimate -# backup from youremail@gmail.com to your local-folder +# To backup from youremail@gmail.com to your local-folder gyb --email youremail@gmail.com --action backup --local-folder "~/MyLocalFolder/" -# backup from youremail@gmail.com only important or starred emails to the default local folder GYB-GMail-Backup-youremail@gmail.com +# To backup from youremail@gmail.com only important or starred emails to the +# default local folder GYB-GMail-Backup-youremail@gmail.com gyb --email youremail@gmail.com --search "is:important OR is:starred" -# restore from your local-folder to youremail@gmail.com +# To restore from your local-folder to youremail@gmail.com gyb --email youremail@gmail.com --action restore --local-folder "~/MyLocalFolder/" - -