Commit Graph

29 Commits

Author SHA1 Message Date
Sanchayan Maity ed7ac360a0
mutt: accounts/fastmail: Disable GPG signing
Would love to keep this enabled but let us face it, no one cares.
And if we want to use this account for sending to mailing lists
best to not enable this.
2023-02-25 18:00:07 +05:30
Sanchayan Maity cbc6914f69
mutt: Update mailcap
Taken from the mutt article on Arch Wiki.
2022-12-21 16:48:44 +05:30
Sanchayan Maity c547cfc5d5 mutt: Enable signing for sanchayanmaity.net account
We use hooks to selectively enable signing and use a different signature
when signing.
2022-12-16 17:43:29 +05:30
Sanchayan Maity ef121c6bf6 mutt: Set up GPG signing by default 2022-12-16 14:05:51 +05:30
Sanchayan Maity bd0ccbf50f mutt: Enable sidebar and mailboxes 2022-02-16 09:54:45 +05:30
Sanchayan Maity dea9be7cac mutt: Fix possible conflicting mappings 2022-02-16 09:54:45 +05:30
Sanchayan Maity 26d7647b1f systemd: Move the email service & timer from mutt 2022-01-28 12:07:10 +05:30
Sanchayan Maity e743090e85 mutt: mailnotify: Notify emails from gitlab 2021-10-16 19:37:58 +05:30
Sanchayan Maity ce71c5b1d3 mutt: Add helper macros for our work account as well 2021-03-18 10:44:26 +05:30
Sanchayan Maity 97595d9e6e mutt: mailnotify: Fix the mail count logic 2021-02-25 18:17:20 +05:30
Sanchayan Maity b1f19745f0 mutt: Add signature 2021-02-18 13:48:13 +05:30
Sanchayan Maity 3f8010bc09 mutt: Set the "from" correctly to include sender name 2021-02-16 20:11:04 +05:30
Sanchayan Maity 2b89f36dc5 Add support for our now primary fastmail account
While at it, add some macros to mutt and clean up shell script with
shellcheck.

We also stop running imapfilter for anything but our own accounts.
2021-02-13 22:42:20 +05:30
Sanchayan Maity 4c04c16528 mutt: asymptotic: Fix set from
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-30 16:29:42 +05:30
Sanchayan Maity 2de0addc61 Switch to asymptotic
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-23 20:20:48 +05:30
Sanchayan Maity e37c512c77 mutt: Fix msmtp account settings inside mutt
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-06 18:51:47 +05:30
Sanchayan Maity bfb8a50c4a mutt: Fix mailnotify script
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-06 12:35:17 +05:30
Sanchayan Maity ae310a18f7 Update all mail related configs
1. Use app password for gmail accounts
2. Add nilenso account to mutt, imapfilter, mbsync, msmtp

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-06 10:55:00 +05:30
Sanchayan Maity d29f4e0e27 mutt: Update mutt config
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-01 14:03:31 +05:30
Sanchayan Maity a4ab466df0 mutt: Use gruvbox colorscheme for mutt
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 17:32:54 +05:30
Sanchayan Maity 7200bbece7 Switch to using stow for dotfiles management
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 14:18:38 +05:30
Sanchayan Maity a56dac91d4 mutt: Fix email systemd timer
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-11-21 20:33:56 +05:30
Sanchayan Maity d03be88543 Update email related configs
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-11-07 18:20:06 +05:30
Sanchayan Maity babc2bb780 Update mail related configuration
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2018-11-23 23:10:37 +05:30
Sanchayan Maity db2b4443be Add systemd service files for use with mutt 2017-06-01 11:23:27 +05:30
Sanchayan Maity ee95c2d562 Update mutt mail fetch and notify script for use with systemd 2017-06-01 11:21:58 +05:30
Sanchayan Maity d162d9daa7 Update for making things work on Fedora 25 2017-05-26 16:37:27 +05:30
Sanchayan Maity ec96e09021 mutt: Fix desktop mail notification
To send desktop notification from a background script running as root
(replace X_user and X_userid with the user and userid running X respectively):

sudo -u X_user DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/
X_userid/bus notify-send 'Hello world!' 'This is an example notification.'

Taken from https://wiki.archlinux.org/index.php/Desktop_notifications
2016-10-06 15:45:53 +05:30
Sanchayan Maity 58c70237e9 Initial commit of dotfiles 2016-03-07 22:01:28 +05:30