Displaying 2 results from an estimated 2 matches for "folder1a".
Did you mean:
folder1
2007 May 22
0
xattrs with --link-dest inconsistancy
....
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xattrs, iconv
Titan:~ alan$ mkdir ~/Desktop/Folder1
Titan:~ alan$ mkdir ~/Desktop/Folder1/Folder1a
Titan:~ alan$ echo 'File1' > /Users/alan/Desktop/Folder1/Folder1a/file1
Titan:~ alan$ xattr -s tree fir /Users/alan/Desktop/Folder1/Folder1a/
Titan:~ alan$ xattr -l /Users/alan/Desktop/Folder*/*
/Users/alan/Desktop/Folder1/Folder1a
tree fir
Titan:~ alan$ rsync -avXHi /Users...
2011 May 21
1
Behavior difference in mbox versus Maildir listing
...wo namespaces, one of which using mbox and the
other one using maildir to store mails.
Let's call the namespaces "#mbox." and "#maildir." and have "." as
separator.
Assume I have the following folder hierarchy:
$namespace
$namespace folder
$namespace folder folder1a
$namespace folder folder1b
$namespace folder folder1c
The resulting IMAPv4 session is:
mb1 LIST "" "#mbox.%"
* LIST (\Noselect \HasChildren) "." "#mbox.folder"
mb1 OK List completed.
mb2 LIST "" "#mbox.folder.%"
* LIST (\Nos...