This guide will cover the basics on how to integrate emacs with protonmail-bridge using
- mu4e
- mbsync
- smtpmail
- protonmail-bridge
| on run argv | |
| if (count of argv) = 1 then | |
| set p to (item 1 of argv) as text | |
| else | |
| log "(development mode)" | |
| set p to "/tmp/test.png" | |
| end if | |
| # Reveal the file in Finder. | |
| # If QuickLook is already open, this will change it to the new file. |
| <# | |
| Windows-only module for reading from / updating INI files, via the Windows API. | |
| You can either: | |
| * download this script module (IniFileHelper.psm1) and use Import-Module to import it into a session; | |
| If you place it in a subdirectory named IniFileHelper in in one of the directories listed in $env:PSModulePath, | |
| it will automatically be available in future sessions. | |
| * for ad-hoc use, download the code and create a dynamic, transient module for the |
This guide will cover the basics on how to integrate emacs with protonmail-bridge using