[Bug 1411623] Re: mail -N not woking

Tor Stenvaag tor at agromatic.no
Fri Jan 16 11:58:04 UTC 2015


The "T" argument is removed from the getopt argument, but the
corresponding ":" is not removed.

+Index: bsd-mailx-8.1.2-0.20111106cvs/main.c
+===================================================================
+--- bsd-mailx-8.1.2-0.20111106cvs.orig/main.c	2015-01-05 11:39:00.136339604 -0500
++++ bsd-mailx-8.1.2-0.20111106cvs/main.c	2015-01-05 11:39:00.132339587 -0500
+@@ -115,18 +115,8 @@
+ 	subject = NULL;
+ 	header = NULL;
+ 	replyto = NULL;
+-	while ((i = getopt(argc, argv, "EINT:a:b:c:defins:u:v")) != -1) {
++	while ((i = getopt(argc, argv, "EIN:a:b:c:defins:u:v")) != -1) {

** Summary changed:

- mail -N not woking
+ mail -N not working

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bsd-mailx in Ubuntu.
https://bugs.launchpad.net/bugs/1411623

Title:
  mail -N not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsd-mailx/+bug/1411623/+subscriptions



More information about the Ubuntu-server-bugs mailing list