This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'Move the selected message to an archive folder, | |
| 'Then Adds an org-mode friendly link to the message to the clipboard | |
| Sub AddLinkToMessageInClipboard() | |
| Dim objMail As Outlook.MailItem | |
| Dim doClipboard As New DataObject | |
| Dim destFolder As Outlook.MAPIFolder | |
| Dim nameSpace As Outlook.nameSpace | |
| Dim inBox As Outlook.MAPIFolder | |
| Dim app As New Outlook.Application |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0'?> | |
| <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
| <fontconfig> | |
| <match target="font" > | |
| <edit mode="assign" name="autohint"> <bool>false</bool></edit> | |
| <edit mode="assign" name="hinting"> <bool>true</bool></edit> | |
| <edit mode="assign" name="hintstyle"> <const>hintfull</const></edit> | |
| <edit mode="assign" name="antialias"> <bool>true</bool></edit> | |
| <edit mode="assign" name="rgba"> <const>rgb</const></edit> | |
| <edit mode="assign" name="lcdfilter"> <const>lcdlight</const></edit> |
NewerOlder