]>
git.madduck.net Git - etc/neomutt.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
54e0172 )
if _PYNLINER:
parser.add_argument(
"--css-file",
if _PYNLINER:
parser.add_argument(
"--css-file",
- type=str,
- default="",
help="CSS file to merge with the final HTML",
)
else:
help="CSS file to merge with the final HTML",
)
else:
parser.add_argument(
"--tempdir",
parser.add_argument(
"--tempdir",
help="Specify temporary directory to use for attachments",
)
help="Specify temporary directory to use for attachments",
)
"-o",
metavar="PATH",
dest="cmdpath",
"-o",
metavar="PATH",
dest="cmdpath",
required=True,
help="Temporary file path to write commands to",
)
required=True,
help="Temporary file path to write commands to",
)
massage_p.add_argument(
"MAILDRAFT",
nargs="?",
massage_p.add_argument(
"MAILDRAFT",
nargs="?",
help="If provided, the script is invoked as editor on the mail draft",
)
help="If provided, the script is invoked as editor on the mail draft",
)
) as cmd_f:
do_massage(
draft_f,
) as cmd_f:
do_massage(
draft_f,
- pathlib.Path(args.MAILDRAFT) ,
cmd_f,
extensions=args.extensions,
cssfile=args.css_file,
cmd_f,
extensions=args.extensions,
cssfile=args.css_file,