David Purton

Results 126 comments of David Purton

Would this be a packaging issue? You can submit Debian bug reports using the [`reportbug`](https://wiki.debian.org/reportbug) tool.

The current Debian `.desktop` file is: ``` [Desktop Entry] Categories=Office;Network;Email; Comment=Simple text-based Mail User Agent Comment[de]=Einfaches, Text-basiertes Mailprogramm Exec=neomutt %u Icon=neomutt Name=neomutt Name[de]=Mutt MimeType=x-scheme-handler/mailto; NoDisplay=false Terminal=true Type=Application ```

The icons are installed in `/usr/share/doc/neomutt/logo/` which is not terribly helpful. There's nothing in `/usr/share/icons/` or any of its subdirectories.

## Icon placement `contrib/logo/neomutt-32.png` → `/usr/share/icons/hicolor/32x32/apps/neomutt.png` `contrib/logo/neomutt-64.png` → `/usr/share/icons/hicolor/64x64/apps/neomutt.png` `contrib/logo/neomutt-128.png` → `/usr/share/icons/hicolor/128x128/apps/neomutt.png` `contrib/logo/neomutt-256.png` → `/usr/share/icons/hicolor/256x256/apps/neomutt.png` `contrib/logo/neomutt.svg` → `/usr/share/icons/hicolor/scalable/apps/neomutt.svg`

The Debian appstream page also warns about missing metadata. Perhaps creating one of these and automatically generating the `.desktop` file from that would be a better plan? Seems unwise to...

I opened a discussion topic to think about this at #3287.

What happens at the moment for you if there's no `text/html` part? For me it just runs `` on the top attachment in the email and if there's no `text/html`...

Ah! It has a `multipart/alternative` attachment but with only one alternative. IMHO that's weird. What about: ``` macro index,pager l "text/plaintext/html" ``` And make sure you have a suitable line...

What happens if you run `` on a `text/plain` part?

Perhaps it's already bound to `m`? Otherwise, I notice that running commands by typing `:view-mailcap` doesn't work. So bind it to something in your `~/.neomuttrc`: ``` bind attach m view-mailcap...