Re: Preserving flags, and their global nature

2002-11-20 Thread Lawrence Greenfield
--On Tuesday, November 19, 2002 5:09 PM + Ian McDonald <[EMAIL PROTECTED]> wrote: Over the weekend, it struck me that a patch to make 'seen' global could be as simple as commenting out the calls to the code that treats '\Seen' as a special-case global variable, and adding 'Seen' to the list o

Re: Preserving flags, and their global nature

2002-11-19 Thread Ian McDonald
AIL PROTECTED]> Cc: "Lawrence Greenfield" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 12:28 AM Subject: Re: Preserving flags, and their global nature > >How difficult would it be to hack Cyrus to either make Seen global, or make > >Seen

Re: Preserving flags, and their global nature

2002-11-18 Thread Ian McDonald
Unfortunately for me, I think that my client (the Mail::IMAPClient perl module) only supports LOGIN. - Original Message - From: "Rob Siemborski" <[EMAIL PROTECTED]> To: "Ian McDonald" <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 7:45 PM Subject:

Re: Preserving flags, and their global nature

2002-11-16 Thread adam
>How difficult would it be to hack Cyrus to either make Seen global, or make >Seen globally visible? Agree, a global seen attribute would be wonderfully useful. Out marketing deptartment was terribly disappointed to discover that other flags (answered) were global but seen was either personal, or

Re: Preserving flags, and their global nature

2002-11-15 Thread Lawrence Greenfield
--On Friday, November 15, 2002 7:47 PM + Ian McDonald <[EMAIL PROTECTED]> wrote: How difficult would it be to hack Cyrus to either make Seen global, or make Seen globally visible? Well, it's not clear in IMAP how to show the status of other user's seen flags. While it wouldn't be impossib

Re: Preserving flags, and their global nature

2002-11-15 Thread Ian McDonald
lt;[EMAIL PROTECTED]>; "Ian McDonald" <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 7:08 PM Subject: Re: Preserving flags, and their global nature >From: "Ian McDonald" <[EMAIL PROTECTED]> >Date: Fri, 15 Nov 2002 19:09:14 - > >Is the

Re: Preserving flags, and their global nature

2002-11-15 Thread Rob Siemborski
On Fri, 15 Nov 2002, Lawrence Greenfield wrote: >From: "Ian McDonald" <[EMAIL PROTECTED]> >Date: Fri, 15 Nov 2002 19:09:14 - > >Is there any way for an admin user to read, or write, another users Seen >flags? > > No. Well, technically you could authorize as the alternate user

Re: Preserving flags, and their global nature

2002-11-15 Thread Lawrence Greenfield
From: "Ian McDonald" <[EMAIL PROTECTED]> Date: Fri, 15 Nov 2002 19:09:14 - Is there any way for an admin user to read, or write, another users Seen flags? No. Do any other flags behave like this? No. \Delete probably should be a per-user flag but it isn't. Larry

Re: Preserving flags, and their global nature

2002-11-15 Thread Ian McDonald
Is there any way for an admin user to read, or write, another users Seen flags? Do any other flags behave like this? - Original Message - From: "Lawrence Greenfield" <[EMAIL PROTECTED]> > > You can argue about whether or not it should happen. The design of > Cyrus makes it awfully difficu

Re: Preserving flags, and their global nature

2002-11-15 Thread Lawrence Greenfield
From: "Ian McDonald" <[EMAIL PROTECTED]> Date: Fri, 15 Nov 2002 18:07:59 - When I move (copy and delete) messages between shared folders, the (\Answered) and (\Flagged) flags are preserved, but the (\Seen) flag seems to be removed. The user doing the moving is some housekeep

Preserving flags, and their global nature

2002-11-15 Thread Ian McDonald
When I move (copy and delete) messages between shared folders, the (\Answered) and (\Flagged) flags are preserved, but the (\Seen) flag seems to be removed. The user doing the moving is some housekeeping software, and is not the same userid as the user which has examined the email. Both of those