Skip to content

Instantly share code, notes, and snippets.

@sgeb
sgeb / dropbox-delete-shared-links.js
Last active January 24, 2020 14:51
Dropbox: delete shared links to files
diff -r -U 8 mutt-1.5.22/OPS mutt-1.5.22-MOD/OPS
--- mutt-1.5.22/OPS 2014-02-26 20:06:01.000000000 -0800
+++ mutt-1.5.22-MOD/OPS 2014-02-26 21:18:45.000000000 -0800
@@ -56,16 +56,17 @@
OP_DECODE_SAVE "make decoded copy (text/plain) and delete"
OP_DELETE "delete the current entry"
OP_DELETE_MAILBOX "delete the current mailbox (IMAP only)"
OP_DELETE_SUBTHREAD "delete all messages in subthread"
OP_DELETE_THREAD "delete all messages in thread"
OP_DISPLAY_ADDRESS "display full address of sender"
@sgeb
sgeb / output.txt
Created August 21, 2013 15:17
Output of running `middleman publish source/drafts/blah.md`
/Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-core-3.1.4/lib/middleman-core/configuration.rb:78:in `method_missing': undefined method `frontmatter_manager' for #<Middleman::Application:0x70367218082420> (NoMethodError)
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-blog-drafts-0.0.2/lib/middleman-blog-drafts/commands/publish.rb:46:in `publish'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/command.rb:27:in `run'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor.rb:363:in `dispatch'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-core-3.1.4/lib/middleman-core/cli.rb:77:in `method_missing'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/command.rb:2