add/enable docx2txt for neomutt
This commit is contained in:
parent
d2618fa7ea
commit
e38dab053e
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ application/vnd.ms-excel; excel2text %s; copiousoutput
|
|||
application/x-vCalendar; mutt-remind
|
||||
application/x-zip-compressed; unzip -v %s ; copiousoutput
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; mutt_bgrun libreoffice %s; test=sh -c 'test -n $DISPLAY'
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; docx2txt '%s' -; copiousoutput
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; docx2txt '%s'; copiousoutput
|
||||
application/msword; mutt_bgrun libreoffice %s; test=sh -c 'test -n $DISPLAY'
|
||||
application/msword; catdoc '%s' ; copiousoutput
|
||||
application/vnd.msword; mutt_bgrun libreoffice %s; test=sh -c 'test -n $DISPLAY'
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
python-dateutil
|
||||
setuptools
|
||||
requests
|
||||
docx2txt
|
||||
];
|
||||
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue