aboutsummaryrefslogtreecommitdiffstats
path: root/mbsync
Commit message (Collapse)AuthorAgeFilesLines
* [mbsync] Don't synchronize sent mail from GoogleGravatar Tom Willemse2023-03-061-8/+0
|
* Add shepherd and mcron services for some applicationsGravatar Tom Willemse2022-05-171-0/+1
|
* Update GNUmakefileGravatar Tom Willemse2022-01-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | - Add the ‘dunst’, ‘zsh’, ‘mcron’, and ‘mbsync’ modules. - Tell Make that any ‘*.el’ files ar “precious”, meaning that when a ‘.elc’ file was generated from a ‘.el’ file that was itself generated from a ‘.org’ file, the ‘.el’ file isn't just an intermediate file and should not be deleted. - Change the ‘install’ and ‘clean’ to use the ‘*-stow’ and ‘*-clean’ rules set up for each module. - Add configuration for ‘outline-minor-mode’ and change the headings to adhere to that configuration. - Stop using the ‘build/’ directory, tangle all the files to the same directory as the source files, and use stow, not cp, to install them. The only exception is the XDG files, which now have their specific ‘xdg-stow’ rule. This is necessary because programs using these files will overwrite a symbolic link they find and replace it with a new file, overwriting my settings. - Add some files that were missing, and rename some files to follow the existing convention to make them easy to tangle.
* [mbsync] Get the account credentials from the secret serviceGravatar Tom Willemse2021-11-023-31/+2
| | | | | | | Instead of using my custom Python script that looks them up, just use the command-line application included in the ‘libsecret’ package on Archlinux. Remove the custom helper script that I’d written for them.
* [mbsync] Rename ‘Master’ -> ‘Far’, ‘Slave’ ↵Gravatar Tom Willemse2021-11-021-10/+10
| | | | | | -> ‘Near’ The previous options were deprecated.
* [mbsync] Sync all ‘ml-*’ inboxes and ‘INBOX’Gravatar Tom Willemse2021-11-021-3/+3
| | | | | I’ve renamed all of them so that if I add or remove them I don’t have to worry about updating mbsync.
* Fixup which directories get syncedGravatar Tom Willemse2020-04-221-1/+1
| | | | Syncing all of them was causing mbsync to fail.
* Fix (automatic) syncing of emailGravatar Tom Willemse2019-08-143-83/+81
| | | | | | | | | | | - Load the necessary environment variables from ‘gnome-keyring-daemon’ when loading fish. - Don’t sync the Archive directory from ryuslash.org, it’s too big and mbsync seems to get really confused about it. - Disable old email accounts from syncing with mbsync. - Fix the ‘get-mail-password’ and ‘set-mail-password’ scripts. - Use ‘secretstorage’ instead of ‘keyring’, this appears to be newer and easier to use.
* Fix mail helpersGravatar Tom Willemse2019-07-222-2/+2
|
* Specify which SubFolders style to useGravatar Tom Willemse2017-11-131-0/+4
|
* Add mbsync configGravatar Tom Willemse2016-08-053-0/+150