~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to remailer.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-06-07 17:30:03 UTC
  • mto: (16.2.1 experimental) (2.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090607173003-rg37ui3h2bbv7wl0
Tags: upstream-1.5.19
ImportĀ upstreamĀ versionĀ 1.5.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
 
2
 * Copyright (C) 1999-2001 Thomas Roessler <roessler@does-not-exist.org>
3
3
 * 
4
4
 *     This program is free software; you can redistribute it
5
5
 *     and/or modify it under the terms of the GNU General Public
535
535
  
536
536
  mix_screen_coordinates (type2_list, &coords, chain, 0);
537
537
  
538
 
  menu = mutt_new_menu ();
539
 
  menu->menu = MENU_MIX;
 
538
  menu = mutt_new_menu (MENU_MIX);
540
539
  menu->max = ttll;
541
540
  menu->make_entry = mix_entry;
542
541
  menu->tag = NULL;