summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-19 12:52:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-19 12:52:04 +0000
commit9044dd4d58af4b4d64a6e68b7b76c42d317e7ce5 (patch)
tree6c7294a93c4adf68fa7544b13beb6f24a54923a2 /main.c
parent705380445111ecdb41fa537b6b50625e84714429 (diff)
Removing the Attach-Menu feature for the next release
version.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 8002e25f..c0e2177a 100644
--- a/main.c
+++ b/main.c
@@ -573,11 +573,11 @@ int main (int argc, char **argv)
{
if (a)
{
- a->next = mutt_make_file_attach (t->data);
+ a->next = mutt_make_attach (t->data);
a = a->next;
}
else
- msg->content = a = mutt_make_file_attach (t->data);
+ msg->content = a = mutt_make_attach (t->data);
if (!a)
{
if (!option (OPTNOCURSES))