<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Warn to user while move message to Notepad/Memo</title> 
  <pubDate>Fri, 10 Apr 2026 13:09:17 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6832</link> 
  <atom:link rel="self" type="application/rss+xml" title="Warn to user while move message to Notepad/Memo" href="https://bugs.horde.org/ticket/6832/rss" /> 
  <description>Warn to user while move message to Notepad/Memo</description> 
 
   
   
  <item> 
   <title>Warn to user while move message to Notepad/Memo,if message w</title> 
   <description>Warn to user while move message to Notepad/Memo,if message with attachments.

Thus, can prevend attachments lost permanently.  </description> 
   <pubDate>Wed, 04 Jun 2008 04:56:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t45898</link> 
  </item> 
   
  <item> 
   <title>Hope this patch fixes this :)

Had to move some js to top of</title> 
   <description>Hope this patch fixes this :)

Had to move some js to top of page and include a inline part, if they are not in their correct places, please say so.

Best regards,

Gonçalo Queirós</description> 
   <pubDate>Mon, 21 Sep 2009 18:16:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t55869</link> 
  </item> 
   
  <item> 
   <title>This patch only deals with the mailbox page, not the message</title> 
   <description>This patch only deals with the mailbox page, not the message page.  And this code will show a confirmation screen for every move action.  That is most definitely not desired - a confirmation screen (or better yet, a confirmation javascript dialog box) should only be shown for moves to the notepad and/or memo app.</description> 
   <pubDate>Fri, 25 Sep 2009 16:48:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t55960</link> 
  </item> 
   
  <item> 
   <title>Tottally forgot about checking if the user is moving to nag </title> 
   <description>Tottally forgot about checking if the user is moving to nag or mnome.. :-/ Will fix that and the confirmation on message screen also... I did this with a confirmation screen and not with a javascript box, because Jan told me it would be better to do this way :-)

Will check it monday!</description> 
   <pubDate>Sat, 26 Sep 2009 22:28:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t55963</link> 
  </item> 
   
  <item> 
   <title>Ok, think it fixed now. I have kept with the middle confirma</title> 
   <description>Ok, think it fixed now. I have kept with the middle confirmation screen instead of javascript box, because Jan prefers one and you prefer another :-) If you guys want, i can change this to javascript ;)

</description> 
   <pubDate>Mon, 28 Sep 2009 10:18:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t55992</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #6832: A</title> 
   <description>Changes have been made in Git for this ticket:

Bug #6832: Add confirm dialog when moving to notepad/tasklist

http://git.horde.org/diff.php/imp/js/mailbox.js?rt=horde-git&amp;r1=4b600ba8f7806b634cb6a0596e69839f5009f765&amp;r2=25e4e9f441d22b3df2b6f6396ff8b4be3063695c
http://git.horde.org/diff.php/imp/js/message.js?rt=horde-git&amp;r1=4ff6763fddf80477f6e7d5c169bedf33cbf8e6ec&amp;r2=25e4e9f441d22b3df2b6f6396ff8b4be3063695c
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&amp;r1=4b600ba8f7806b634cb6a0596e69839f5009f765&amp;r2=25e4e9f441d22b3df2b6f6396ff8b4be3063695c
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&amp;r1=5f6adf20fe681b1d040cbaa824292993daae303d&amp;r2=25e4e9f441d22b3df2b6f6396ff8b4be3063695c
http://git.horde.org/diff.php/imp/templates/imp/javascript_defs.php?rt=horde-git&amp;r1=9c078bc25ad56f126dafab18d31b8bfc594fa44a&amp;r2=25e4e9f441d22b3df2b6f6396ff8b4be3063695c</description> 
   <pubDate>Wed, 07 Jul 2010 05:22:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t59337</link> 
  </item> 
   
  <item> 
   <title>This is best handled with a RedBox dialog display rather tha</title> 
   <description>This is best handled with a RedBox dialog display rather than the extreme overhead of displaying an additional page, which would become quite tedious every time this action is to be performed.  Added to IMP 5.</description> 
   <pubDate>Wed, 07 Jul 2010 05:24:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t59338</link> 
  </item> 
   
  <item> 
   <title>I&#039;m not sure that displaying another page is really extreme </title> 
   <description>I&#039;m not sure that displaying another page is really extreme overhead given that this isn&#039;t a constant action like deleting. No problem with using a dialog in general, but what about when javascript is off? Do we still care about that case?</description> 
   <pubDate>Tue, 13 Jul 2010 23:08:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t59402</link> 
  </item> 
   
  <item> 
   <title>&gt; I&#039;m not sure that displaying another page is really extrem</title> 
   <description>&gt; I&#039;m not sure that displaying another page is really extreme overhead 
&gt; given that this isn&#039;t a constant action like deleting. No problem 
&gt; with using a dialog in general, but what about when javascript is 
&gt; off? Do we still care about that case?

No - this would be no different than the delete without trash.  We don&#039;t want a confirm page every time we delete a message.  That is simply way too much overhead.

I agree with an intermediate page when it is something that is potentially EXTREMELY destructive - i.e. emptying an entire mailbox.  But not at a message level.

And IIRC, at this point we are assuming that people have javascript enabled if using IMP (or any of the standard views of apps).  If not, they should be using mimp instead.</description> 
   <pubDate>Wed, 14 Jul 2010 00:22:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6832#t59403</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
