Commit eb1d5d74 eb1d5d74dad5bc47cb249a939eb44de0746809b8 by Sergey Poznyakoff

Updated

1 parent 6e3d76b6
Showing 1 changed file with 32 additions and 0 deletions
1 2002-07-16 Sergey Poznyakoff
2
3 Based on ideas of Matthew Whitworth, moved mailbox file
4 expansion into a separate function:
5
6 * mail/file.c (mail_expand_name): New function. Expands mail
7 special characters in a filename.
8 * mail/mail.h: Likewise.
9 * mail/copy.c (mail_copy0): Use mail_expand_name().
10
11 * mail/quit.c (mail_mbox_commit): Fixed typo.
12 (mail_mbox_close): Do not expunge mailboxes if readonly is set.
13 Helps in testing mail.
14 * mail/alt.c: Use mu_errstring() where appropriate.
15
16 * mail/testsuite/mail/folder.exp: (new file) A regression test
17 for folder and file commands.
18 * mail/testsuite/mail/DISTFILES: Added folder.exp
19 * mail/testsuite/folder: (new dir) Data for folder.exp test.
20 * mail/testsuite/folder/DISTFILES: New file
21 * mail/testsuite/folder/one: New file
22 * mail/testsuite/folder/two: New file
23
24 * mail/testsuite/Makefile.am: Added folder.
25 * mail/testsuite/lib/mail.exp: Set MBOX variable.
26 * mail/testsuite/mail/read.exp: Force readonly mode before
27 proceeding.
28 * mail/testsuite/spool/mbox: (new)
29 * mail/testsuite/spool/DISTFILES: Added mbox
30
31 * THANKS: Added Matthew Whitworth
32
1 2002-07-15 Sergey Poznyakoff 33 2002-07-15 Sergey Poznyakoff
2 34
3 * mail/folders.c (mail_folders): If the value of "folder" variable 35 * mail/folders.c (mail_folders): If the value of "folder" variable
......