search for: foders

Displaying 13 results from an estimated 13 matches for "foders".

Did you mean: folders
2005 Mar 31
2
new to dovecot, dealing with MH foders
Hello, I'm sorry if this is a repeat, a few choice searches into google didn't help and I found no search for the archives. I can no longer put of moving away from UW-IMAP. Dovecot certainly seems to be the right choice, but I am having problems getting it to do what I need it to for all my mail. The machine is running the dist version, 0.99.12. I have a system mailbox and a large MH
2004 Jan 13
3
dovecot and evolution
hi, in evo when I open my mailbox INBOX is in the middle of my foder list. it seems evo sort folders alphanumericaly and eg Drafts is before INBOX. is there any way to put the inbox as the first folder? it very annoying:-( ps. anyway what is the status of the new indexing code and the thread view bug? thanks. -- Levente "Si vis pacem para bellum!"
2020 Nov 01
2
vignettes present in 2 folders or won't work
...c in my .Rbuildignore for reasons I can no longer remember... I will dig and create a MRE/reprex. The students will download heavy packages, but they probably won't notice. *Apologies* In the meantime, perhaps my question was clear enough to get clarity on: 1) whether having vignettes twice in foders inst/doc and vignettes is normal or not when vignettes are static. 2) where could anyone find a complete documentation on R vignettes since it is a recurring issue in this list and elsewhere. Many thanks On Sun, 1 Nov 2020 at 18:19, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >...
2019 Jan 17
2
Accidentally deleted .imap folder, how can I reindex?
Hello, I have several users with Maildir format. After upgrading from 2.2 to 2.3, some directories could not be opened from thunderbird. The server log shows all kinds of errors including these: Corrupted record in index cache file /home/user01/Maildir/.Elk&APw-ld&APY-tt/dovecot.index.cache: UID 2802: Broken physical size in mailbox Cached message size larger than expected (18 > 17,
2006 Nov 07
1
move the message between folder problem with quota.
...rprise Linux ES 4.0 Update 4. IMAP client Thunderbird 1.5.0.7 Only namespace: namespace private { separator = / inbox = yes prefix = location = maildir:~/Maildir/ } When the quota limit is near... more maildirsize 5242880S 0 0 2688058 1 1993336 1 ... if i move the message betweeen foders, dovecot say: quota exceeded. Is this a error? If i delete the message (trash folder), it not work too. would not have to work as Maildir++ specification says? http://www.inter7.com/courierimap/README.maildirquota.html (Reading from a Maildir++) Thanks a lot.
2010 Jul 14
4
Wine applications for all users
The worst thing the happens to me when I'm backing up my home folder, is when wine creates symbolic links to my home foder, in a folder inside. So with this, is hard to make a backup the entire home folder, if it relies in some symbolic links to folders out side the actual home folder. Then I propose that wine could create a wine user/group and create a folder, for example /var/wineprofiles/
2020 Nov 01
3
vignettes present in 2 folders or won't work
...mber... I will dig and create a MRE/reprex. >> The students will download heavy packages, but they probably won't >> notice. >> *Apologies* >> >> In the meantime, perhaps my question was clear enough to get clarity on: >> 1) whether having vignettes twice in foders inst/doc and vignettes is >> normal or not when vignettes are static. >> 2) where could anyone find a complete documentation on R vignettes >> since it is a recurring issue in this list and elsewhere. > > The Writing R Extensions manual describes vignette support in R, bu...
2019 Jan 17
0
Accidentally deleted .imap folder, how can I reindex?
Hi, doveadm force-resync -u user FOLDER Sami > On 17 Jan 2019, at 13.32, Les <nagylzs at gmail.com> wrote: > > > Hello, > > I have several users with Maildir format. After upgrading from 2.2 to 2.3, some directories could not be opened from thunderbird. The server log shows all kinds of errors including these: > > Corrupted record in index cache file
2020 Nov 01
0
vignettes present in 2 folders or won't work
...ns I can no longer > remember... I will dig and create a MRE/reprex. > The students will download heavy packages, but they probably won't notice. > *Apologies* > > In the meantime, perhaps my question was clear enough to get clarity on: > 1) whether having vignettes twice in foders inst/doc and vignettes is > normal or not when vignettes are static. > 2) where could anyone find a complete documentation on R vignettes since > it is a recurring issue in this list and elsewhere. The Writing R Extensions manual describes vignette support in R, but R allows contribute...
2011 May 03
1
mbox/maildir mixed setup with system/virtual mixed users
Hello Everyone, I'm using dovecot 1.0.7 (not sure how relevant it is though) configured to handle both sytem users and virtual users. The system users are handled by default (PAM), while the virtual users are handled pretty much like this: passdb passwd-file { args = /var/spool/vmail/%d/auth/%n } ...And mailbox and folder location settings: userdb static { args =
2011 Nov 08
1
Failing to share folders when listescape is enabled (2.0.14)
Hello, How I can share a folder with dots when the listescape plugin is enabled? In this example user001 is sharing two foders named "docs-abc" and "docs-a.b.c" to user002. The first folder (without dots) is seen by user002 but the second is not found by dovecot because it search a system folder named ".docs-a.b.c" but the system folder is ".docs-a\2eb\2ec" Nov? 8 11:03:52 imap2...
2003 Aug 04
4
cannot write to my shares
Hi! Well, I have a Linux machine (RedHat 9.0) with samba on it and a Win ME on the other machine and I want to share a partition for music, read-only. (Won't be hard, is mounted read-only) and a transfer share where I can write to, too. My config file looks as follwing: # Samba config file created using SWAT # from 192.168.0.1 (192.168.0.1) # Date: 2003/08/04 23:05:42 # Global parameters
2020 Nov 01
2
vignettes present in 2 folders or won't work
Dear all, I am struggling with an issue related to static vignettes: they work, but only when present in double in the tarball -- in the folder inst/doc and vignettes; see below for details. Details: I am pre-compiling heavy vignettes thanks to the vignette builder R.rsp. So basically, I have PDF files which I want the package to use as Vignettes. For this, I have the following in my