Displaying 18 results from an estimated 18 matches for "mail_seen".
2011 Aug 08
2
How to make dovecot-lda/deliver mark a message as seen
...body,
I am using dovecot 2.0.13 and have a special case here in which I want a
mail that is delivered locally with dovecot-lda to be marked as "seen".
In dovecot 1.1.7 I succeeded to achive this, by modifing deliver.c so
that upon adding a -S switch to the command arguments, the flag
MAIL_SEEN was added to the call of mailbox_copy(). This seemed to work
pretty good.
With the new version, i tried to do something similar by selectively adding
mail_update_flags(ctx.src_mail, MODIFY_ADD, MAIL_SEEN);
just before the call of mail_deliver(), whenever the -S argument is given.
But this does n...
2006 Dec 06
2
Changing the Seen Flags
Hi ,
Can we change the setting on dovecot so that the Seen mail flag S should
be saved
where everybody can see that and not in the dovecot.index file
As we are facing problems with public folder read/unread mails.
Any help is appreciated
Thanks,
Amardeep
2005 Sep 18
2
Maildir quota's
Hey,
is
http://www.dovecot.org/patches/1.0/quota.tar.gz
supposed to work with maildir quota's for virtual mailboxes? Using it
with dovecot-lda (cvs) results in DSN
Your message was automatically rejected by Sieve, a mail
filtering language.
The following reason was given:
Internal quota calculation error
Thanks,
Lieven
-------------- next part --------------
A non-text attachment was
2007 Jan 31
2
Quota crashing w/ gdb backtrace
...f0, mail=0xc73a8) at quota-storage.c:120
#7 0x7f9374d0 in quota_save_finish (ctx=0xc7790, dest_mail=0xc73a8)
at quota-storage.c:222
#8 0x6cb64 in mailbox_save_finish (_ctx=0xffbef504, dest_mail=0xc73a8)
at mail-storage.c:538
#9 0x6ba2c in mail_storage_copy (t=0xc57f0, mail=0xc5c00, flags=MAIL_SEEN,
keywords=0x0, dest_mail=0xc73a8) at mail-copy.c:38
#10 0x7f9371e4 in quota_copy (t=0xc57f0, mail=0xc5c00, flags=MAIL_SEEN,
keywords=0x0, dest_mail=0x0) at quota-storage.c:148
#11 0x6cbbc in mailbox_copy (t=0xc57f0, mail=0xc5c00, flags=MAIL_SEEN,
keywords=0x0, dest_mail=0x0) at mail-sto...
2003 Sep 29
1
Handling of X-Status flags
...ex.c dovecot-0.99.10.brb/src/lib-index/maildir/maildir-index.c
--- dovecot-0.99.10/src/lib-index/maildir/maildir-index.c Fri Jun 27 00:11:06 2003
+++ dovecot-0.99.10.brb/src/lib-index/maildir/maildir-index.c Sat Sep 27 13:17:04 2003
@@ -109,10 +109,10 @@
case 'S': /* seen */
flags |= MAIL_SEEN;
break;
- case 'T': /* trashed */
+ case 'D': /* trashed */
flags |= MAIL_DELETED;
break;
- case 'D': /* draft */
+ case 'T': /* draft */
flags |= MAIL_DRAFT;
break;
case 'F': /* flagged */
@@ -168,9 +168,9 @@
nextflag = *oldflag...
2008 Aug 01
1
namespaces at v1.0.15
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i need to create a public maildir folder for virtual users so i did this:
dovecot-1.0.15:
namespace public {
prefix = public/
separator = /
location =
maildir:/var/mail/shared:INDEX=/var/mail/shared/%u/index/:CONTROL=/var/mail/shared/%u/control/
}
namespace private {
separator = /
prefix =
inbox =
2005 May 20
1
pop3/commands.c query
Is this correct ?
cmd_rset()
if (mail_update_flags(mail, MAIL_SEEN,
MODIFY_REMOVE) < 0)
break;
Args seems to be switched.
/Jens
-----------------------------------------------------------------------
'This mail automatically becomes portable when carried.'
-----------------------------------------------------------------------...
2010 Apr 07
1
Per-user flags for shared folders
...sources and add also \Deleted flag to
private flags, but it's not an elegant solution[?]
And my idea is easy to implement :) Only add here:
305 shared_path = t_strconcat(box->path, "/dovecot-shared", NULL);
306 if (stat(shared_path, &st) == 0)
307 box->private_flags_mask = MAIL_SEEN;
in maildir-storage.c some code for reading a mask from dovecot-shared file.
Unfortunatelly I'm not a good programmer, so I can't make a patch myself(((
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 323.gif
Type: image/gif
Size: 100 bytes
Desc: not ava...
2007 Oct 25
1
Messages not marked as read
Hello everybody,
Recently I have migrated my IMAP server from Courier-IMAP to
dovecot. The migration was successful and all the users are happy due
to the speed of the new IMAP server. We are using Horde-3.2+IMP-4.2
as the webmail client.
But one of the users is having some unusual issues with his mailbox.
Whenever he clicked and open a new email, it's never marked as read.
He has to click
2012 Apr 03
0
Per-user flags/indexes for shared mailboxes
...type = public
prefix = Public/
location = mdbox:/var/lib/public/mdbox:INDEXPVT=~/mdbox/public
list = yes
}
So the private flags are stored in indexes under ~/mdbox/public/, while
the shared flags are stored under /var/lib/public/mdbox/. The patch
currently hardcodes the shared flags as only MAIL_SEEN. I'm not really
sure what would be the best place to configure which flags are private.
Perhaps a per-namespace default, but how to configure it per-mailbox?
Also per-user keywords aren't currently supported. And it's a little bit
annoying that each private flag update must increase th...
2008 Oct 09
5
Panic 1.1.4
...c708
msgid = 0x8114bb4
"<20081008182128.D148E68E1BECD at relay1.senderdomain.net>"
size = <value optimized out>
str = (string_t *) 0x80f1858
pool = <value optimized out>
#17 0xb7fa3d56 in mail_log_copy (t=0x810ff00, mail=0x81142b8,
flags=MAIL_SEEN, keywords=0x0, dest_mail=0x0) at mail-log-plugin.c:400
_data_stack_cur_id = 4
name = <value optimized out>
#18 0x0805a142 in cmd_copy (cmd=0x80fb9c8) at cmd-copy.c:66
client = (struct client *) 0x80fa548
storage = (struct mail_storage *) 0x80fb108
destb...
2008 Jun 27
3
Keeping \Seen flag private
Hi all,
I wanna to set up shared folders for a couple of users and I'd like that
everyone could keep the \Seen flag as private. So if user #1 reads some
messages and user #2 not, those messages appear as "unseen" to #2 and "seen"
to #1.
I've implemented shared folders using namespaces with every user having their
own "control" and "private"
2006 Jan 31
1
beta2: strange assert
...l_get_special>,
update_flags = 0x49180 <index_mail_update_flags>,
update_keywords = 0x491a4 <index_mail_update_keywords>,
expunge = 0x491c8 <index_mail_expunge>}, pool = 0xbb940,
module_contexts = {buffer = 0xbbad8, element_size = 4}}, data = {
flags = MAIL_SEEN, date = 0, received_date = 1138391916,
virtual_size = 35917, physical_size = 35337, sent_date = {time = -1,
timezone = 0}, parse_line = {field_idx = 4294967295, start_pos = 168,
end_pos = 201, line_num = 32, cache = 1}, parse_line_num = 41,
parts = 0x0,
envelope = 0xc0f10 &q...
2008 May 19
2
no bookeeping using public folders
Using dovecot 1.0.10. In the config:
namespace public {
separator = /
hidden = no
prefix = Flock/
location =
maildir:/home/baratin/PublicMaildir:CONTROL=~/Maildir/control/Flock:INDEX=/var/dovecot/index/%u/Flock
}
This should be a public mail folder owned by "baratin", "read only" for
all other users. Every user has his/her own control and index area
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2014 Mar 11
2
Panic: file mail-index-map.c: line 547 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
...ized out>) at notify-storage.c:145
lbox = <optimized out>
dest_mail = 0x18a78a0
#16 0x00007f32d2f64582 in mailbox_save_finish (_ctx=_ctx at entry=0x189a280) at mail-storage.c:2073
ctx = 0x18a9590
t = 0x18ab220
keywords = 0x0
pvt_flags = MAIL_SEEN
copying_via_save = false
ret = <optimized out>
__FUNCTION__ = "mailbox_save_finish"
#17 0x000000000040cef1 in cmd_append_continue_message (cmd=0x189a120) at cmd-append.c:858
lit_offset = 228081
client = 0x1899540
ctx = 0x189a228...
2003 Oct 02
2
Patches
As the freeze for Debian sarge slowly approaches I want to make sure
the Dovecot packages are in as good condition as possible. I see there
have been a number of patches since 0.99.10. I have added the following
patches:
* segfault when user home directory is empty
* Proper PAM service name
* Make suid work on 2.6 kernels
Any other patches thatI ought to add. Or better yet, will there be a
2012 Jun 15
3
doveadm backup panic
using latest auto build didn't help.
this happens only with a specific account.
# doveadm -o imapc_user=----- at domain.com -o imapc_password=---- backup
-u =----- at domain.com -R imapc:
dsync(---- at domain.com): Panic: pool_data_stack_realloc(): stack frame
changed
dsync(---- at domain.com): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x4209a) [0xb762b09a] ->