Commit Graph

16 Commits

Author SHA1 Message Date
ead16aba9e Add ability to use alias e-mail addresses
This change allows for very short writings of mail-addressees. Simply
add a new mail-alias in the file ~/.config/mutt/mail_aliases in the
following form and I'm ready to use that alias.

    alias foo Foo Bar <mail.Foo.Bar@example.com>
2026-03-24 17:00:51 +01:00
9365cc4fee Change mutt-date-format to show 24-hour format
This was kind of a mistake to use `%I`, it should have always been `%H`.

Even with the %p/%P addition the 12-hour format is hard to read on a
quick browse and requires connstant backchecks - basically a nightmare
to use in such environment for me...
2026-02-21 13:57:10 +01:00
cdb55adf2b Save new directories in the Maildir format in neomutt
It took me some time to stumble over this mistake, but now I'm finally
able to create new directories directly from neomutt and get them
synched correctly to the IMAP-server.
Since I use G-Mail right now that frees me from creating labels for
everything since I can now freely move my mails through the directories
and the sync will create the labels automatically.

Btw. the default is mbox as stated in the docs.

Reference: https://neomutt.org/guide/reference#3-243-%C2%A0mbox_type
2026-01-14 00:53:51 +01:00
c7e96b03d3 Normalize "i" and "q" bindings inn neomutt
It is simply annoying to have sometimes "i" and always "q" to exit a
menu (view) in neomutt. Instead this change normalizes that by removing
_any_ functionality from "q", except of quitting neomutt on the index.

In turn "i" becomes the only binding to exit a menu.

This change improves actually 2 things for me, first the coherence and
second the "i" is actually easier to reach and therefore more pleasant
to exit quickly from the attachments then via "q".
2026-01-14 00:53:40 +01:00
58518bd764 Choose directories immediately when moving emails via 2025-12-27 01:32:41 +01:00
899f815187 Increase size of sender again to read even long names effortlessly 2025-11-12 04:53:10 +01:00
bf8ad96618 Add year to date in mutt 2025-11-12 04:53:10 +01:00
ad658b9aeb Add shortcut "gf" to mutt to open attachments in firefox 2025-11-12 04:53:10 +01:00
d77061fe4d Update colorscheme of mutt to my beloved gruvbox
I like gruvbox, because it improves the readability a lot!
Though the bare scheme does not match all my expectations, therefore I
added some more settings in the muttrc. The scheme itself came from the
official neomutt page.
Furthermore this change fixes the display of the date and the overall
preview to a easier to read format.

Reference: https://www.sthu.org/code/codesnippets/mutt-gruvbox.html
2025-11-12 04:53:10 +01:00
89b946f30c Fix macro to switch between different mail-accounts 2025-11-12 04:53:10 +01:00
5c9d9af403 Fix command for mutt to move opened mails to dedicated dir 2025-11-02 18:41:14 +01:00
338c1a1393 Adjust urlscan more to my taste 2025-10-24 23:49:52 +02:00
6d9356b686 Use w3m to render html-mails and add more intuitive ulsscan shortcuts 2025-10-21 01:21:58 +02:00
d8049463e8 Configure url-views in neomutt mails via urlscan and urlview
Some mails are just stupidly hard to parse, especially if the HTML
contains dozens of images. Kununu even managed to include the same
amount of images into the text-mails with all their marketing foo in the
URL. So, since these were so hard to understand I needed multiple
different "grades" of URL lists. This change allow be to choose between
different views.
2025-10-17 17:38:15 +02:00
17ccf04b36 Wrap text-mails at 80 chars to improve readability 2025-10-15 02:43:45 +02:00
4c0c743a33 Add mutt and offlineimap config to edit mails on the terminal easily 2025-10-10 13:18:18 +02:00