similar to: changing fs separator for maildir (suggestions?)

Displaying 20 results from an estimated 30000 matches similar to: "changing fs separator for maildir (suggestions?)"

2011 Feb 18
1
Maildir folders, separator = /, LAYOUT=fs (to support offlineimap)
I use offlineimap to pull down some Gmail mail stores. With offlineimap I use sep = / and nothing more exotic. With dovecot I can see INBOX, messages, and messages in top level folders but not subfolders. I'm dealing with folder structure that looks like this: /opt/gmail/joe/Later /opt/gmail/joe/Tech/Projects /opt/gmail/joe/Tech/Projects/Fun /opt/gmail/joe/Tech/Projects/Failed
2016 Jun 21
4
Storage upgrade maildir suggestions?
Hi, we start to run out of diskspace soon as our users start to keep mails for longer time periods. That's fine, but space consuming. The maildirs are about 1 TB in total, and not long ago we enabled zlib which is very nice. Now I have some thoughts about the next steps: a) Migrating the whole system to a new server with more storage? b) Install a virtual server for the mailsystem and an
2006 Dec 30
4
Escaping inside code blocks?
I am doing unit-tests for Maruku and every once in a while I run into some doubts. I am posting a lot to the list, but all of these messages should be in-topic (tell me if not). Consider the input: --- `There is a literal backtick (\`) here.` `There is a literal backtick (\\`) here.` ``There is a literal backtick (`) here.`` --- The documentation says that line 2 and 3 are equivalent.
2018 Apr 23
0
R 3.5.0 fails its regression test suite on Linux/x86_64
On 23/04/2018 6:33 AM, Peter Simons wrote: > Hi, > > I just tried to upgrade Nixpkgs to R 3.5.0, but unfortunately the new > version fails its regression test suite. We configure the build using > the flags "--without-recommended-packages", in case that's relevant. You > can see a complete build log with all relevant information at [1]. > Anyway, the test
2004 Jan 30
0
Two apparent bugs in aov(y~ *** -1 + Error(***)), with suggested (PR#6510)
I think there are two bugs in aov() that shows up when the right hand side of `formula' contains both `-1' and an Error() term, e.g., aov(y ~ a + b - 1 + Error(c), ...). Without `-1' or `Error()' there is no problem. I've included and example, and the source of aov() with suggested fixes below. The first bug (labeled BUG 1 below) creates an extra, empty stratum inside
2006 Oct 02
6
Calling All FS Fanatics
Now that I've been enlightened to the terrible write performance of ext3 on my new 3Ware RAID 5 array, I'm stuck choosing an alternative filesystem. I benchmarked XFS, JFS, ReiserFS and ext3 and they came back in that order from best to worst performer. I'm leaning towards XFS because of performance and because centosplus makes kernel modules available for the stock kernel.
2009 Mar 19
3
Hardware suggestions
Hi, I`m looking for reliable and redundant hardware for Asterisk. I`ve been leaning towards buying one of these (HP 360 G5 with everything as redundant as possible), which I know will be good enough for a few months before needing to upgrade: http://h10010.www1.hp.com/wwpc/us/en/en/WF05a/15351-15351-3328412-241644-241 475-1121486.html Questions: 1) Any reason why I shouldn't? (bad
2018 Apr 23
4
R 3.5.0 fails its regression test suite on Linux/x86_64
Hi, I just tried to upgrade Nixpkgs to R 3.5.0, but unfortunately the new version fails its regression test suite. We configure the build using the flags "--without-recommended-packages", in case that's relevant. You can see a complete build log with all relevant information at [1]. Anyway, the test failures look like this: | make[3]: Entering directory
2007 Aug 08
2
Backtick Hickup
I'm using Michel Fortin's MDTest cases to rewrite my html2text.php script. Just now I stumbled upon this bug (in PHP Markdown at least): # Input: Backtick: ``\``` # Output: <p>Backtick: ``&#96;``</p> # Should-Be Output: <p>Backtick: <code>`</code></p> If you (Michel) are already aware of this, just ignore me ;-) -- Milian Wolff
2007 Apr 12
1
convert plugin created maildirfolder file in root maildir directory
I've noticed that if a user's maildir gets created by deliver or pop/imap without the convert plugin running, the maildir structure is fine (no maildirfolder file). But, if a user gets converted, there is a maildirfolder file in the user's base maildir directory. As far as I can tell, that doesn't cause any problems, but I just wanted to mention it. I've looked at the code
2006 Aug 21
2
Maildir folder separator
Hi, There's been some demand from users to make it possible to use the period character (.) in folder names, but that is impossible when the folder separator is already period. Is there any possibility of replacing that which another separator, say a / ? -Mikko
2007 Feb 15
1
maildir and the separator for subfolder
hi, I use dovecot 1.0rc15 with one maildir namespace. I'd like to be able to use '.' in folders and subfolders name. So, I setup the default namespace with separator =':' But, when I create some folders and then subfolders with thunderbird the filename one the server are named with some '.' no ':'... It seems that dovecot always interprets '.'
2013 Aug 24
3
Migrating from Maildir to Maildir:LAYOUT=fs
Hi I have use dovecot together with offlineimap to download my gmail account on a single user computer and I have only one maildir (~/Maildir). As I switched to Mac, I would like to use spotlight to index my mails, which apparently does not work as they are in hidden directories (.directories). So I would like to change to LAYOUT=fs. Is there an easy way to migrate my email structure? I have
2004 May 12
1
Change default values of a function
Dear R-helpers, I would like to change the default value of a functions that is call by a package. The function deparse() is called by a set of functions from a library and because I don't think is appropriate to change the library, I am trying to change the default value in deparse(). At the moment the only solution I have come across is to place a function in my working environment like
2020 May 13
0
Convert standalone mbox to standalone Maildir with Dsync - hierarchy separator error
> On 13/05/2020 10:11 Sam Kuper <sampablokuper at posteo.net> wrote: > > > Dear Dovecot users/devs, > > I have the following mbox file: > > /tmp/dsync_test/mbox/2002-September > > I would like to convert it to a Maildir: > > /tmp/dsync_test/maildir > > (Currently, the latter is just an empty directory.) > > I am attempting this
2006 Dec 30
3
problems with escaping backticks
I can't escape backticks if on a line with other code: $ echo 'maybe use `fixed face` for `/path/to/file` by using \`back ticks\` around it' | /usr/pkg/bin/Markdown <p>maybe use <code>fixed face</code> for <code>/path/to/file</code> by using \<code>back ticks\</code> around it</p> and this is even more wrong: $ echo 'maybe use
2023 Mar 01
1
tab-complete for non-syntactic names could attempt backtick-wrapping
Great suggestion! I've started a patch: https://bugs.r-project.org/show_bug.cgi?id=18479 On Wed, Mar 1, 2023 at 1:56 AM Ivan Krylov <krylov.r00t at gmail.com> wrote: > > ? Wed, 1 Mar 2023 01:36:02 -0800 > Michael Chirico via R-devel <r-devel at r-project.org> ?????: > > > +comps[non_syntactic] <- paste0("`", comps[non_syntactic], "`") >
2018 May 13
1
dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both
> On 13 May 2018, at 14.07, Matt Bryant <matt at the-bryants.net> wrote: > > Sigh ... ok so had if statement in SQL land that appended LAYOUT=fs if Maildir which explains the non-converting folder layout but NOT why the process is not picking up the actual contents of INBOX ... > Try setting imapc_prefix=INBOX instead of imapc_list_prefix. Sami
2009 Oct 08
0
Suggestions for low level RTP stream generator?
Hi, I need to build a simple, command-line method to generate a legal and "perfect" RTP stream across a network link, and analyse it on the other side and measure network performance. Want to do this for a number of links and over long periods. I'm trying to characterise performance of various available Internet links locally as input into a design project. Asterisk isn't
2009 May 26
1
Maildir with LAYOUT=fs not working
I'm considering converting a Cyrus system (managing my family's e-mail) to Dovecot. I'm trying Dovecot 1.1.15 on an Ubuntu 9.04 (2.6.28-11-server) system. My production server is currently running Cyrus 2.3.14. Since I have a huge number of folders and subfolders, I need to use LAYOUT=fs. However, it's not working consistently. I tried setting up a test account in Thunderbird