mutt-ical icon indicating copy to clipboard operation
mutt-ical copied to clipboard

answer/display ical invitations with mutt

Results 4 mutt-ical issues
Sort by recently updated
recently updated
newest added

When using Msmtpq instead of Msmtp, this command https://github.com/marvinthepa/mutt-ical/blob/cba522e6de66d34d4e215fdcd0707e21f7970562/mutt-ical.py#L224 seems to send the mail through a pager (maybe of interest that `$LESSOPEN = | lesspipe.sh %s` using `bat` at times)...

this addresses https://github.com/marvinthepa/mutt-ical/issues/17 also, the sendmail command may contain an equal sign `=`, for example to set an account using msmtp (for users using more than one email account), so...

Why are the additional single qutoes in ```python # mutt/bin/mutt-ical.py (line 222) mailtext = "'%s has %s'" % (email_address, accept_decline.lower()) ``` needed, as they also appear in the body text...

For users having more than one mail account, how about an optional environment variable to set the sendmail command and only then fall back to guessing it by `mutt -Q`...