Displaying 20 results from an estimated 900 matches similar to: "IMAP client dependence on dovecot mail storage fromat?"
2005 Dec 27
7
help remove duplication in my app
I''m porting an old site of mine into Rails and I''m running into some
duplication that could / needs to be weeded out. For each of my
actions, I have to wrap the view content in the following HTML:
<div class="box">
<img src="/images/content-top2.png" class="border" />
<div class="visible">
# content
2006 Sep 28
3
complex plots using layout()
Dear r-help,
I am trying to plot several scatter plots with marginal histograms on
one page. Ideally, a page is equally divided into 4 figure regions.
Within each figure region, a scatter plot with marginal histograms will
be plotted.
I followed Dr. Paul Murrell's code released online to successfully plot
the scatter plot with marginal histograms. The code applies "layout()"
to
2006 Feb 10
3
Mail.app help
I'm having a problem with Mail.app and imap folders. I've got a new install
of dovecot 1.0beta2, and am only experiencing this problem with Mail. Mutt
works as expected, as well as thunderbird.
When I create a folder using Mail.app, it is written to
~/Maildir/.INBOX.newfolder, which would be fine, if I wasn't telling
everything that I wanted no prefixes. If I move that folder to
2009 Apr 09
1
dbox problem
Hi,
I have just tested the dbox format mailbox, it works fine.
But when I create dir through imap with `create` command, it only
creates the dir onder ~/dbox/mailboxes, such as
~/dbox/mailboxes/newfolder. There was no `dbox-Mails` dir created. So
the newfolder was 'noselect'.
But the new folders created by `autocreate` plugin was correct.
--
Xueron Nee
http://www.xueron.com
2016 Mar 15
2
static vs shared modules build
> it may make sense to build others which you really use on every
> machine statically to not need to add them in your smb.conf
That's what I expected, too. Since then I made some experiences. I built
samba 4.3.6 with a static vfs_acl_xattr module. It is builtin alright,
it is listed under "Builtin modules" at the output of "smbd -b".
Then:
-- Comment"vfs
2006 Apr 10
3
File Upload Problems
following the instructions at
http://wiki.rubyonrails.com/rails/pages/HowtoUploadFiles, I am able
to upload to an explicit and existing directory (i.e.
c:\ror\app\public\images\photo.jpg). However, when I try to upload to
a folder that does not exist, say,
c:\ror\app\public\image\newfolder\photo.jpg, I get the following error:
Errno::ENOENT in Images#create
No such file or directory -
2016 Mar 12
3
static vs shared modules build
> i would give the same device for *any* type of software since the
> whole operating system including the kernel itself these days is built
> with shared modules and you hardly gain anything measureable just
> because one piece of your system is statically compiled
>
> when it's mostly interesting on very slow embedded devices where it
> makes a small difference in
2006 Feb 22
2
Questions about sub-folders, access...?
Hi people, iam testing samba3 on freebsd 5.4, i install samba from ports
with no problems, i have this simple smb.conf file:
[global]
workgroup = WORKGROUP
netbios name = FREEBSD
server string = Samba Server FreeBSD
security = user
encrypt passwords = yes
[public]
comment = %h Shared Public Directory
path = /opt/test
force directory
2007 Nov 17
2
unlink_directory(....Trash.NewFolder) failed: Directory not empty
I noticed the following this week. No idea how long its been happening because I have
not tested deleting folders hardly at all. Steps to reproduce:
1. Create a folder "NewFolder", click on it in thunderbird so an index dir is created:
ls -ldi Maildir/.NewFolder/
1504062 drwx------ 5 mcdouga9 egrstaff 4096 Nov 16 19:44 Maildir/.NewFolder/
ls -ldi
2006 Apr 07
1
Formatting form tags for children of parrent data?
This my first Rails project.
All my previous work was done it Perl, so I may be missing the
Ruby/Rails obvious here.
The site I''m working on needs to display archived programs.
Some of the programs have multiple versions, all belonging to the same
listing.
As such, I''ve set-up an extra_files table related to the archive list.
Displaying the extra files was trivial. However,
2019 Feb 24
2
Linking mailboxes
Hi,
I am new to Dovecot and I am trying to link an email account folder to
another Maildir(its a backup of the older email). I want the email account
to be able to access the older emails.
I am assuming this is done by creating a symlink?
Currently reading instructions on this page:-
https://wiki.dovecot.org/SharedMailboxes/Symlinks
At the moment I have the folder:-
2010 Nov 17
2
Looking up the directory a file is located in
Hello everyone,
This should be an easy question, I think.
I'd like to write a command in a program to set the working directory to
whatever directory the file is currently stored in. Suppose I have a file
called "myRscript.r", and it's stored in "C:\Rprojects\myRscript.r", and it
references other R scripts and data files in the same directory.
If I enter the
2002 Aug 14
2
Bug? Seg. Fault
Dear Sirs,
i (as well as others, too) found such problem I will describe my case):
I have a Slackware server, kernel 2.4.5, with default NLS for remote
clients - cp775, smb 2.0.9
If i connect to this server from my desktop running Slackware/2.4.18/ with
default locale UTF8, everything is OK until i cd into smbmounted directory
which conatains files with names containing specific Latvian
2010 Oct 01
7
Trouble installing packages with Winetricks
Hi all.
I know I posted a similar topic before, but I think it's necessary to re-formulate the problem since it has taken a different wider focus.
I'm trying to make some of my Windows apps to work on Linux which used to work quite well with Wine back when I had openSUSE 11.1 last year. Right now I'm focusing in one called DBabble. Back in 11.1 I used Wine Doors to download libraries
2007 Jul 30
3
Bind together two vectors of different length...
Dear everyone,
I've got difficulties in realizing the following
task:
I have two vectors:
A <- c(1:10)
B<- seq(1,10,2)
Now I want to make a table form vectors A and B as rows, and if a value of A
isn't present B, then I want to put a N/A symbol in it:
Output should look like this:
1 2 3 4 5 6 7 8 9 10
1 0 3 0 5 0 7 0 9 0
How can I do this in R?
Thank you.
--
Andris
2009 Feb 26
0
[LLVMdev] Garbage collection
Hello,
2009/2/26 Talin <viridia at gmail.com>
> The IR-level intrinsics themselves don't much help you *write* a GC, so
> much as to integrate one with LLVM. What is provided is essentially a
> mechanism for walking the stack, and a means to insert read/write
> barriers into the generated code, which together form a tiny fraction of
> what it would take to design a
2013 Mar 25
1
Rd.sty not found
I'm trying to build and check a new package. But keep getting the
warning:
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
When I go into the package.Rcheck directory,
package-manual.pdf is created.
however if I do a pdflatex on package.tex I get the following:
This is pdfTeX, Version 3.1415926-2.4-1.40.13
2010 Jul 01
4
possible to plot number line in R?
Hallo!
Is there a possibility to plot a number line in R?
I would like to display 3 different Intervals on the same number line. Ideally, it would be possible to add a name to each number (e.g. Interval 1, lower cut-off...and so on). I have not found a command for this.
Thank you for your help.
Julia
[[alternative HTML version deleted]]
2006 Aug 07
1
how to create new folder
hello
how to create new folder /directory in ruby. how to check whether the
directory is exists. plz explain with example code
advance thx
narayana
--
Posted via http://www.ruby-forum.com/.
2005 Sep 26
1
newb: no write access
On Fedora Core 4 I keep running into the following problem:
I followed the Instructions on the Official Samba-3 HOWTO and the
example 2.1 for the anonymous Read-Only Server Configuration works fine.
I get stuck with example 2.2. I used smbpasswd but I just don't get
write access to the samba share. I have to provide the username and
password in order to get read access to the samba share.