摘要:
From: Documentation/SubmittingPatches2) #ifdefs are uglyCode cluttered with ifdefs is difficult to read and maintain. Don't doit. Instead, put your ifdefs in a header, and conditionally define'static inline' functions, or macros, which are used in the code.Let the compiler optimize away 阅读全文
posted @ 2013-01-14 16:32
super119
阅读(273)
评论(0)
推荐(0)
摘要:
From: Documentation/email-clients.txtThunderbird (GUI)Thunderbird is an Outlook clone that likes to mangle text, but there are waysto coerce it into behaving.- Allows use of an external editor: The easiest thing to do with Thunderbird and patches is to use an "external editor" extension an 阅读全文
posted @ 2013-01-14 16:13
super119
阅读(243)
评论(0)
推荐(0)