Commit c0c9593c c0c9593cd8278b0fc42aba80ae642d1f51992ecb by Sergey Poznyakoff

Set inplacealiases.

1 parent 97af4594
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" \
......