Re: [SM-USERS] delete_move_next plugin: Trying to access array offset on value of type null

2022-01-18 Thread Paul Lesniewski
On Wed, January 19, 2022 5:12 am, Robert Kudyba wrote: >> >> >> On Wed, January 19, 2022 1:39 am, Robert Kudyba wrote: >> > Running squirrelmail-20220115_0200-SVN.devel.tar.gz >> >> Remember to make sure to indicate if this is version 1.4.23 or 1.5.2, in >> this case I believe it is 1.4.23 >> >

Re: [SM-USERS] delete_move_next plugin: Trying to access array offset on value of type null

2022-01-18 Thread Paul Lesniewski
On Wed, January 19, 2022 1:39 am, Robert Kudyba wrote: > Running squirrelmail-20220115_0200-SVN.devel.tar.gz Remember to make sure to indicate if this is version 1.4.23 or 1.5.2, in this case I believe it is 1.4.23 > on Fedora 35, PHP 8, > the delete_move_next plugin generates this error: > >

Re: [SM-USERS] delete_move_next

2003-10-10 Thread Jimmy Conner
[EMAIL PROTECTED] said: > > Hi, I just installed 1.4.2 with the delete_move_next plugin and I have > a few questions. > > 1. Why is this plugin in the "Obsolete Plugins" section if it still seems >to be active and useful? The plugin is in the obsolete section, because the downloadable form o

Re: [SM-USERS] : Delete_move_next plugin obsolescence?

2003-02-03 Thread Jonathan Angliss
Hello Kevin, On Monday, February 03, 2003, Kevin Stevens wrote... > I'm a new user of Squirrelmail (1.2.9), and was perusing the plugins > collection looking for a way to delete a message while reading and > proceed to the next/previous one. The Delete_move_next plugin looks > like what I'd want,

Re: [SM-USERS] : Delete_move_next plugin obsolescence?

2003-02-03 Thread Kevin Stevens
>> I'm a new user of Squirrelmail (1.2.9), and was perusing the plugins >> collection looking for a way to delete a message while reading and >> proceed to the next/previous one. The Delete_move_next plugin looks >> like what I'd want, but it is listed in the "Obsolete" group, >> indicating that t

Re: [SM-USERS] : Delete_move_next plugin obsolescence?

2003-02-03 Thread Thijs Kinkhorst
Hello, > I'm a new user of Squirrelmail (1.2.9), and was perusing the plugins > collection looking for a way to delete a message while reading and proceed > to the next/previous one. The Delete_move_next plugin looks like what I'd > want, but it is listed in the "Obsolete" group, indicating that

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-26 Thread deurk
Jonathan Angliss a dit : >>> I noticed the two of you have the same settings. [..] Do you have UID >>> support on by any chance? >> Yup! > Out of curiousity, when you turn OFF UID support, > does the problem go away? Actually... it doesn't! - This email w

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-26 Thread Jonathan Angliss
>>> I am experiencing the same situation as Deurk. >>> My settings are: >>> Server Side Sorting? off >>> Server Side Threading? off >>> Folder Threading? off >>> Sorted by? Date >> I noticed the two of you have the same settings. [..] Do you have UID >> support on by any chance? > Yup! Okay...

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-25 Thread deurk
Jonathan Angliss a dit : >> I am experiencing the same situation as Deurk. >> My settings are: >> Server Side Sorting? off >> Server Side Threading? off >> Folder Threading? off >> Sorted by? Date > > I noticed the two of you have the same settings. I switched my setup to > the same, no threading

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-25 Thread Jonathan Angliss
> I am experiencing the same situation as Deurk. > My settings are: > Server Side Sorting? off > Server Side Threading? off > Folder Threading? off > Sorted by? Date I noticed the two of you have the same settings. I switched my setup to the same, no threading, or sorting by the server, threading

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-25 Thread deurk
> Server Side Sorting? (on/off) > Server Side Threading? (on/off) > Folder Threading? (on/off) > Sorted by? OFF OFF OFF DATE - This email was sent using SquirrelMail. "Webmail for nuts!" http://squirrelmail.org/ --

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-25 Thread Jonathan Angliss
Hello Matt, On Saturday, January 25, 2003, Matt wrote... > I am experiencing the same situation as Deurk. > My settings are: > Server Side Sorting? off > Server Side Threading? off > Folder Threading? off > Sorted by? Date I'll set mine to the same, and see what happens. > Jonathan: > What is

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-25 Thread Matt
I am experiencing the same situation as Deurk. My settings are: Server Side Sorting? off Server Side Threading? off Folder Threading? off Sorted by? Date Jonathan: What is selectable on your top message? "Delete and Next" or "Delete and Previous"?And then when you delete the top message what

Re: [SM-USERS] delete_move_next plugin with RC2a

2003-01-25 Thread Jonathan Angliss
Hello Deurk, On Saturday, January 25, 2003, deurk wrote... >>> Where is that programmer?! :)) >> Right here... *grins*... I'll take a look :) > Just to make what is buggy for me really clear ;) > When I've got like say 3 new messages: > NEW > NEW > old > NEW > When I'm on the first one: 'next'

Re: [SM-USERS] delete_move_next still not ok with latest 1.4 cvs

2003-01-10 Thread Luc Brouard
Thijs Kinkhorst wrote: Warning: Undefined variable: imapConnecion in /export/var/www/squirrelmail-1.4.0-20030110-cvs/plugins/delete_move_next/setup.php on line 45 I've fixed this obvious typo in CVS. Should appear in the release on the site within a day. I didn't really pay attention at this

Re: [SM-USERS] delete_move_next still not ok with latest 1.4 cvs

2003-01-10 Thread Thijs Kinkhorst
> Warning: Undefined variable: imapConnecion in > /export/var/www/squirrelmail-1.4.0-20030110-cvs/plugins/delete_move_next/setup.php > on line 45 I've fixed this obvious typo in CVS. Should appear in the release on the site within a day. Thijs --

Re: [SM-USERS] delete_move_next & squirrelmail 1.2.9

2002-11-06 Thread Barton Hodges
I believe it is the filters plugin that is causing the problem. A workaround is to comment out this line in setup.php: $squirrelmail_plugin_hooks['right_main_after_header']['filters'] = 'start_filters'; and add this line: $squirrelmail_plugin_hooks['right_main_bottom']['filters'] = 'start_fil

Re: [SM-USERS] delete_move_next & squirrelmail 1.2.9

2002-11-06 Thread Ewan McDowall
hanks Seth, Ewan > --__--__-- > > Message: 13 > Date: Wed, 6 Nov 2002 08:32:31 -0700 (MST) > Subject: Re: [SM-USERS] delete_move_next & squirrelmail 1.2.9 > From: "Seth E. Randall" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > Ewan, > Which ma

Re: [SM-USERS] delete_move_next & squirrelmail 1.2.9

2002-11-06 Thread Seth E. Randall
Ewan, Which mailbox(es) does this happen in. I have seen one problem where this happens, but only in the INBOX. It went away when I disabled the filters plugin. Can you check and see if that fixes it for you? Seth. Ewan McDowall said: > Hi, > > I am having a bit of trouble with the delete move

Re: [SM-USERS] delete_move_next & squirrelmail 1.2.9

2002-11-06 Thread Eric Anderson
I have a similar problem with 1.2.9 - the previous / next "links" are not linked at all. They should be, and they used to be under 1.2.7 Eric David Dooling wrote: Ewan McDowall said: I am having a bit of trouble with the delete move next plugin. The 'Delete & Next' and 'Delete & Previous' l