From 1b6c44d638d882e71f0961b4b23f54d01520f237 Mon Sep 17 00:00:00 2001 From: Aaron Weber Date: Tue, 26 Jun 2001 18:25:35 +0000 Subject: Revised move/rename/copy questions, now that these functions work. 2001-06-26 Aaron Weber * C/evolution-faq.sgml: Revised move/rename/copy questions, now that these functions work. svn path=/trunk/; revision=10507 --- help/C/evolution-faq.sgml | 43 ++++++++----------------------------------- 1 file changed, 8 insertions(+), 35 deletions(-) (limited to 'help/C/evolution-faq.sgml') diff --git a/help/C/evolution-faq.sgml b/help/C/evolution-faq.sgml index 1f784061de..d1a59e95be 100644 --- a/help/C/evolution-faq.sgml +++ b/help/C/evolution-faq.sgml @@ -59,27 +59,9 @@ - We're going to add a good way to do this soon. In the - mean time, you have to remove it by hand. - - - - All the folders are stored in - ~/evolution/local. Each folder is a - directory containing the data files, as well as a - subfolders directory that contains - all its subfolders. So for example if you have a - subfolder of the Inbox called - Foo, you can run the following - command to get rid of it (and all it subfolders): - - - -rm -rf ~/evolution/local/Inbox/subfolders/Foo - - - - You should do this after exiting Evolution. + Right-click on the folder and select the + Delete or + Rename items. @@ -92,23 +74,14 @@ rm -rf ~/evolution/local/Inbox/subfolders/Foo - The implementation isn't finished, although it's planned - to be finished soon. + The implementation isn't finished, although it's nearly done. - In the meantime, you can copy the folders' contents by - hand from the shell (please do this after quitting - Evolution). For example: - - - -cp -r ~/evolution/local/Inbox/subfolders/Foo ~/evolution/local/Inbox/subfolders/Bar - - - - Likewise, you can use mv to rename or - move folders. + In the meantime, right-click on the folders or messages + you want to move, and select the + Move or + Copy options. -- cgit v1.2.3