Mutt releases version 2.0
Mutt releases version 2.0
Posted Nov 25, 2020 23:50 UTC (Wed) by mathstuf (subscriber, #69389)In reply to: Mutt releases version 2.0 by dullfire
Parent article: Mutt releases version 2.0
- vdirsyncer for syncing
- khal for calendars
- todoman (I used to use taskwarrior and switched for similar reasons as remind) for tasks
- khard for contacts, though its mutt integration seem to have regressed
For importing events, I save the ical and `khal import` it. One could probably set up `.mailmap` to do this less manually though. Note that all of the latter support local-only accounts (as I keep as a short task list for work items in `todoman`.
On the phone:
- DAVx⁵
- Etar
- Tasks.org
- Stock Contacts app
Posted Dec 10, 2020 23:39 UTC (Thu)
by emorrp1 (guest, #99512)
[Link]
I think I can help you with that, especially if you also have notmuch or a gpg keyring, I recommend using "lbdb":
# ~/.muttrc
# ~/.lbdb/rc
# ~/.lbdb/m_notmuch
Posted Dec 13, 2020 14:28 UTC (Sun)
by jspricke (guest, #123988)
[Link] (1 responses)
I have written a plugin for Radicale to serve Remind data through CalDAV:
And also command line tools to convert between icalendar and remind (to pipe ics attachments to, for example):
Posted Dec 15, 2020 21:49 UTC (Tue)
by mathstuf (subscriber, #69389)
[Link]
Mutt releases version 2.0
set query_command = "lbdbq %s"
MODULES_PATH="$MODULES_PATH $HOME/.lbdb"
METHODS="$METHODS m_notmuch m_khard m_gpg"
SORT_OUTPUT=false
PASSWD_IGNORESYS=true
# https://gist.github.com/edigiacomo/aad4894da9a2f5a6ba078a...
Mutt releases version 2.0
https://github.com/jspricke/radicale-remind so you can connect with DAVx⁵.
https://github.com/jspricke/python-remind
Mutt releases version 2.0
