Set inplacealiases.
Showing
1 changed file
with
2 additions
and
1 deletions
1 | # -*- tcl -*- | 1 | # -*- tcl -*- |
2 | # This file is part of Mailutils testsuite. | 2 | # This file is part of Mailutils testsuite. |
3 | # Copyright (C) 2002, Free Software Foundation | 3 | # Copyright (C) 2002,2006 Free Software Foundation |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
20 | mail_start "--file=%mbox1" | 20 | mail_start "--file=%mbox1" |
21 | 21 | ||
22 | mail_command "set sendmail=\"sendmail:$top_builddir/examples/mta\"" | 22 | mail_command "set sendmail=\"sendmail:$top_builddir/examples/mta\"" |
23 | mail_command "set inplacealiases" | ||
23 | mail_command "setenv MTA_DIAG=\"$MU_FOLDER_DIR/mta.diag\"" | 24 | mail_command "setenv MTA_DIAG=\"$MU_FOLDER_DIR/mta.diag\"" |
24 | 25 | ||
25 | mail_test -noprompt "reply 1" \ | 26 | mail_test -noprompt "reply 1" \ | ... | ... |
-
Please register or sign in to post a comment