removed command line flag for max-comment-cols

This commit is contained in:
Alexandre Kaskasoli
2016-09-29 09:15:21 +01:00
parent da35f8cb53
commit 408bf89fd5

View File

@@ -67,9 +67,6 @@ def build_parser():
parser.add_argument(
'--enable-media', dest='enable_media', action='store_const', const=True,
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