Displaying 20 results from an estimated 3000 matches similar to: "Problems with subfolders in Thunderbird"
2005 Dec 07
1
Ext3 journal abort FC4+Updates
Dear All
Problem with ext3 fs on 3ware 9500S controller:
Dec 7 05:59:50 stams kernel: EXT3-fs error (device sda1):
ext3_add_entry: bad entry in directory #145998372: rec_len is smaller
than minim
al - offset=0, inode=0, rec_len=0, name_len=0
Dec 7 05:59:50 stams kernel: Aborting journal on device sda1.
Dec 7 05:59:50 stams kernel: ext3_abort called.
Dec 7 05:59:50 stams kernel: EXT3-fs
2008 Oct 22
2
dovecot 1.0 to 1.1 upgrade and filesystem separators
Dear All
I have a test system where I am trying out 1.1.4
On the old 1.0rc6 (!) system I had edited:
src/lib-storage/index/maildir/mail-storage.h
to change:
#define MAILDIR_FS_SEP ';'
#define MAILDIR_FS_SEP_S ";"
so I can get some mail folder hierarchy and '.'s in
folder names - this all worked perfectly.
Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All
can someone confirm this bug please ?
I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients,
all running on FC4.
Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';'
To reproduce:
In your favourite mail client:
1. Create a top-level mail folder "atest"
2. Rename "atest" to "atest-extra" (basically
2000 Mar 01
1
R-1.0.0 install: Error "Substitution loop..."
Dear All
First off, let me just add my thanks to all the people involved in the
production of R-1.0.0... Well Done!!
I'm getting an error installing R-1.0.0 on RedHat 5.2, perl 5.004_04. It
did not occur under Solaris 2.6 with perl 5.004_01.
During install of the base package (and akima, bootstrap, etc) it gets to the
point of building the help pages and it gives this error:
1997 Nov 27
2
R-beta: Memory Management in R-0.50-a4
Dear R users
we're having a problem reading a largish data file using
read.table(). The file consists of 175000 lines of 4
floating pt numbers. Here's what happens:
> dat_read.table('sst.dat')
Error: memory exhausted
(This is line 358 of src/main/memory.c).
Cutting down the file to around 15000 lines allows
read.table() to work OK.
I edited the memory limits in Platform.h
2006 Aug 02
0
What's the latest on RC2 and Thunderbird
Hi
Just been reading a few threads on the sent-mail hang problem on
Thunderbird (TB) and dovecot 1.0RC2
I'm getting reports from WinXP SP2 users running TB 1.0.7, server
CentOS 4.2 and dovecot 1.0RC2
There were some suggestions:
* Set max cached connections to 1 in TB - but this can result in access problems
with blocking processes
* Upgrading to TB 1.5.0.5 - not guaranteed to work
*
2010 Feb 26
1
Problem with cut and paste corruption
Dear All
We have noticed a problem when cut-and-pasting a largish section
(> 4096 bytes ?) of R code from an editor to an R session.
System is Fedora 12 i386 with updates, R-2.9.0 and R-2.10.1 at least.
Problem disappears if you start R with --no-readline !
If happens independently of the editor (tried vim/kate) and the
terminal (tried konsole/gnome-terminal)
Could you please try and
2001 Jan 24
1
CuSum & V-Mask
Good Afternoon,
I am currently writing a program to perform a cusum with v-mask and since I
am experiencing a few problems, was wondering if there is something similar
in existance?
Many thanks in advance,
Gavin McCabe
Gavin McCabe
University of Strathclyde
Department of Statistics & Modelling Science
Livingstone Tower (Rm. L7.47)
26 Richmond Street
GLASGOW
G1 1XH
U.K.
Tel.: +44
2000 Jan 19
0
indentation in Rd-help files
Dear colleagues,
Happy New Millennium, first of all!
It would be very nice to be able to use indentation inside \code{ } as
well, not only in \examples{ } when writing Rd-help files. Such a
situation arrises, for instance, if one wishes to include a small piece
of code in the _main_ text but not in the end as \examples{ } command
does. The only way I know to put the next 3 lines
my.function <-
1999 Apr 09
1
manova in R
Dear R-users,
Does anybody know if analogs of the following S-plus functions are
available (or planned to be) in R:
manova - multivariate analysis of variance
faces - Chernoff faces plot
spin - 3D visualization of data
Another thing: are there functions for solving linear programming
problems in R or Splus?
Thank you in advance,
Sergei
2002 Apr 17
0
User defined macros for Rd-files?
Dear R-developers,
I am trying to make use of my own defined macros in Rd-files in order I could
simply type, say, \Splus, to get a font similar to \R in help files. So I put
the corresponding entry in Rd.cfg which now contains the line:
\newcommand{\Splus}{{\normalfont\textsf{Splus}}}
similar to the way \R defined in Rd.sty. So now so good:
R CMD Rd2dvi generates a dvi-file with a proper font.
2000 Apr 14
2
bundle build and Rd2Sd converion fail (PR#519)
Dear R-core,
Thank you for your great effort! I am finalising a bundle that works both in
R and Splus. But I faced the following minor problems with R CMD under both
UNIX and LINUX.
1. R CMD build denies to work with bundles. It reports
* checking `DESCRIPTION' package entry ... ERROR: no package entry in
`DESCRIPTION'
Surely, there is no one, but there is Contains entry.
Next, according
2004 Dec 09
2
HTML help index generation problem with R under Windows
Hello,
I am wondering if there has been a solution to the following issue with R
under Windows (see also thread to PR#6662 in this mailing list:
http://tolstoy.newcastle.edu.au/R/devel/04a/0550.html )
I am using R for teaching students Statistics, so they are working with a
university-wide installation of R. I have compiled an R-library which
contains all the instructions and customised
2007 Oct 16
1
simulation
I am trying to write a function that will simulate observed counts X and
Y as below, I want the function to be able give many replicates, can
somebody advise?
thanks
Oarabile
#alpha,n sdx and sdy are constant, and N is a vector of length n.
unstructured<-function(n,N,alpha,sdx,sdy){
Vx<-rnorm(n,mean=0,sd=sdx)
Vy<-rnorm(n,mean=0,sd=sdy)
thetax<-exp(alpha+Vx)
thetay<-exp(alpha+Vy)
1999 Oct 21
2
problems with memory allocation
I hope that someone has had a similar trouble and will be able to
help us :
We , have installed the R package in a Digital Workstation with 500Mb
of
RAM memory, running under Unix operating system. The package works fine
but when we try to start the program with more than 120Mb, (vsize
- --120M) the
workstation refuses to allocate this memory. The message that we get
is:
Fatal error:
2011 Nov 08
1
Rename a directory in R
Hi,
I want to be able to rename a folder using R, similar to file.rename. I want to paste " - done" onto the folder name. The reason for this is we run a loop on a large number of folders on a server and it would be nice for people to be able to log in and instantly see if their data has been processed so they can remove it.
I have searched the help list but have not found anything and
2012 May 04
1
colours in a pdf
Hi,
I'm plotting PDFs and have a problem. If I have more than 8 sources of data the colours are repeated. These plots are used to remove poor data from the sets so it would be helpful if I could expand the colour range. Is there any way to do this?
The plots are coloured by defining a vector colsVec<-1:(length(mzXMLfiles))
And defined in the loop for (file in 1:length(mzXMLfiles))
as
2003 Nov 28
0
search documentation not working with mozilla and (PR#5383)
On Fri, 2003-11-28 at 06:39, sergei@stams.strath.ac.uk wrote:
> Full_Name: Sergei Zuyev
> Version: Version 1.8.0
> OS: Mandrake Linux 9.1
> Submission from: (NULL) (195.137.88.252)
>
>
> When mozilla or konqueror are used as help browser, the Search Engine page links
> nor the search do not work. Mozilla quietly ignores any click, while konqueror
> gives the following
2006 Jun 19
2
beta8 + mbox + Thunderbird
Hi all,
I'm still using beta8 (on FreeBSD 5.4-RELEASE).
Recently I put a co-worker who's using Thunderbird (1.5.0.4) on it and
he seemed to have lost some messages (which were delivered on the
spool since seen on procmail logfile).
I switched him on another server to play safe and tried to test it
myself but failed to reproduce the issue. I myself use mutt on a daily
basis with no
2015 May 26
2
Creating IMAP folders/subfolders with Thunderbird
Hi,
I have dovecot-2.2.15 on fedora21 with Thunderbird and having some
difficulty creating subfolders and deleting folders.
Creating subfolders results in a folder at the root with a caret instead
of a slash called folder^subfolder with an entry in .subscriptions with
that name, instead of a new folder under the directory.
I'm also unable to delete any folders. The command from within