Displaying 4 results from an estimated 4 matches for "barbaz".
Did you mean:
barbaaz
2013 Apr 29
1
CATENATE doesn't support literal+ url
...IMAP commands, which could alter the user's mail store in unexpected ways and/or lead to the abrupt disconnection of the client for exceeding the maximum number of bad IMAP commands.
Example using dovecot-2.2.1 (note that the text nonsync literal includes the invisible CRLFs: "foobarCRLFbarbazCRLF"):
a3 append inbox catenate (url {9+}
/some-url text {16+}
foobar
barbaz
)
a4 noop
a3 BAD Error in IMAP command APPEND: Invalid arguments.
foobar BAD Error in IMAP command : Unknown command.
barbaz BAD Error in IMAP command : Unknown command.
) BAD Error in IMAP command : Unknown command....
2013 Dec 03
1
Guard against destination = existing directory
Trying to use rsync to make sure that _dest_ is a regular file
with the same content as file _source_.
If _dest_ already exists and is a symlink, FIFO or device file,
rsync deletes it and creates a regular file in its place. Good.
If _dest_ already exists and is a directory, rsync creates
_dest_/$(basename _source_). Not what I want.
Is there an option similar to GNU install -T or GNU cp -T
2011 Nov 02
1
overloading + operator for chars
Hello,
I would like to overload the "+" operator so that it can be used to concatenate two strings, e.g "John" + "Doe" = "JohnDoe".
How can I 'unseal' the "+" method?
> setMethod("+", signature(e1="character", e2="character"), function(e1, e2) paste(e1, e2, sep="") )
Error in
2005 Feb 14
1
Any option in rsync to get the list of new files
Hi,
Is there any option in rsync to get the list of new files when we
use rsync to perform the backup from the source to destination?
We've used the option "-b" and "--backup-dir" options to get the list of
deleted/modified files in a separate directory.
Your reply will be very helpful,
Thanks and Best Regards
Sanal
Confidentiality Notice
The information