Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
670ca521
...
670ca52198327b3ea93d2641af71371cdd974776
authored
2006-05-23 12:51:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rename rfc2047.exp to encode2047.exp
1 parent
ff8b261c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
mailbox/testsuite/mailbox/rfc2047.exp → mailbox/testsuite/mailbox/decode2047.exp
mailbox/testsuite/mailbox/
rfc
2047.exp
→
mailbox/testsuite/mailbox/
decode
2047.exp
View file @
670ca52
# -*- tcl -*-
# This file is part of Mailutils testsuite.
# Copyright (C
)
2003, Free Software Foundation
# Copyright (C
)
2003,
2006
Free Software Foundation
#
# This program is free software
;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -19,7 +19,7 @@
mailbox_run
${top_builddir}
/examples/decode2047 -p
set
chan
[
open
${srcdir}
/
RFC
2047 r
]
set
chan
[
open
${srcdir}
/
Decode
2047 r
]
set
command
""
for
{
gets
$chan
line
}
{
!
[
eof
$chan
]}
{
gets
$chan
line
}
{
...
...
@@ -47,4 +47,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close
$chan
# end of
address
.exp
# end of
decode2047
.exp
...
...
Please
register
or
sign in
to post a comment