search for: sep2

Displaying 5 results from an estimated 5 matches for "sep2".

Did you mean: sep
2008 Nov 04
2
ggplot & annotating charts
...-rbind(vix.close1,vix.close2) op <- par(mar = c(6, 8, 6, 6) + 0.1) gulf1 <- as.yearmon("1990-8-2") gulf2 <- as.yearmon("1991-2-28") asia1 <- as.yearmon("1997-9-11") asia2 <- as.yearmon("1998-11-14") sep1 <- as.yearmon("2001-9-11") sep2 <- as.yearmon("2002-9-14") crunch1 <- as.yearmon("2007-8-9") crunch2 <- as.yearmon("2009-11-14") plot(vix.close, type = "n",ylab="S&P500 volatility", xlab="Date",cex.axis=1.5,cex.lab=1.7,ylim=c(0,90) ) rect(gulf1, par(&qu...
2007 Dec 12
6
namespace problem / 1.1beta11
...older [___________] Couldn't create [___________]266 NO Unknown namespace. Used imapsync command: /home/imapsync/imapsync --host1 ip.of.host.1 --user1 user1 --password1 password --host2 127.0.0.1 --user2 user2 --password2 password --authmech2 LOGIN --regextrans2 s/\./_/g --delete2 --sep1 . --sep2 . --justfolders Another run with different namespace settings shows up the folders in Thunderbird as INBOX^2002, INBOX^Trash ans so on... My goal is to keep all client settings when migrating a bigger installation of cyrus to dovecot. For know all folders in Cyrus appear as subfolders of INBOX, w...
2011 Mar 22
2
Mail Sync
I am trying to sync my mail on two different servers as testing for converting our business over to a server using dovecot. I am currently running dovecot version 2.0.11 While trying to sync the messages using Thunderbird and a program named imapsync, I run into an error stating that the dovecot server does not know how to handle messages with the FORWARD flag set. Is the FORWARD flag
2012 Apr 02
1
imapsync, namespaces and Dovecot 2.x
...9;s config files I found that namespaces could be defined, but if you did not a 'private' default one was created. In the 2.x wiki documentation (http://wiki2.dovecot.org/Migration) it says nothing about Namespaces. I don't know if I have to create one or not. If I add the parameters --sep2 . --prefix2 '' to imapsync then it works fine. I'm proxying using dovecot as frontend and backend, version 2.0.18 (The one that comes with Debian Wheezy). Any thoughts, please? Thanks, Aleix.
2009 Aug 06
5
Is there a 'vi' mode in R?
Hi, I'm wondering if R provide a vi mode in the command line just like other shells such as bash do. Can somebody let me know? Regards, Peng