removed command line flag for max-comment-cols
This commit is contained in:
@@ -67,9 +67,6 @@ def build_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--enable-media', dest='enable_media', action='store_const', const=True,
|
'--enable-media', dest='enable_media', action='store_const', const=True,
|
||||||
help='Open external links using programs defined in the mailcap config')
|
help='Open external links using programs defined in the mailcap config')
|
||||||
parser.add_argument(
|
|
||||||
'--max-comment-cols', dest='max_comment_cols', type=int,
|
|
||||||
help='Maximum comment column width')
|
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user