aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-29 09:44:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-29 09:44:31 +0800
commit9367415dc36546a74f29fa26f89e907bdcf6175e (patch)
tree3ac53d76c6e7a8a719f762a1afd7081c9d794e9f /mail/ChangeLog
parent777dc4018ac11b565eeacd9967670989bd28d297 (diff)
downloadgsoc2013-evolution-9367415dc36546a74f29fa26f89e907bdcf6175e.tar
gsoc2013-evolution-9367415dc36546a74f29fa26f89e907bdcf6175e.tar.gz
gsoc2013-evolution-9367415dc36546a74f29fa26f89e907bdcf6175e.tar.bz2
gsoc2013-evolution-9367415dc36546a74f29fa26f89e907bdcf6175e.tar.lz
gsoc2013-evolution-9367415dc36546a74f29fa26f89e907bdcf6175e.tar.xz
gsoc2013-evolution-9367415dc36546a74f29fa26f89e907bdcf6175e.tar.zst
gsoc2013-evolution-9367415dc36546a74f29fa26f89e907bdcf6175e.zip
Move the message-list cursor to the next message. (transfer_msg): If we
2001-10-28 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (transfer_msg_done): Move the message-list cursor to the next message. (transfer_msg): If we are moving messages, then pass transfer_msg_done() to mail_transfer_messages() so when it finishes it can move the cursor to the next undeleted message. svn path=/trunk/; revision=14313
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5683bfce01..ef8330367d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-10-28 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-callbacks.c (transfer_msg_done): Move the message-list
+ cursor to the next message.
+ (transfer_msg): If we are moving messages, then pass
+ transfer_msg_done() to mail_transfer_messages() so when it
+ finishes it can move the cursor to the next undeleted message.
+
* mail-format.c (try_inline_pgp): Check that the special PGP lines
begin and end with \n so as to avoid matching against quoted PGP
lines.