similar to: Improving interaction/performance with Mail.app?

Displaying 20 results from an estimated 10000 matches similar to: "Improving interaction/performance with Mail.app?"

2015 Apr 20
4
[LLVMdev] More code owners needed
Hi, I've been going through my queue of candidate patches for the 3.6 branch, and I think the process could be smoother if we had more code owners. So, I'd like to encourage people to nominate themselves or others as code owners for any part of LLVM that doesn't already have one. The responsibilities of a code owner include reviewing patches submitted to llvm-commits and approving
2010 Jul 13
1
Master Users
Greetings, My company is currently using dovecot with ldap, I am in the process of migrating this over to Exchange. However, to make the process a lot smoother I need to make use of the master user function of dovecot to enable access to other users mailboxes without needing their password. I've gone through the documentation but it looks like this might not be possible with an ldap
2006 May 24
4
Apple Mail and too many open files?
Hello, For two days in a row, I've noticed that my dovecot server (hosted on a PowerMac running OS X) has stopped working, with a bunch of error messages in /var/log/mail.log like: May 24 07:31:10 top dovecot: pipe() failed: Too many open files To solve this, I have to kill -9 dovecot and the (many) imap processes running. The only client accessing the server is a machine running
2009 Mar 05
4
CentOS 5 for IA64
Can anyone with a well-connected crystal ball suggest a timeframe for an IA64 release of CentOS 5? Weeks? Months? Never? Thanks Nigel Kendrick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090305/9e37ac3a/attachment-0004.html>
2006 Aug 01
1
Improving interaction/performance with Mail.app
On July 1, Alan Schmitt wrote: >>>> What OS are you using in server side? And what filesystem? >>> >>> Mac OS X.4.7, with HFS+ as files system. >> >> I think I've heard before that Dovecot doesn't behave too great with >> OSX.. > >This might be the cause. I've had the plan to move my IMAP server to >a linux box, this might be
2011 Aug 04
1
Plotting just a portion of a smoother graph in ggplot2
Hi, I am using ggplot2 to with the following code: gmathk2 <- qplot(time,math,colour=Kids,data=kids.ach.lm.k5,geom="smooth",method="lm",formula=y~ns(x,1)) + opts(title="Smoother Plot: Math K-5") + xlab("Time") + ylab("Math") + scale_colour_brewer(pal="Set1"); gmathk2 This plots all the smoother for all the x values. What I'd like
2014 Jul 27
2
Metadata
Ice, Using icecast to stream music, but player, although able to play music, won't provide metadata for current song. Was told by web designer player being use not compatible with encoder and needed to change encoder. What player can I use on web site that will work well with Icecast and will not redirect listener to another page. Would also like to no how I can set up song history info for
2006 Jun 24
3
getting the smoother matrix from smooth.spline
Can anyone tell me the trick for obtaining the smoother matrix from smooth.spline when there are non-unique values for x. I have the following code but, of course, it only works when all values of x are unique. ## get the smoother matrix (x having unique values smooth.matrix = function(x, df){ n = length(x); A = matrix(0, n, n); for(i in 1:n){ y = rep(0, n); y[i]=1; yi =
2004 Nov 10
2
cubic spline/smoother with nlme
Greetings, I would like to use a cubic spline or smoother to model the fixed effects within nlme. So far the only smoother I have been able to get to run successfully in nlme is smooth(). I tried smooth.spline: fixed=list(lKa~1,lCL~smooth.spline(BSA, df=3)) the error I got was the following. Error in model.frame(formula, rownames, variables, varnames, extras, extranames, : invalid
2008 Aug 05
2
95% CI bands on a Lowess smoother
Hi there, I'm plotting some glass RI values just by plotting plot(x) then I put on my lowess smoother lines(lowess(x)) now I want to put on some 95% Confidence Interval bands of the lowess smoother, but don't know how?? Thanks -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative
2018 Jan 09
2
Replication Error
Hi I am running Server-1 Samba4 AD 4.6.10 with an additional Server-2 Samba4 AD 4.7.2 The Inbound replication on the Server-1 is failing with the error below: DC=iumnet,DC=edu,DC=na Default-First-Site-Name\Server-2 via RPC DSA object GUID: 27182378-a9c7-451e-bb95-7b2172a5f311 Last attempt @ Tue Jan 9 12:55:59 2018 WAST failed, result 58
2014 Jul 30
1
Metadata
Thomas, Muse Radio Player 1.ob is the player, using Coding Technologies aacplusv2 encoder which came with SAM Broadcaster Studio. Url is metaledgeradio.com player located on listen page. Cool about the playlist log. I hope you got your crystal ball fixed. Thanks. Respectfully, Mike Dixon Metal Edge Radio ---- On Tue, 29 Jul 2014 09:25:35 -0700 Thomas B. R?cker &lt;thomas at
2005 Jun 16
3
Moving average
Good morning all! I am attempting to superimpose a moving-average smoother onto a graph of daily plots. These plots (in table[,2] below) span about 350 days and looks very noisy. I'd like for this smoother to plot the average of each group of 7 consecutive days (weekly) and show a line which joins these series of averages. Given the definition of MA, the first and last points will
2009 Mar 03
1
periodogram smoothing question
Hello - I am currently simulating bivariate AR(1) time series data and have the following line in my code: Px=spec.pgram(ts.union(X,XX),spans=c(?,?)) The spans option is where I enter in the vector containing the Daniell smoother numbers, but I don't know what a Daniell smoother is (hence the question marks). Can somebody please tell me? Is there another option where I can simply enter in
2008 May 28
6
regarding ices
Dear all, i am unable to configure ices2 propery, while running it is showing mount fail error. Thanks and reagrds -- Neeraj Suriyal 09718307773 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20080528/8e6f8261/attachment.htm
2010 Apr 14
2
GAMM : how to use a smoother for some levels of a variable, and a linear effect for other levels?
Hi, I was reading the book on "Mixed Effects Models and Extensions in Ecology with R" by Zuur et al. In Section 6.2, an example is discussed where a gamm-model is fitted, with a smoother for time, which differs for each value of ID (4 different bird species). In earlier versions of R, the following code was used BM2<-gamm(Birds~Rain+ID+
2013 Jun 05
1
rJava is not loading
Hello! I installed rJava and am trying to load it. library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: fun(libname, pkgname) error: No CurrentVersion entry in Software/JavaSoft registry! Try re-installing Java and make sure R and Java have matching architectures. Error: package or namespace load failed for ‘rJava’ Any idea why? Background info:
2015 Aug 25
2
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
Good morning people! I would like some help from you, I'm looking to migrate my 300 registered users in my samba3 + openladp to my new domain Samba4. I will rejoin all machines in the new domain, but would not want to register the 300 users again. I managed to import the user with the ldb command: ldbadd -H /var/lib/samba/private/sam.ldb newusertest.ldif When I give the command: samba-tool
2004 Dec 06
1
Gam() function in R
Unfortunately that's not really an R question. I recommend that you read up on the statistical methods underneath. One that I'd wholeheartedly recommend is Prof. Harrell's `Regression Modeling Strategies'. [BTW, there are now two implementations of gam() in R: one in `mgcv', which is fairly different from that in `gam'. I'm guessing you're referring to the one
2005 Dec 01
1
Kalman Smoothing - time-variant parameters (sspir)
Dear R-brains, I'm rather new to state-space models and would benefit from the extra confidence in using the excellent package sspir. In a one-factor model, If I am trying to do a simple regression where I assume the intercept is constant and the 'Beta' is changing, how do I do that? How do i Initialize the filter (i.e. what is appropriate to set m0, and C0 for the example below)?