Commit d2f5145d d2f5145d2d934aba502dc60ae1ddba9980f4fb01 by Sergey Poznyakoff

Updated

1 parent a86ea580
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
4 * frm/frm.c: Moved part of code to be shared between `frm' and 4 * frm/frm.c: Moved part of code to be shared between `frm' and
5 `from' to common.c 5 `from' to common.c
6 * frm/common.c: New file 6 * frm/common.c: New file
7 * frm/from.c: New file
8 * frm/frm.h: New file
7 * mail/quit.c: Save messages that were marked for saving to mbox 9 * mail/quit.c: Save messages that were marked for saving to mbox
8 and then deleted 10 and then deleted
9 * mailbox/mbox/mbox.c (mbox_scan): Store the number of messages 11 * mailbox/mbox/mbox.c (mbox_scan): Store the number of messages
......
1 # 1 #
2 # List of source files containing translatable strings. 2 # List of source files containing translatable strings.
3 # Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. 3 # Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 # 4 #
5 5
6 sql/mysql.c 6 sql/mysql.c
...@@ -18,8 +18,8 @@ comsat/comsat.c ...@@ -18,8 +18,8 @@ comsat/comsat.c
18 dotlock/dotlock.c 18 dotlock/dotlock.c
19 19
20 frm/frm.c 20 frm/frm.c
21 21 frm/from.c
22 from/from.c 22 frm/common.c
23 23
24 guimb/collect.c 24 guimb/collect.c
25 guimb/main.c 25 guimb/main.c
......